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

/freebsd-9.3-release/contrib/ofed/libmthca/src/
H A Dmthca.h327 int mthca_alloc_cq_buf(struct mthca_device *dev, struct mthca_buf *buf, int nent);
H A Dverbs.c210 if (mthca_alloc_cq_buf(to_mdev(context->device), &cq->buf, cqe))
304 ret = mthca_alloc_cq_buf(to_mdev(ibcq->context->device), &buf, cqe);
H A Dcq.c621 int mthca_alloc_cq_buf(struct mthca_device *dev, struct mthca_buf *buf, int nent) function
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c352 int mthca_alloc_cq_buf(struct mthca_dev *dev, struct mthca_cq_buf *buf, int nent) function
818 err = mthca_alloc_cq_buf(dev, &cq->buf, nent);
H A Dmthca_dev.h509 int mthca_alloc_cq_buf(struct mthca_dev *dev, struct mthca_cq_buf *buf, int nent);
H A Dmthca_provider.c778 ret = mthca_alloc_cq_buf(dev, &cq->resize_buf->buf, entries);

Completed in 58 milliseconds