Home
last modified time | relevance | path

Searched refs:mlx5_dma_pool (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dalloc.c51 struct mlx5_dma_pool { struct
61 struct mlx5_dma_pool *pool; argument
69 struct mlx5_dma_pool *pools[MLX5_FRAG_BUF_POOLS_NUM];
102 static void mlx5_dma_pool_destroy(struct mlx5_dma_pool *pool) in mlx5_dma_pool_destroy()
108 static struct mlx5_dma_pool *mlx5_dma_pool_create(struct mlx5_core_dev *dev, in mlx5_dma_pool_create()
111 struct mlx5_dma_pool *pool; in mlx5_dma_pool_create()
126 mlx5_dma_pool_page_alloc(struct mlx5_dma_pool *pool) in mlx5_dma_pool_page_alloc()
165 static int mlx5_dma_pool_alloc_from_page(struct mlx5_dma_pool *pool, in mlx5_dma_pool_alloc_from_page()
184 mlx5_dma_pool_alloc(struct mlx5_dma_pool *pool, unsigned long *idx_out) in mlx5_dma_pool_alloc()
207 static void mlx5_dma_pool_free(struct mlx5_dma_pool *pool, in mlx5_dma_pool_free()
[all …]
/linux/include/linux/mlx5/
H A Ddriver.h573 struct mlx5_dma_pool;
604 struct mlx5_dma_pool **db_node_pools;