Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qpmod.c843 uint32_t cqnmask; in hermon_qp_reset2init() local
874 cqnmask = (1 << state->hs_cfg_profile->cp_log_num_cq) - 1; in hermon_qp_reset2init()
876 (qp->qp_sq_cqhdl == NULL) ? 0 : qp->qp_sq_cqhdl->cq_cqnum & cqnmask; in hermon_qp_reset2init()
879 (qp->qp_rq_cqhdl == NULL) ? 0 : qp->qp_rq_cqhdl->cq_cqnum & cqnmask; in hermon_qp_reset2init()
3172 uint32_t cqnmask; in hermon_qp_reset2err() local
3217 cqnmask = (1 << state->hs_cfg_profile->cp_log_num_cq) - 1; in hermon_qp_reset2err()
3219 (qp->qp_sq_cqhdl == NULL) ? 0 : qp->qp_sq_cqhdl->cq_cqnum & cqnmask; in hermon_qp_reset2err()
3222 (qp->qp_rq_cqhdl == NULL) ? 0 : qp->qp_rq_cqhdl->cq_cqnum & cqnmask; in hermon_qp_reset2err()