Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/mthca/
HDmthca_cq.c353 int mthca_alloc_cq_buf(struct mthca_dev *dev, struct mthca_cq_buf *buf, int nent) in mthca_alloc_cq_buf() function
817 err = mthca_alloc_cq_buf(dev, &cq->buf, nent); in mthca_init_cq()
HDmthca_dev.h511 int mthca_alloc_cq_buf(struct mthca_dev *dev, struct mthca_cq_buf *buf, int nent);
HDmthca_provider.c702 ret = mthca_alloc_cq_buf(dev, &cq->resize_buf->buf, entries); in mthca_alloc_resize_buf()