Home
last modified time | relevance | path

Searched refs:resource_idx (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dpool.c24 int resource_idx) in hws_pool_resource_free() argument
26 hws_pool_free_one_resource(pool->resource[resource_idx]); in hws_pool_resource_free()
27 pool->resource[resource_idx] = NULL; in hws_pool_resource_free()
31 pool->mirror_resource[resource_idx] = NULL; in hws_pool_resource_free()
231 &chunk->resource_idx, in hws_pool_buddy_db_get_chunk()
414 &chunk->resource_idx, in hws_pool_general_element_db_get_chunk()
426 if (unlikely(!pool->resource[chunk->resource_idx])) in hws_pool_general_element_db_put_chunk()
430 hws_pool_resource_free(pool, chunk->resource_idx); in hws_pool_general_element_db_put_chunk()
461 hws_pool_resource_free(pool, chunk->resource_idx); in hws_onesize_element_db_destroy_element()
471 if (unlikely(chunk->resource_idx)) in hws_onesize_element_db_put_chunk()
[all …]
H A Dpool.h17 u32 resource_idx; member
142 return pool->resource[chunk->resource_idx]->base_id; in mlx5hws_pool_chunk_get_base_id()
149 return pool->mirror_resource[chunk->resource_idx]->base_id; in mlx5hws_pool_chunk_get_base_mirror_id()