Home
last modified time | relevance | path

Searched refs:mthca_free_srq_wqe (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/ofed/libmthca/src/
HDcq.c349 mthca_free_srq_wqe(srq, wqe_index); in mthca_poll_one()
576 mthca_free_srq_wqe(srq, in __mthca_cq_clean()
HDsrq.c65 void mthca_free_srq_wqe(struct mthca_srq *srq, int ind) in mthca_free_srq_wqe() function
HDmthca.h339 void mthca_free_srq_wqe(struct mthca_srq *srq, int ind);
/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_cq.c311 mthca_free_srq_wqe(srq, be32_to_cpu(cqe->wqe)); in mthca_cq_clean()
548 mthca_free_srq_wqe(srq, wqe); in mthca_poll_one()
HDmthca_dev.h521 void mthca_free_srq_wqe(struct mthca_srq *srq, u32 wqe_addr);
HDmthca_srq.c476 void mthca_free_srq_wqe(struct mthca_srq *srq, u32 wqe_addr) in mthca_free_srq_wqe() function
/NextBSD/contrib/ofed/libmthca/
HDChangeLog328 * src/srq.c (mthca_free_srq_wqe): Pass index instead of WQE