Searched refs:flow_table_context (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_cmd.c | 230 output->level = MLX5_GET(query_flow_table_out, out, flow_table_context.level); in mlx5dr_cmd_query_flow_table() 233 flow_table_context.sw_owner_icm_root_1); in mlx5dr_cmd_query_flow_table() 235 flow_table_context.sw_owner_icm_root_0); in mlx5dr_cmd_query_flow_table() 444 ft_mdev = MLX5_ADDR_OF(create_flow_table_in, in, flow_table_context); in mlx5dr_cmd_create_flow_table() 445 MLX5_SET(flow_table_context, ft_mdev, termination_table, attr->term_tbl); in mlx5dr_cmd_create_flow_table() 446 MLX5_SET(flow_table_context, ft_mdev, sw_owner, attr->sw_owner); in mlx5dr_cmd_create_flow_table() 447 MLX5_SET(flow_table_context, ft_mdev, level, attr->level); in mlx5dr_cmd_create_flow_table() 454 MLX5_SET64(flow_table_context, ft_mdev, in mlx5dr_cmd_create_flow_table() 457 MLX5_SET64(flow_table_context, ft_mdev, in mlx5dr_cmd_create_flow_table() 460 MLX5_SET64(flow_table_context, ft_mdev, in mlx5dr_cmd_create_flow_table() [all …]
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_cmd.c | 286 MLX5_SET(create_flow_table_in, in, flow_table_context.level, ft->level); in mlx5_cmd_create_flow_table() 287 MLX5_SET(create_flow_table_in, in, flow_table_context.log_size, size ? ilog2(size) : 0); in mlx5_cmd_create_flow_table() 292 MLX5_SET(create_flow_table_in, in, flow_table_context.decap_en, in mlx5_cmd_create_flow_table() 294 MLX5_SET(create_flow_table_in, in, flow_table_context.reformat_en, in mlx5_cmd_create_flow_table() 296 MLX5_SET(create_flow_table_in, in, flow_table_context.termination_table, in mlx5_cmd_create_flow_table() 303 flow_table_context.table_miss_action, in mlx5_cmd_create_flow_table() 306 flow_table_context.table_miss_id, next_ft->id); in mlx5_cmd_create_flow_table() 309 flow_table_context.table_miss_action, in mlx5_cmd_create_flow_table() 318 flow_table_context.lag_master_next_table_id, in mlx5_cmd_create_flow_table() 374 flow_table_context.lag_master_next_table_id, next_ft->id); in mlx5_cmd_modify_flow_table() [all …]
|
/linux-6.1.9/include/linux/mlx5/ |
D | mlx5_ifc.h | 5870 struct mlx5_ifc_flow_table_context_bits flow_table_context; member 8622 struct mlx5_ifc_flow_table_context_bits flow_table_context; member 10801 struct mlx5_ifc_flow_table_context_bits flow_table_context; member
|