Home
last modified time | relevance | path

Searched refs:mlx5_buf_alloc (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dalloc.c89 int mlx5_buf_alloc(struct mlx5_core_dev *dev, int size, struct mlx5_buf *buf) in mlx5_buf_alloc() function
93 EXPORT_SYMBOL_GPL(mlx5_buf_alloc);
Dwq.c155 err = mlx5_buf_alloc(mdev, mlx5_wq_ll_get_byte_size(wq), &wq_ctrl->buf); in mlx5_wq_ll_create()
Deq.c350 err = mlx5_buf_alloc(dev, eq->nent * MLX5_EQE_SIZE, &eq->buf); in mlx5_create_map_eq()
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dsrq.c168 if (mlx5_buf_alloc(dev->mdev, buf_size, &srq->buf)) { in create_srq_kernel()
Dcq.c601 err = mlx5_buf_alloc(dev->mdev, nent * cqe_size, &buf->buf); in alloc_cq_buf()
Dqp.c763 err = mlx5_buf_alloc(dev->mdev, qp->buf_size, &qp->buf); in create_kernel_qp()
/linux-4.4.14/include/linux/mlx5/
Ddriver.h709 int mlx5_buf_alloc(struct mlx5_core_dev *dev, int size, struct mlx5_buf *buf);