Searched refs:qp_sq_wqavl (Results 1 – 3 of 3) sorted by relevance
528 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()
2237 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()
266 hermon_workq_avl_t qp_sq_wqavl; member