Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_pool.c152 new_buddy_size = max(pool->alloc_log_sz, order); in hws_pool_buddy_get_next_buddy()
301 alloc_size = pool->alloc_log_sz; in hws_pool_element_create_new_elem()
550 ret = hws_pool_buddy_db_init(pool, pool->alloc_log_sz); in hws_pool_db_init()
597 pool->alloc_log_sz = pool_attr->alloc_log_sz; in mlx5hws_pool_create()
612 pool->alloc_log_sz = pool_attr->alloc_log_sz; in mlx5hws_pool_create()
Dmlx5hws_pool.h67 size_t alloc_log_sz; member
113 size_t alloc_log_sz; member
Dmlx5hws_context.c40 pool_attr.alloc_log_sz = max(max_log_sz, ctx->caps->stc_alloc_log_gran); in hws_context_pools_init()
Dmlx5hws_matcher.c556 pool_attr.alloc_log_sz = ilog2(roundup_pow_of_two(action_ste->max_stes)) + in hws_matcher_bind_at_idx()
688 pool_attr.alloc_log_sz = matcher->attr.table.sz_col_log + in hws_matcher_bind_mt()
Dmlx5hws_action.c1609 pool_attr.alloc_log_sz = 1; in hws_action_create_dest_match_range_table()