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/sws/
H A Ddr_icm_pool.c31 struct mlx5dr_icm_hot_chunk *hot_chunks_arr; member
351 hot_chunk = &pool->hot_chunks_arr[i]; in dr_icm_pool_clear_hot_chunks_arr()
480 hot_chunk = &pool->hot_chunks_arr[pool->hot_chunks_num++]; in mlx5dr_icm_free_chunk()
550 pool->hot_chunks_arr = kvzalloc_objs(struct mlx5dr_icm_hot_chunk, in mlx5dr_icm_pool_create()
552 if (!pool->hot_chunks_arr) in mlx5dr_icm_pool_create()
571 kvfree(pool->hot_chunks_arr); in mlx5dr_icm_pool_destroy()