Home
last modified time | relevance | path

Searched refs:max_log_sw_icm_sz (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_icm_pool.c525 pool->max_log_chunk_sz = dmn->info.max_log_sw_icm_sz; in mlx5dr_icm_pool_create()
H A Ddr_rule.c525 new_size = min_t(u32, new_size, dmn->info.max_log_sw_icm_sz); in dr_rule_rehash()
694 if (dmn->info.max_log_sw_icm_sz <= htbl->chunk->size) in dr_rule_need_enlarge_hash()
H A Ddr_domain.c486 dmn->info.max_log_sw_icm_sz = min_t(u32, DR_CHUNK_SIZE_1024K, in mlx5dr_domain_create()
H A Ddr_types.h929 u32 max_log_sw_icm_sz; member