Searched refs:mthca_alloc_cq_buf (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/ofed/libmthca/src/ |
| HD | verbs.c | 210 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()
|
| HD | mthca.h | 327 int mthca_alloc_cq_buf(struct mthca_device *dev, struct mthca_buf *buf, int nent);
|
| HD | cq.c | 621 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/ |
| HD | mthca_cq.c | 352 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()
|
| HD | mthca_dev.h | 509 int mthca_alloc_cq_buf(struct mthca_dev *dev, struct mthca_cq_buf *buf, int nent);
|
| HD | mthca_provider.c | 780 ret = mthca_alloc_cq_buf(dev, &cq->resize_buf->buf, entries); in mthca_alloc_resize_buf()
|