Searched refs:mlx5_buf_alloc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_alloc.c | 72 mlx5_buf_alloc(struct mlx5_core_dev *dev, int size, in mlx5_buf_alloc() function
|
| H A D | mlx5_eq.c | 430 err = mlx5_buf_alloc(dev, eq->nent * MLX5_EQE_SIZE, 2 * PAGE_SIZE, in mlx5_create_map_eq()
|
| /freebsd-12.1/sys/dev/mlx5/ |
| H A D | driver.h | 973 mlx5_buf_alloc(dev, size, direct, buf) 974 int mlx5_buf_alloc(struct mlx5_core_dev *dev, int size, int max_direct,
|
| /freebsd-12.1/sys/dev/mlx5/mlx5_ib/ |
| H A D | mlx5_ib_srq.c | 169 if (mlx5_buf_alloc(dev->mdev, buf_size, 2 * PAGE_SIZE, &srq->buf)) { in create_srq_kernel()
|
| H A D | mlx5_ib_cq.c | 731 err = mlx5_buf_alloc(dev->mdev, nent * cqe_size, in alloc_cq_buf()
|
| H A D | mlx5_ib_qp.c | 936 err = mlx5_buf_alloc(dev->mdev, base->ubuffer.buf_size, in create_kernel_qp()
|