Home
last modified time | relevance | path

Searched refs:alloc_cq_frag_buf (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/hw/mlx5/
H A Dcq.c671 static int alloc_cq_frag_buf(struct mlx5_ib_dev *dev, in alloc_cq_frag_buf() function
903 err = alloc_cq_frag_buf(dev, &cq->buf, entries, cqe_size); in create_cq_kernel()
1203 err = alloc_cq_frag_buf(dev, cq->resize_buf, entries, cqe_size); in resize_kernel()
/linux/drivers/vfio/pci/mlx5/
H A Dcmd.c995 static int alloc_cq_frag_buf(struct mlx5_core_dev *mdev, in alloc_cq_frag_buf() function
1117 err = alloc_cq_frag_buf(mdev, &cq->buf, ncqe, cqe_size); in mlx5vf_create_cq()