Searched refs:flow_table_context (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_cmd.c | 164 MLX5_SET(create_flow_table_in, in, flow_table_context.level, level); in mlx5_cmd_create_flow_table() 165 MLX5_SET(create_flow_table_in, in, flow_table_context.log_size, log_size); in mlx5_cmd_create_flow_table() 171 MLX5_SET(create_flow_table_in, in, flow_table_context.decap_en, in mlx5_cmd_create_flow_table() 173 MLX5_SET(create_flow_table_in, in, flow_table_context.encap_en, in mlx5_cmd_create_flow_table() 180 flow_table_context.table_miss_action, 1); in mlx5_cmd_create_flow_table() 182 flow_table_context.table_miss_id, next_ft->id); in mlx5_cmd_create_flow_table() 190 flow_table_context.lag_master_next_table_id, in mlx5_cmd_create_flow_table() 237 flow_table_context.lag_master_next_table_id, next_ft->id); in mlx5_cmd_modify_flow_table() 240 flow_table_context.lag_master_next_table_id, 0); in mlx5_cmd_modify_flow_table() 252 flow_table_context.table_miss_action, 1); in mlx5_cmd_modify_flow_table() [all …]
|
/Linux-v4.19/include/linux/mlx5/ |
D | mlx5_ifc.h | 7016 struct mlx5_ifc_flow_table_context_bits flow_table_context; member 8830 struct mlx5_ifc_flow_table_context_bits flow_table_context; member
|