Lines Matching refs:rhp
355 qhp = get_qhp(chp->rhp, CQE_QPID(hw_cqe)); in c4iw_flush_hw_cq()
697 qhp = get_qhp(chp->rhp, CQE_QPID(rd_cqe)); in c4iw_poll_cq_one()
855 remove_handle(chp->rhp, &chp->rhp->cqidr, chp->cq.cqid); in c4iw_destroy_cq()
861 destroy_cq(&chp->rhp->rdev, &chp->cq, in c4iw_destroy_cq()
874 struct c4iw_dev *rhp; in c4iw_create_cq() local
886 rhp = to_c4iw_dev(ibdev); in c4iw_create_cq()
888 if (vector >= rhp->rdev.lldi.nciq) in c4iw_create_cq()
912 hwentries = min(entries * 2, rhp->rdev.hw_queue.t4_max_iq_size); in c4iw_create_cq()
932 ret = create_cq(&rhp->rdev, &chp->cq, in c4iw_create_cq()
933 ucontext ? &ucontext->uctx : &rhp->rdev.uctx); in c4iw_create_cq()
937 chp->rhp = rhp; in c4iw_create_cq()
944 ret = insert_handle(rhp, &rhp->cqidr, chp, chp->cq.cqid); in c4iw_create_cq()
956 uresp.qid_mask = rhp->rdev.cqmask; in c4iw_create_cq()
990 remove_handle(rhp, &rhp->cqidr, chp->cq.cqid); in c4iw_create_cq()
992 destroy_cq(&chp->rhp->rdev, &chp->cq, in c4iw_create_cq()
993 ucontext ? &ucontext->uctx : &rhp->rdev.uctx); in c4iw_create_cq()