Searched refs:flow_table_context (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_cmd.c | 149 output->level = MLX5_GET(query_flow_table_out, out, flow_table_context.level); in mlx5dr_cmd_query_flow_table() 152 flow_table_context.sw_owner_icm_root_1); in mlx5dr_cmd_query_flow_table() 154 flow_table_context.sw_owner_icm_root_0); in mlx5dr_cmd_query_flow_table() 340 ft_mdev = MLX5_ADDR_OF(create_flow_table_in, in, flow_table_context); in mlx5dr_cmd_create_flow_table() 341 MLX5_SET(flow_table_context, ft_mdev, termination_table, term_tbl); in mlx5dr_cmd_create_flow_table() 342 MLX5_SET(flow_table_context, ft_mdev, sw_owner, sw_owner); in mlx5dr_cmd_create_flow_table() 343 MLX5_SET(flow_table_context, ft_mdev, level, level); in mlx5dr_cmd_create_flow_table() 350 MLX5_SET64(flow_table_context, ft_mdev, in mlx5dr_cmd_create_flow_table() 353 MLX5_SET64(flow_table_context, ft_mdev, in mlx5dr_cmd_create_flow_table() 356 MLX5_SET64(flow_table_context, ft_mdev, in mlx5dr_cmd_create_flow_table() [all …]
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_cmd.c | 204 MLX5_SET(create_flow_table_in, in, flow_table_context.level, ft->level); in mlx5_cmd_create_flow_table() 205 MLX5_SET(create_flow_table_in, in, flow_table_context.log_size, log_size); in mlx5_cmd_create_flow_table() 211 MLX5_SET(create_flow_table_in, in, flow_table_context.decap_en, in mlx5_cmd_create_flow_table() 213 MLX5_SET(create_flow_table_in, in, flow_table_context.reformat_en, in mlx5_cmd_create_flow_table() 215 MLX5_SET(create_flow_table_in, in, flow_table_context.termination_table, in mlx5_cmd_create_flow_table() 222 flow_table_context.table_miss_action, in mlx5_cmd_create_flow_table() 225 flow_table_context.table_miss_id, next_ft->id); in mlx5_cmd_create_flow_table() 228 flow_table_context.table_miss_action, in mlx5_cmd_create_flow_table() 237 flow_table_context.lag_master_next_table_id, in mlx5_cmd_create_flow_table() 286 flow_table_context.lag_master_next_table_id, next_ft->id); in mlx5_cmd_modify_flow_table() [all …]
|
/Linux-v5.4/include/linux/mlx5/ |
D | mlx5_ifc.h | 5138 struct mlx5_ifc_flow_table_context_bits flow_table_context; member 7601 struct mlx5_ifc_flow_table_context_bits flow_table_context; member 9569 struct mlx5_ifc_flow_table_context_bits flow_table_context; member
|