Home
last modified time | relevance | path

Searched refs:qp_sq_wqavl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qp.c528 qp->qp_sq_wqavl.wqa_qpn = qp->qp_qpnum; in hermon_qp_alloc()
529 qp->qp_sq_wqavl.wqa_type = HERMON_WR_SEND; in hermon_qp_alloc()
530 qp->qp_sq_wqavl.wqa_wq = qp->qp_sq_wqhdr; in hermon_qp_alloc()
1041 qp->qp_sq_wqavl.wqa_qpn = qp->qp_qpnum; in hermon_special_qp_alloc()
1042 qp->qp_sq_wqavl.wqa_type = HERMON_WR_SEND; in hermon_special_qp_alloc()
1043 qp->qp_sq_wqavl.wqa_wq = qp->qp_sq_wqhdr; in hermon_special_qp_alloc()
1637 qp->qp_sq_wqavl.wqa_qpn = qp->qp_qpnum; in hermon_qp_alloc_range()
1638 qp->qp_sq_wqavl.wqa_type = HERMON_WR_SEND; in hermon_qp_alloc_range()
1639 qp->qp_sq_wqavl.wqa_wq = qp->qp_sq_wqhdr; in hermon_qp_alloc_range()
H A Dhermon_wr.c2237 hermon_cq_workq_add(qp->qp_sq_cqhdl, &qp->qp_sq_wqavl); in hermon_wrid_from_reset_handling()
2337 hermon_cq_workq_remove(qp->qp_sq_cqhdl, &qp->qp_sq_wqavl); in hermon_wrid_to_reset_handling()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_qp.h266 hermon_workq_avl_t qp_sq_wqavl; member