Home
last modified time | relevance | path

Searched refs:mthca_buf_free (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_allocator.c271 mthca_buf_free(dev, size, buf, *is_direct, NULL); in mthca_buf_alloc()
279 void mthca_buf_free(struct mthca_dev *dev, int size, union mthca_buf *buf, in mthca_buf_free() function
H A Dmthca_dev.h426 void mthca_buf_free(struct mthca_dev *dev, int size, union mthca_buf *buf,
H A Dmthca_srq.c149 mthca_buf_free(dev, srq->max << srq->wqe_shift, &srq->queue, in mthca_free_srq_buf()
H A Dmthca_cq.c368 mthca_buf_free(dev, (cqe + 1) * MTHCA_CQ_ENTRY_SIZE, &buf->queue, in mthca_free_cq_buf()
H A Dmthca_qp.c1086 mthca_buf_free(dev, PAGE_ALIGN(qp->send_wqe_offset + in mthca_free_wqe_buf()