Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_icm_pool.c31 struct mlx5dr_icm_hot_chunk *hot_chunks_arr; member
352 hot_chunk = &pool->hot_chunks_arr[i]; in dr_icm_pool_clear_hot_chunks_arr()
481 hot_chunk = &pool->hot_chunks_arr[pool->hot_chunks_num++]; in mlx5dr_icm_free_chunk()
551 pool->hot_chunks_arr = kvcalloc(num_of_chunks, in mlx5dr_icm_pool_create()
554 if (!pool->hot_chunks_arr) in mlx5dr_icm_pool_create()
573 kvfree(pool->hot_chunks_arr); in mlx5dr_icm_pool_destroy()