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));
984 xa_erase_irq(&chp->rhp->cqs, chp->cq.cqid);
990 destroy_cq(&chp->rhp->rdev, &chp->cq,
1003 struct c4iw_dev *rhp = to_c4iw_dev(ibcq->device);
1020 if (vector >= rhp->rdev.lldi.nciq)
1056 hwentries = min(entries * 2, rhp->rdev.hw_queue.t4_max_iq_size);
1078 ret = create_cq(&rhp->rdev, &chp->cq,
1079 ucontext ? &ucontext->uctx : &rhp->rdev.uctx,
1084 chp->rhp = rhp;
1091 ret = xa_insert_irq(&rhp->cqs, chp->cq.cqid, chp, GFP_KERNEL);
1105 uresp.qid_mask = rhp->rdev.cqmask;
1147 xa_erase_irq(&rhp->cqs, chp->cq.cqid);
1149 destroy_cq(&chp->rhp->rdev, &chp->cq,
1150 ucontext ? &ucontext->uctx : &rhp->rdev.uctx,