Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_wr.h157 uint32_t wqa_type; /* send or recv */ member
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qp.c529 qp->qp_sq_wqavl.wqa_type = HERMON_WR_SEND; in hermon_qp_alloc()
532 qp->qp_rq_wqavl.wqa_type = HERMON_WR_RECV; in hermon_qp_alloc()
1042 qp->qp_sq_wqavl.wqa_type = HERMON_WR_SEND; in hermon_special_qp_alloc()
1045 qp->qp_rq_wqavl.wqa_type = HERMON_WR_RECV; in hermon_special_qp_alloc()
1638 qp->qp_sq_wqavl.wqa_type = HERMON_WR_SEND; in hermon_qp_alloc_range()
1641 qp->qp_rq_wqavl.wqa_type = HERMON_WR_RECV; in hermon_qp_alloc_range()
H A Dhermon_wr.c2422 else if (cmpp->cmp_type < curr->wqa_type) in hermon_wrid_workq_compare()
2424 else if (cmpp->cmp_type > curr->wqa_type) in hermon_wrid_workq_compare()
2506 cmp.cmp_type = wqavl->wqa_type; in hermon_cq_workq_add()