Searched refs:fw_ft_type (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
H A D | table.c | 14 ft_attr->type = tbl->fw_ft_type; in hws_table_init_next_ft_attr() 57 ft_attr.type = tbl->fw_ft_type; in hws_table_up_default_fdb_miss_tbl() 107 tbl->fw_ft_type, in hws_table_connect_to_default_miss_tbl() 162 mlx5hws_cmd_flow_table_destroy(tbl->ctx->mdev, tbl->fw_ft_type, ft_id); in mlx5hws_table_destroy_default_ft() 186 if (mlx5hws_table_get_fw_ft_type(tbl->type, (u8 *)&tbl->fw_ft_type)) { in hws_table_init() 316 ft_attr.type = tbl->fw_ft_type; in mlx5hws_table_ft_set_default_next_ft() 331 u32 fw_ft_type, in mlx5hws_table_ft_set_next_rtc() argument 338 ft_attr.type = fw_ft_type; in mlx5hws_table_ft_set_next_rtc() 347 u32 fw_ft_type, in mlx5hws_table_ft_set_next_ft() argument 354 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 64 u32 fw_ft_type, 70 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() 140 tbl->fw_ft_type, in hws_matcher_connect_isolated_first() 177 tbl->fw_ft_type, in hws_matcher_connect_isolated_last() 257 tbl->fw_ft_type, in hws_matcher_connect() 276 tbl->fw_ft_type, in hws_matcher_connect() 333 tbl->fw_ft_type, in hws_matcher_disconnect_isolated() 343 tbl->fw_ft_type, in hws_matcher_disconnect_isolated() 363 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 | 258 u8 fw_ft_type, u32 table_id); 339 u32 fw_ft_type,
|
H A D | cmd.c | 122 u8 fw_ft_type, u32 table_id) in mlx5hws_cmd_flow_table_destroy() argument 127 MLX5_SET(destroy_flow_table_in, in, table_type, fw_ft_type); in mlx5hws_cmd_flow_table_destroy() 349 u32 fw_ft_type, in mlx5hws_cmd_set_attr_connect_miss_tbl() argument 359 ft_attr->type = fw_ft_type; in mlx5hws_cmd_set_attr_connect_miss_tbl()
|
H A D | bwc_complex.c | 785 isolated_tbl->fw_ft_type, in hws_bwc_isolated_table_create()
|