Searched refs:mlx4_buf_alloc (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | alloc.c | 606 int mlx4_buf_alloc(struct mlx4_dev *dev, int size, int max_direct, in mlx4_buf_alloc() function 642 EXPORT_SYMBOL_GPL(mlx4_buf_alloc);
|
/openbmc/linux/drivers/infiniband/hw/mlx4/ |
H A D | srq.c | 142 if (mlx4_buf_alloc(dev->dev, buf_size, PAGE_SIZE * 2, in mlx4_ib_create_srq()
|
H A D | cq.c | 105 err = mlx4_buf_alloc(dev->dev, nent * dev->dev->caps.cqe_size, in mlx4_ib_alloc_cq_buf()
|
H A D | qp.c | 1159 if (mlx4_buf_alloc(dev->dev, qp->buf_size, PAGE_SIZE * 2, in create_qp_common()
|
/openbmc/linux/include/linux/mlx4/ |
H A D | device.h | 1085 int mlx4_buf_alloc(struct mlx4_dev *dev, int size, int max_direct,
|