Home
last modified time | relevance | path

Searched refs:alloc_log_sz (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dpool.c84 0 : pool->alloc_log_sz; in hws_pool_resource_alloc()
98 0 : pool->alloc_log_sz; in hws_pool_resource_alloc()
116 buddy = mlx5hws_buddy_create(pool->alloc_log_sz); in hws_pool_buddy_init()
119 pool->alloc_log_sz); in hws_pool_buddy_init()
125 pool->type, pool->alloc_log_sz); in hws_pool_buddy_init()
211 bitmap = hws_pool_create_and_init_bitmap(pool->alloc_log_sz); in hws_pool_bitmap_init()
214 pool->alloc_log_sz); in hws_pool_bitmap_init()
220 pool->type, pool->alloc_log_sz); in hws_pool_bitmap_init()
246 size = 1 << pool->alloc_log_sz; in hws_pool_bitmap_db_get_chunk()
356 pool->alloc_log_sz = pool_attr->alloc_log_sz; in mlx5hws_pool_create()
[all …]
H A Dpool.h45 size_t alloc_log_sz; member
74 size_t alloc_log_sz; member
127 ret = pool->available_elems == (1 << pool->alloc_log_sz); in mlx5hws_pool_full()
H A Dcontext.c38 pool_attr.alloc_log_sz = max(max_log_sz, ctx->caps->stc_alloc_log_gran); in hws_context_pools_init()
H A Daction_ste_pool.c32 pool_attr.alloc_log_sz = log_sz; in hws_action_ste_table_create_pool()
H A Daction.c1611 pool_attr.alloc_log_sz = 1; in hws_action_create_dest_match_range_table()