Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/
A Ddr_icm_pool.c303 struct mlx5dr_icm_buddy_mem *buddy_mem_pool, in dr_icm_chunk_init() argument
310 chunk->buddy_mem = buddy_mem_pool; in dr_icm_chunk_init()
317 buddy_mem_pool->used_memory += mlx5dr_icm_pool_get_chunk_byte_size(chunk); in dr_icm_chunk_init()
378 struct mlx5dr_icm_buddy_mem *buddy_mem_pool; in dr_icm_handle_buddies_get_mem() local
384 list_for_each_entry(buddy_mem_pool, &pool->buddy_mem_list, list_node) { in dr_icm_handle_buddies_get_mem()
385 err = mlx5dr_buddy_alloc_mem(buddy_mem_pool, in dr_icm_handle_buddies_get_mem()
413 *buddy = buddy_mem_pool; in dr_icm_handle_buddies_get_mem()

Completed in 3 milliseconds