Searched refs:cqnmask (Results 1 – 1 of 1) sorted by relevance
843 uint32_t cqnmask; in hermon_qp_reset2init() local874 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() local3217 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()