Searched defs:mlx5dr_icm_pool (Results 1 – 1 of 1) sorted by relevance
17 struct mlx5dr_icm_pool { struct18 enum mlx5dr_icm_type icm_type;19 enum mlx5dr_icm_chunk_size max_log_chunk_sz;20 struct mlx5dr_domain *dmn;21 struct kmem_cache *chunks_kmem_cache;24 struct mutex mutex; /* protect the ICM pool and ICM buddy */25 struct list_head buddy_mem_list;31 struct mlx5dr_icm_hot_chunk *hot_chunks_arr;32 u32 hot_chunks_num;33 u64 hot_memory_size;[all …]