Lines Matching refs:uctx
150 struct c4iw_dev_ucontext *uctx) in destroy_qp() argument
163 c4iw_put_qpid(rdev, wq->rq.qid, uctx); in destroy_qp()
164 c4iw_put_qpid(rdev, wq->sq.qid, uctx); in destroy_qp()
197 struct c4iw_dev_ucontext *uctx) in create_qp() argument
199 int user = (uctx != &rdev->uctx); in create_qp()
208 wq->sq.qid = c4iw_get_qpid(rdev, uctx); in create_qp()
212 wq->rq.qid = c4iw_get_qpid(rdev, uctx); in create_qp()
382 c4iw_put_qpid(rdev, wq->rq.qid, uctx); in create_qp()
384 c4iw_put_qpid(rdev, wq->sq.qid, uctx); in create_qp()
1614 ucontext ? &ucontext->uctx : &rhp->rdev.uctx); in c4iw_destroy_qp()
1683 ucontext ? &ucontext->uctx : &rhp->rdev.uctx); in c4iw_create_qp()
1820 ucontext ? &ucontext->uctx : &rhp->rdev.uctx); in c4iw_create_qp()