Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dpool.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()
H A Dpool.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()
H A Ddebug.c396 if (stc_pool->mirror_resource[0]) { in hws_debug_dump_context_stc()
397 ret = hws_debug_dump_context_stc_resource(f, ctx, stc_pool->mirror_resource[0]); in hws_debug_dump_context_stc()