Searched refs:alloc_cq_frag_buf (Results 1 – 2 of 2) sorted by relevance
/drivers/infiniband/hw/mlx5/ |
D | cq.c | 668 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()
|
/drivers/vfio/pci/mlx5/ |
D | cmd.c | 854 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()
|