Lines Matching defs:rhp
351 qhp = get_qhp(chp->rhp, CQE_QPID(hw_cqe));
803 c4iw_invalidate_mr(qhp->rhp, wc->ex.invalidate_rkey);
844 c4iw_invalidate_mr(qhp->rhp,
933 qhp = get_qhp(chp->rhp, CQE_QPID(rd_cqe));
978 xa_erase_irq(&chp->rhp->cqs, chp->cq.cqid);
984 destroy_cq(&chp->rhp->rdev, &chp->cq,
997 struct c4iw_dev *rhp = to_c4iw_dev(ibcq->device);
1014 if (vector >= rhp->rdev.lldi.nciq)
1050 hwentries = min(entries * 2, rhp->rdev.hw_queue.t4_max_iq_size);
1072 ret = create_cq(&rhp->rdev, &chp->cq,
1073 ucontext ? &ucontext->uctx : &rhp->rdev.uctx,
1078 chp->rhp = rhp;
1085 ret = xa_insert_irq(&rhp->cqs, chp->cq.cqid, chp, GFP_KERNEL);
1099 uresp.qid_mask = rhp->rdev.cqmask;
1141 xa_erase_irq(&rhp->cqs, chp->cq.cqid);
1143 destroy_cq(&chp->rhp->rdev, &chp->cq,
1144 ucontext ? &ucontext->uctx : &rhp->rdev.uctx,