Searched refs:fw_ft_type (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | table.c | 15 ft_attr->type = tbl->fw_ft_type; in hws_table_init_next_ft_attr() 60 ft_attr.type = tbl->fw_ft_type; in hws_table_up_default_fdb_miss_tbl() 110 tbl->fw_ft_type, in hws_table_connect_to_default_miss_tbl() 165 mlx5hws_cmd_flow_table_destroy(tbl->ctx->mdev, tbl->fw_ft_type, ft_id); in mlx5hws_table_destroy_default_ft() 189 if (mlx5hws_table_get_fw_ft_type(tbl->type, (u8 *)&tbl->fw_ft_type)) { in hws_table_init() 323 ft_attr.type = tbl->fw_ft_type; in mlx5hws_table_ft_set_default_next_ft() 338 u32 fw_ft_type, in mlx5hws_table_ft_set_next_rtc() argument 345 ft_attr.type = fw_ft_type; in mlx5hws_table_ft_set_next_rtc() 354 u32 fw_ft_type, in mlx5hws_table_ft_set_next_ft() argument 361 ft_attr.type = fw_ft_type; in mlx5hws_table_ft_set_next_ft() [all …]
|
| H A D | pool.c | 36 u32 fw_ft_type) in hws_pool_create_one_resource() argument 51 ste_attr.table_type = fw_ft_type; in hws_pool_create_one_resource() 56 stc_attr.table_type = fw_ft_type; in hws_pool_create_one_resource() 80 u32 fw_ft_type, opt_log_range; in hws_pool_resource_alloc() local 82 fw_ft_type = mlx5hws_table_get_res_fw_ft_type(pool->tbl_type, false); in hws_pool_resource_alloc() 85 resource = hws_pool_create_one_resource(pool, opt_log_range, fw_ft_type); in hws_pool_resource_alloc() 96 fw_ft_type = mlx5hws_table_get_res_fw_ft_type(pool->tbl_type, true); in hws_pool_resource_alloc() 99 mirror_resource = hws_pool_create_one_resource(pool, opt_log_range, fw_ft_type); in hws_pool_resource_alloc()
|
| H A D | table.h | 19 u32 fw_ft_type; member 65 u32 fw_ft_type, 71 u32 fw_ft_type,
|
| H A D | matcher.c | 46 tbl->fw_ft_type, in mlx5hws_matcher_update_end_ft_isolated() 59 matcher->tbl->fw_ft_type, in hws_matcher_connect_end_ft_isolated() 70 matcher->tbl->fw_ft_type, in hws_matcher_connect_end_ft_isolated() 143 tbl->fw_ft_type, in hws_matcher_connect_isolated_first() 180 tbl->fw_ft_type, in hws_matcher_connect_isolated_last() 260 tbl->fw_ft_type, in hws_matcher_connect() 279 tbl->fw_ft_type, in hws_matcher_connect() 336 tbl->fw_ft_type, in hws_matcher_disconnect_isolated() 346 tbl->fw_ft_type, in hws_matcher_disconnect_isolated() 366 tbl->fw_ft_type, in hws_matcher_disconnect_isolated() [all …]
|
| H A D | debug.c | 147 ft_attr.type = matcher->tbl->fw_ft_type; in hws_debug_dump_matcher() 191 tbl->fw_ft_type, in hws_debug_dump_table() 195 ft_attr.type = tbl->fw_ft_type; in hws_debug_dump_table()
|
| H A D | cmd.h | 259 u8 fw_ft_type, u32 table_id); 340 u32 fw_ft_type,
|