Searched refs:flow_table_context (Results 1 – 2 of 2) sorted by relevance
| /src/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_fs_cmd.c | 214 MLX5_SET(create_flow_table_in, in, flow_table_context.level, ft->level); in mlx5_cmd_create_flow_table() 215 MLX5_SET(create_flow_table_in, in, flow_table_context.log_size, size ? ilog2(size) : 0); in mlx5_cmd_create_flow_table() 220 MLX5_SET(create_flow_table_in, in, flow_table_context.decap_en, in mlx5_cmd_create_flow_table() 222 MLX5_SET(create_flow_table_in, in, flow_table_context.reformat_en, in mlx5_cmd_create_flow_table() 224 MLX5_SET(create_flow_table_in, in, flow_table_context.termination_table, in mlx5_cmd_create_flow_table() 231 flow_table_context.table_miss_action, in mlx5_cmd_create_flow_table() 234 flow_table_context.table_miss_id, next_ft->id); in mlx5_cmd_create_flow_table() 237 flow_table_context.table_miss_action, in mlx5_cmd_create_flow_table() 246 flow_table_context.lag_master_next_table_id, in mlx5_cmd_create_flow_table() 302 flow_table_context.lag_master_next_table_id, next_ft->id); in mlx5_cmd_modify_flow_table() [all …]
|
| /src/sys/dev/mlx5/ |
| H A D | mlx5_ifc.h | 5382 struct mlx5_ifc_flow_table_context_bits flow_table_context; member 6591 struct mlx5_ifc_flow_table_context_bits flow_table_context; member 8217 struct mlx5_ifc_flow_table_context_bits flow_table_context; member
|