Searched refs:mthca_buf_free (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/drivers/infiniband/hw/mthca/ |
D | mthca_allocator.c | 274 mthca_buf_free(dev, size, buf, *is_direct, NULL); in mthca_buf_alloc() 282 void mthca_buf_free(struct mthca_dev *dev, int size, union mthca_buf *buf, in mthca_buf_free() function
|
D | mthca_dev.h | 427 void mthca_buf_free(struct mthca_dev *dev, int size, union mthca_buf *buf,
|
D | mthca_srq.c | 142 mthca_buf_free(dev, srq->max << srq->wqe_shift, &srq->queue, in mthca_free_srq_buf()
|
D | mthca_cq.c | 373 mthca_buf_free(dev, (cqe + 1) * MTHCA_CQ_ENTRY_SIZE, &buf->queue, in mthca_free_cq_buf()
|
D | mthca_qp.c | 1062 mthca_buf_free(dev, PAGE_ALIGN(qp->send_wqe_offset + in mthca_free_wqe_buf()
|