Home
last modified time | relevance | path

Searched refs:srq_wq_wqhdr (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_srq.h96 hermon_workq_hdr_t *srq_wq_wqhdr; member
127 hermon_sw_srq_s::srq_wq_wqhdr
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_srq.c299 srq->srq_wq_wqhdr = hermon_wrid_wqhdr_create(1 << log_srq_size); in hermon_srq_alloc()
403 srq->srq_wq_wqhdr->wq_tail = last; in hermon_srq_alloc()
404 srq->srq_wq_wqhdr->wq_head = 0; in hermon_srq_alloc()
415 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()
831 wre_old = srq->srq_wq_wqhdr->wq_wrid; in hermon_srq_modify()
836 srq->srq_wq_wqhdr->wq_wrid = wre_new; in hermon_srq_modify()
H A Dhermon_qp.c517 qp->qp_rq_wqavl.wqa_wq = srq->srq_wq_wqhdr; in hermon_qp_alloc()
1626 qp->qp_rq_wqavl.wqa_wq = srq->srq_wq_wqhdr; in hermon_qp_alloc_range()
H A Dhermon_cq.c1660 wq = qp->qp_srqhdl->srq_wq_wqhdr; in hermon_cq_entries_flush()
H A Dhermon_wr.c1253 wq = srq->srq_wq_wqhdr; in hermon_post_srq()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_srq.h138 tavor_workq_hdr_t *srq_wq_wqhdr; member
170 tavor_sw_srq_s::srq_wq_wqhdr