Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
Ddr_icm_pool.c17 struct mlx5dr_icm_pool { struct
111 dr_icm_pool_mr_create(struct mlx5dr_icm_pool *pool) in dr_icm_pool_mr_create()
263 static int dr_icm_buddy_create(struct mlx5dr_icm_pool *pool) in dr_icm_buddy_create()
322 struct mlx5dr_icm_pool *pool, in dr_icm_chunk_init()
341 static bool dr_icm_pool_is_sync_required(struct mlx5dr_icm_pool *pool) in dr_icm_pool_is_sync_required()
346 static void dr_icm_pool_clear_hot_chunks_arr(struct mlx5dr_icm_pool *pool) in dr_icm_pool_clear_hot_chunks_arr()
365 static int dr_icm_pool_sync_all_buddy_pools(struct mlx5dr_icm_pool *pool) in dr_icm_pool_sync_all_buddy_pools()
386 static int dr_icm_handle_buddies_get_mem(struct mlx5dr_icm_pool *pool, in dr_icm_handle_buddies_get_mem()
435 mlx5dr_icm_alloc_chunk(struct mlx5dr_icm_pool *pool, in mlx5dr_icm_alloc_chunk()
470 struct mlx5dr_icm_pool *pool = buddy->pool; in mlx5dr_icm_free_chunk()
[all …]
Ddr_types.h149 struct mlx5dr_icm_pool;
229 mlx5dr_ste_htbl_alloc(struct mlx5dr_icm_pool *pool,
939 struct mlx5dr_icm_pool *ste_icm_pool;
940 struct mlx5dr_icm_pool *action_icm_pool;
1226 struct mlx5dr_ste_htbl *mlx5dr_icm_pool_alloc_htbl(struct mlx5dr_icm_pool *pool);
1227 void mlx5dr_icm_pool_free_htbl(struct mlx5dr_icm_pool *pool, struct mlx5dr_ste_htbl *htbl);
1387 struct mlx5dr_icm_pool *mlx5dr_icm_pool_create(struct mlx5dr_domain *dmn,
1389 void mlx5dr_icm_pool_destroy(struct mlx5dr_icm_pool *pool);
1392 mlx5dr_icm_alloc_chunk(struct mlx5dr_icm_pool *pool,
Dmlx5dr.h176 struct mlx5dr_icm_pool *pool;
Ddr_ptrn.c17 struct mlx5dr_icm_pool *ptrn_icm_pool;
Ddr_ste.c496 struct mlx5dr_ste_htbl *mlx5dr_ste_htbl_alloc(struct mlx5dr_icm_pool *pool, in mlx5dr_ste_htbl_alloc()
540 struct mlx5dr_icm_pool *pool = htbl->chunk->buddy_mem->pool; in mlx5dr_ste_htbl_free()