Home
last modified time | relevance | path

Searched defs:mlx5dr_icm_pool (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/
A Ddr_icm_pool.c15 struct mlx5dr_icm_pool { struct
16 enum mlx5dr_icm_type icm_type;
17 enum mlx5dr_icm_chunk_size max_log_chunk_sz;
18 struct mlx5dr_domain *dmn;
19 struct kmem_cache *chunks_kmem_cache;
22 struct mutex mutex; /* protect the ICM pool and ICM buddy */
23 struct list_head buddy_mem_list;
29 struct mlx5dr_icm_hot_chunk *hot_chunks_arr;
30 u32 hot_chunks_num;
31 u64 hot_memory_size;

Completed in 4 milliseconds