Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_icm_pool.c324 struct mlx5dr_icm_buddy_mem *buddy_mem_pool, in dr_icm_chunk_init() argument
331 chunk->buddy_mem = buddy_mem_pool; in dr_icm_chunk_init()
338 buddy_mem_pool->used_memory += mlx5dr_icm_pool_get_chunk_byte_size(chunk); in dr_icm_chunk_init()
391 struct mlx5dr_icm_buddy_mem *buddy_mem_pool; in dr_icm_handle_buddies_get_mem() local
397 list_for_each_entry(buddy_mem_pool, &pool->buddy_mem_list, list_node) { in dr_icm_handle_buddies_get_mem()
398 err = mlx5dr_buddy_alloc_mem(buddy_mem_pool, in dr_icm_handle_buddies_get_mem()
426 *buddy = buddy_mem_pool; in dr_icm_handle_buddies_get_mem()