Searched refs:mlx5_buf_alloc (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/ |
D | alloc.c | 50 int mlx5_buf_alloc(struct mlx5_core_dev *dev, int size, int max_direct, in mlx5_buf_alloc() function 114 EXPORT_SYMBOL_GPL(mlx5_buf_alloc);
|
D | eq.c | 349 err = mlx5_buf_alloc(dev, eq->nent * MLX5_EQE_SIZE, 2 * PAGE_SIZE, in mlx5_create_map_eq()
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
D | srq.c | 168 if (mlx5_buf_alloc(dev->mdev, buf_size, PAGE_SIZE * 2, &srq->buf)) { in create_srq_kernel()
|
D | cq.c | 593 err = mlx5_buf_alloc(dev->mdev, nent * cqe_size, in alloc_cq_buf()
|
D | qp.c | 771 err = mlx5_buf_alloc(dev->mdev, qp->buf_size, PAGE_SIZE * 2, &qp->buf); in create_kernel_qp()
|
/linux-4.1.27/include/linux/mlx5/ |
D | driver.h | 672 int mlx5_buf_alloc(struct mlx5_core_dev *dev, int size, int max_direct,
|