Searched refs:fw_ft_type (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
H A D | mlx5hws_table.c | 14 ft_attr->type = tbl->fw_ft_type; in hws_table_init_next_ft_attr() 56 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 hws_table_ft_set_next_ft() argument 354 ft_attr.type = fw_ft_type; in hws_table_ft_set_next_ft() [all …]
|
H A D | mlx5hws_pool.c | 37 u32 fw_ft_type) in hws_pool_create_one_resource() argument 52 ste_attr.table_type = fw_ft_type; in hws_pool_create_one_resource() 57 stc_attr.table_type = fw_ft_type; in hws_pool_create_one_resource() 84 u32 fw_ft_type, opt_log_range; in hws_pool_resource_alloc() local 86 fw_ft_type = mlx5hws_table_get_res_fw_ft_type(pool->tbl_type, false); in hws_pool_resource_alloc() 88 resource = hws_pool_create_one_resource(pool, opt_log_range, fw_ft_type); in hws_pool_resource_alloc() 99 fw_ft_type = mlx5hws_table_get_res_fw_ft_type(pool->tbl_type, true); in hws_pool_resource_alloc() 101 mirror_resource = hws_pool_create_one_resource(pool, opt_log_range, fw_ft_type); in hws_pool_resource_alloc()
|
H A D | mlx5hws_table.h | 19 u32 fw_ft_type; member 64 u32 fw_ft_type,
|
H A D | mlx5hws_debug.c | 164 ft_attr.type = matcher->tbl->fw_ft_type; in hws_debug_dump_matcher() 213 tbl->fw_ft_type, in hws_debug_dump_table() 217 ft_attr.type = tbl->fw_ft_type; in hws_debug_dump_table()
|
H A D | mlx5hws_cmd.h | 259 u8 fw_ft_type, u32 table_id); 351 u32 fw_ft_type,
|
H A D | mlx5hws_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 | mlx5hws_matcher.c | 93 tbl->fw_ft_type, in hws_matcher_connect() 112 tbl->fw_ft_type, in hws_matcher_connect() 164 tbl->fw_ft_type, in hws_matcher_disconnect()
|