Searched refs:flow_table_context (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| H A D | dr_cmd.c | 155 output->level = MLX5_GET(query_flow_table_out, out, flow_table_context.level); in mlx5dr_cmd_query_flow_table() 158 flow_table_context.sw_owner_icm_root_1); in mlx5dr_cmd_query_flow_table() 160 flow_table_context.sw_owner_icm_root_0); in mlx5dr_cmd_query_flow_table() 338 ft_mdev = MLX5_ADDR_OF(create_flow_table_in, in, flow_table_context); in mlx5dr_cmd_create_flow_table() 339 MLX5_SET(flow_table_context, ft_mdev, termination_table, attr->term_tbl); in mlx5dr_cmd_create_flow_table() 340 MLX5_SET(flow_table_context, ft_mdev, sw_owner, attr->sw_owner); in mlx5dr_cmd_create_flow_table() 341 MLX5_SET(flow_table_context, ft_mdev, level, attr->level); in mlx5dr_cmd_create_flow_table() 348 MLX5_SET64(flow_table_context, ft_mdev, in mlx5dr_cmd_create_flow_table() 351 MLX5_SET64(flow_table_context, ft_mdev, in mlx5dr_cmd_create_flow_table() 354 MLX5_SET64(flow_table_context, ft_mdev, in mlx5dr_cmd_create_flow_table() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fs_cmd.c | 200 MLX5_SET(create_flow_table_in, in, flow_table_context.level, ft->level); in mlx5_cmd_create_flow_table() 201 MLX5_SET(create_flow_table_in, in, flow_table_context.log_size, log_size); in mlx5_cmd_create_flow_table() 207 MLX5_SET(create_flow_table_in, in, flow_table_context.decap_en, in mlx5_cmd_create_flow_table() 209 MLX5_SET(create_flow_table_in, in, flow_table_context.reformat_en, in mlx5_cmd_create_flow_table() 211 MLX5_SET(create_flow_table_in, in, flow_table_context.termination_table, in mlx5_cmd_create_flow_table() 218 flow_table_context.table_miss_action, in mlx5_cmd_create_flow_table() 221 flow_table_context.table_miss_id, next_ft->id); in mlx5_cmd_create_flow_table() 224 flow_table_context.table_miss_action, in mlx5_cmd_create_flow_table() 233 flow_table_context.lag_master_next_table_id, in mlx5_cmd_create_flow_table() 280 flow_table_context.lag_master_next_table_id, next_ft->id); in mlx5_cmd_modify_flow_table() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/mlx5/ |
| H A D | mlx5_ifc.h | 5413 struct mlx5_ifc_flow_table_context_bits flow_table_context; member 7900 struct mlx5_ifc_flow_table_context_bits flow_table_context; member 9951 struct mlx5_ifc_flow_table_context_bits flow_table_context; member
|