Home
last modified time | relevance | path

Searched refs:mirror_resource (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_pool.c30 hws_pool_free_one_resource(pool->mirror_resource[resource_idx]); in hws_pool_resource_free()
31 pool->mirror_resource[resource_idx] = NULL; in hws_pool_resource_free()
97 struct mlx5hws_pool_resource *mirror_resource; in hws_pool_resource_alloc() local
101 mirror_resource = hws_pool_create_one_resource(pool, opt_log_range, fw_ft_type); in hws_pool_resource_alloc()
102 if (!mirror_resource) { in hws_pool_resource_alloc()
108 pool->mirror_resource[idx] = mirror_resource; in hws_pool_resource_alloc()
Dmlx5hws_pool.h117 struct mlx5hws_pool_resource *mirror_resource[MLX5HWS_POOL_RESOURCE_ARR_SZ]; member
149 return pool->mirror_resource[chunk->resource_idx]->base_id; in mlx5hws_pool_chunk_get_base_mirror_id()
Dmlx5hws_debug.c404 if (i == MLX5HWS_TABLE_TYPE_FDB && stc_pool->mirror_resource[0]) { in hws_debug_dump_context_stc()
406 stc_pool->mirror_resource[0]); in hws_debug_dump_context_stc()