Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dalloc.c586 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/
Dsrq.c143 if (mlx4_buf_alloc(dev->dev, buf_size, PAGE_SIZE * 2, &srq->buf, in mlx4_ib_create_srq()
Dcq.c104 err = mlx4_buf_alloc(dev->dev, nent * dev->dev->caps.cqe_size, in mlx4_ib_alloc_cq_buf()
Dqp.c775 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/
Ddevice.h1012 int mlx4_buf_alloc(struct mlx4_dev *dev, int size, int max_direct,