Searched refs:flow_table_context (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_cmd.c | 262 MLX5_SET(create_flow_table_in, in, flow_table_context.level, ft->level); in mlx5_cmd_create_flow_table() 263 MLX5_SET(create_flow_table_in, in, flow_table_context.log_size, size ? ilog2(size) : 0); in mlx5_cmd_create_flow_table() 268 MLX5_SET(create_flow_table_in, in, flow_table_context.decap_en, in mlx5_cmd_create_flow_table() 270 MLX5_SET(create_flow_table_in, in, flow_table_context.reformat_en, in mlx5_cmd_create_flow_table() 272 MLX5_SET(create_flow_table_in, in, flow_table_context.termination_table, in mlx5_cmd_create_flow_table() 279 flow_table_context.table_miss_action, in mlx5_cmd_create_flow_table() 282 flow_table_context.table_miss_id, next_ft->id); in mlx5_cmd_create_flow_table() 285 flow_table_context.table_miss_action, in mlx5_cmd_create_flow_table() 294 flow_table_context.lag_master_next_table_id, in mlx5_cmd_create_flow_table() 350 flow_table_context.lag_master_next_table_id, next_ft->id); in mlx5_cmd_modify_flow_table() [all …]
|
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_cmd.c | 221 output->level = MLX5_GET(query_flow_table_out, out, flow_table_context.level); in mlx5dr_cmd_query_flow_table() 224 flow_table_context.sw_owner_icm_root_1); in mlx5dr_cmd_query_flow_table() 226 flow_table_context.sw_owner_icm_root_0); in mlx5dr_cmd_query_flow_table() 434 ft_mdev = MLX5_ADDR_OF(create_flow_table_in, in, flow_table_context); in mlx5dr_cmd_create_flow_table() 435 MLX5_SET(flow_table_context, ft_mdev, termination_table, attr->term_tbl); in mlx5dr_cmd_create_flow_table() 436 MLX5_SET(flow_table_context, ft_mdev, sw_owner, attr->sw_owner); in mlx5dr_cmd_create_flow_table() 437 MLX5_SET(flow_table_context, ft_mdev, level, attr->level); in mlx5dr_cmd_create_flow_table() 444 MLX5_SET64(flow_table_context, ft_mdev, in mlx5dr_cmd_create_flow_table() 447 MLX5_SET64(flow_table_context, ft_mdev, in mlx5dr_cmd_create_flow_table() 450 MLX5_SET64(flow_table_context, ft_mdev, in mlx5dr_cmd_create_flow_table() [all …]
|
/Linux-v5.15/include/linux/mlx5/ |
D | mlx5_ifc.h | 5565 struct mlx5_ifc_flow_table_context_bits flow_table_context; member 8077 struct mlx5_ifc_flow_table_context_bits flow_table_context; member 10209 struct mlx5_ifc_flow_table_context_bits flow_table_context; member
|