Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_icm_pool.c9 struct mlx5dr_icm_pool;
12 struct mlx5dr_icm_pool *pool;
42 struct mlx5dr_icm_pool { struct
61 struct mlx5dr_icm_pool *pool; argument
98 dr_icm_pool_mr_create(struct mlx5dr_icm_pool *pool) in dr_icm_pool_mr_create()
210 struct mlx5dr_icm_pool *pool = bucket->pool; in dr_icm_chunks_create()
293 static void dr_icm_bucket_init(struct mlx5dr_icm_pool *pool, in dr_icm_bucket_init()
329 static u64 dr_icm_hot_mem_size(struct mlx5dr_icm_pool *pool) in dr_icm_hot_mem_size()
341 static bool dr_icm_reuse_hot_entries(struct mlx5dr_icm_pool *pool, in dr_icm_reuse_hot_entries()
374 static void dr_icm_chill_buckets_start(struct mlx5dr_icm_pool *pool, in dr_icm_chill_buckets_start()
[all …]
Ddr_types.h115 struct mlx5dr_icm_pool;
201 mlx5dr_ste_htbl_alloc(struct mlx5dr_icm_pool *pool,
668 struct mlx5dr_icm_pool *ste_icm_pool;
669 struct mlx5dr_icm_pool *action_icm_pool;
992 struct mlx5dr_icm_pool *mlx5dr_icm_pool_create(struct mlx5dr_domain *dmn,
994 void mlx5dr_icm_pool_destroy(struct mlx5dr_icm_pool *pool);
997 mlx5dr_icm_alloc_chunk(struct mlx5dr_icm_pool *pool,
Ddr_ste.c658 struct mlx5dr_ste_htbl *mlx5dr_ste_htbl_alloc(struct mlx5dr_icm_pool *pool, in mlx5dr_ste_htbl_alloc()