Searched refs:mlx4_buf_alloc (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_alloc.c | 585 int mlx4_buf_alloc(struct mlx4_dev *dev, int size, int max_direct, in mlx4_buf_alloc() function 653 EXPORT_SYMBOL_GPL(mlx4_buf_alloc); 801 err = mlx4_buf_alloc(dev, size, max_direct, &wqres->buf, GFP_KERNEL); in mlx4_alloc_hwq_res()
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_srq.c | 138 if (mlx4_buf_alloc(dev->dev, buf_size, PAGE_SIZE * 2, &srq->buf, in mlx4_ib_create_srq()
|
H A D | mlx4_ib_cq.c | 106 err = mlx4_buf_alloc(dev->dev, nent * dev->dev->caps.cqe_size, in mlx4_ib_alloc_cq_buf()
|
H A D | mlx4_ib_qp.c | 797 if (mlx4_buf_alloc(dev->dev, qp->buf_size, qp->buf_size, in create_qp_common() 806 if (mlx4_buf_alloc(dev->dev, qp->buf_size, in create_qp_common()
|
/freebsd/sys/dev/mlx4/ |
H A D | device.h | 1072 int mlx4_buf_alloc(struct mlx4_dev *dev, int size, int max_direct,
|