Searched refs:mlx5_buf_alloc (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_wq.c | 79 err = mlx5_buf_alloc(mdev, mlx5_wq_cyc_get_byte_size(wq), in mlx5_wq_cyc_create() 116 err = mlx5_buf_alloc(mdev, mlx5_cqwq_get_byte_size(wq), in mlx5_cqwq_create() 154 err = mlx5_buf_alloc(mdev, mlx5_wq_ll_get_byte_size(wq), in mlx5_wq_ll_create()
|
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 | 444 err = mlx5_buf_alloc(dev, eq->nent * MLX5_EQE_SIZE, 2 * PAGE_SIZE, in mlx5_create_map_eq()
|
/freebsd/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 | 734 err = mlx5_buf_alloc(dev->mdev, nent * cqe_size, in alloc_cq_buf()
|
H A D | mlx5_ib_qp.c | 961 err = mlx5_buf_alloc(dev->mdev, base->ubuffer.buf_size, in create_kernel_qp()
|
/freebsd/sys/dev/mlx5/ |
H A D | driver.h | 1037 int mlx5_buf_alloc(struct mlx5_core_dev *dev, int size, int max_direct,
|