Home
last modified time | relevance | path

Searched refs:hermon_wrid_wqhdr_destroy (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_wr.h188 void hermon_wrid_wqhdr_destroy(hermon_workq_hdr_t *wqhdr);
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qp.c720 hermon_wrid_wqhdr_destroy(qp->qp_sq_wqhdr); in hermon_qp_alloc()
722 hermon_wrid_wqhdr_destroy(qp->qp_rq_wqhdr); in hermon_qp_alloc()
1196 hermon_wrid_wqhdr_destroy(qp->qp_sq_wqhdr); in hermon_special_qp_alloc()
1198 hermon_wrid_wqhdr_destroy(qp->qp_rq_wqhdr); in hermon_special_qp_alloc()
1805 hermon_wrid_wqhdr_destroy(qp->qp_sq_wqhdr); in hermon_qp_alloc_range()
1807 hermon_wrid_wqhdr_destroy(qp->qp_rq_wqhdr); in hermon_qp_alloc_range()
2017 hermon_wrid_wqhdr_destroy(qp->qp_sq_wqhdr); in hermon_qp_free()
2019 hermon_wrid_wqhdr_destroy(qp->qp_rq_wqhdr); in hermon_qp_free()
H A Dhermon_srq.c415 hermon_wrid_wqhdr_destroy(srq->srq_wq_wqhdr); in hermon_srq_alloc()
556 hermon_wrid_wqhdr_destroy(srq->srq_wq_wqhdr); in hermon_srq_free()
H A Dhermon_wr.c2488 hermon_wrid_wqhdr_destroy(hermon_workq_hdr_t *wqhdr) in hermon_wrid_wqhdr_destroy() function