Home
last modified time | relevance | path

Searched refs:fw_ft_type (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dpool.c36 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 Dtable.h19 u32 fw_ft_type; member
65 u32 fw_ft_type,
71 u32 fw_ft_type,
H A Dmatcher.c46 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 Ddebug.c147 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 Dcmd.h259 u8 fw_ft_type, u32 table_id);
340 u32 fw_ft_type,
H A Dcmd.c123 u8 fw_ft_type, u32 table_id) in mlx5hws_cmd_flow_table_destroy() argument
128 MLX5_SET(destroy_flow_table_in, in, table_type, fw_ft_type); in mlx5hws_cmd_flow_table_destroy()
350 u32 fw_ft_type, in mlx5hws_cmd_set_attr_connect_miss_tbl() argument
360 ft_attr->type = fw_ft_type; in mlx5hws_cmd_set_attr_connect_miss_tbl()