Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qpmod.c844 uint32_t cqnmask; in hermon_qp_reset2init() local
875 cqnmask = (1 << state->hs_cfg_profile->cp_log_num_cq) - 1; in hermon_qp_reset2init()
877 (qp->qp_sq_cqhdl == NULL) ? 0 : qp->qp_sq_cqhdl->cq_cqnum & cqnmask; in hermon_qp_reset2init()
880 (qp->qp_rq_cqhdl == NULL) ? 0 : qp->qp_rq_cqhdl->cq_cqnum & cqnmask; in hermon_qp_reset2init()
3173 uint32_t cqnmask; in hermon_qp_reset2err() local
3218 cqnmask = (1 << state->hs_cfg_profile->cp_log_num_cq) - 1; in hermon_qp_reset2err()
3220 (qp->qp_sq_cqhdl == NULL) ? 0 : qp->qp_sq_cqhdl->cq_cqnum & cqnmask; in hermon_qp_reset2err()
3223 (qp->qp_rq_cqhdl == NULL) ? 0 : qp->qp_rq_cqhdl->cq_cqnum & cqnmask; in hermon_qp_reset2err()