Home
last modified time | relevance | path

Searched refs:mthca_alloc_cq_buf (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/ofed/libmthca/src/
HDverbs.c210 if (mthca_alloc_cq_buf(to_mdev(context->device), &cq->buf, cqe)) in mthca_create_cq()
304 ret = mthca_alloc_cq_buf(to_mdev(ibcq->context->device), &buf, cqe); in mthca_resize_cq()
HDmthca.h327 int mthca_alloc_cq_buf(struct mthca_device *dev, struct mthca_buf *buf, int nent);
HDcq.c621 int mthca_alloc_cq_buf(struct mthca_device *dev, struct mthca_buf *buf, int nent) in mthca_alloc_cq_buf() function
/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_cq.c352 int mthca_alloc_cq_buf(struct mthca_dev *dev, struct mthca_cq_buf *buf, int nent) in mthca_alloc_cq_buf() function
818 err = mthca_alloc_cq_buf(dev, &cq->buf, nent); in mthca_init_cq()
HDmthca_dev.h509 int mthca_alloc_cq_buf(struct mthca_dev *dev, struct mthca_cq_buf *buf, int nent);
HDmthca_provider.c780 ret = mthca_alloc_cq_buf(dev, &cq->resize_buf->buf, entries); in mthca_alloc_resize_buf()