Searched refs:mthca_free_cq_buf (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/mthca/ |
| D | mthca_cq.c | 366 void mthca_free_cq_buf(struct mthca_dev *dev, struct mthca_cq_buf *buf, int cqe) in mthca_free_cq_buf() function 865 mthca_free_cq_buf(dev, &cq->buf, cq->ibcq.cqe); in mthca_init_cq() 939 mthca_free_cq_buf(dev, &cq->buf, cq->ibcq.cqe); in mthca_free_cq()
|
| D | mthca_dev.h | 510 void mthca_free_cq_buf(struct mthca_dev *dev, struct mthca_cq_buf *buf, int cqe);
|
| D | mthca_provider.c | 761 mthca_free_cq_buf(dev, &cq->resize_buf->buf, in mthca_resize_cq() 791 mthca_free_cq_buf(dev, &tbuf, tcqe); in mthca_resize_cq()
|