Searched refs:mlx4_buf_alloc (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | alloc.c | 586 int mlx4_buf_alloc(struct mlx4_dev *dev, int size, int max_direct, in mlx4_buf_alloc() function 654 EXPORT_SYMBOL_GPL(mlx4_buf_alloc); 802 err = mlx4_buf_alloc(dev, size, max_direct, &wqres->buf, GFP_KERNEL); in mlx4_alloc_hwq_res()
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | srq.c | 143 if (mlx4_buf_alloc(dev->dev, buf_size, PAGE_SIZE * 2, &srq->buf, in mlx4_ib_create_srq()
|
D | cq.c | 104 err = mlx4_buf_alloc(dev->dev, nent * dev->dev->caps.cqe_size, in mlx4_ib_alloc_cq_buf()
|
D | qp.c | 775 if (mlx4_buf_alloc(dev->dev, qp->buf_size, PAGE_SIZE * 2, &qp->buf, gfp)) { in create_qp_common()
|
/linux-4.1.27/include/linux/mlx4/ |
D | device.h | 1012 int mlx4_buf_alloc(struct mlx4_dev *dev, int size, int max_direct,
|