Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_icm_pool.c323 struct mlx5dr_icm_buddy_mem *buddy_mem_pool, in dr_icm_chunk_init() argument
330 chunk->buddy_mem = buddy_mem_pool; in dr_icm_chunk_init()
337 buddy_mem_pool->used_memory += mlx5dr_icm_pool_get_chunk_byte_size(chunk); in dr_icm_chunk_init()
390 struct mlx5dr_icm_buddy_mem *buddy_mem_pool; in dr_icm_handle_buddies_get_mem() local
396 list_for_each_entry(buddy_mem_pool, &pool->buddy_mem_list, list_node) { in dr_icm_handle_buddies_get_mem()
397 err = mlx5dr_buddy_alloc_mem(buddy_mem_pool, in dr_icm_handle_buddies_get_mem()
425 *buddy = buddy_mem_pool; in dr_icm_handle_buddies_get_mem()