Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dcq.c668 static int alloc_cq_frag_buf(struct mlx5_ib_dev *dev, in alloc_cq_frag_buf() function
895 err = alloc_cq_frag_buf(dev, &cq->buf, entries, cqe_size); in create_cq_kernel()
1194 err = alloc_cq_frag_buf(dev, cq->resize_buf, entries, cqe_size); in resize_kernel()
/openbmc/linux/drivers/vfio/pci/mlx5/
H A Dcmd.c854 static int alloc_cq_frag_buf(struct mlx5_core_dev *mdev, in alloc_cq_frag_buf() function
968 err = alloc_cq_frag_buf(mdev, &cq->buf, ncqe, cqe_size); in mlx5vf_create_cq()