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()
170 struct c4iw_dev_ucontext *uctx) in create_qp() argument
172 int user = (uctx != &rdev->uctx); in create_qp()
181 wq->sq.qid = c4iw_get_qpid(rdev, uctx); in create_qp()
185 wq->rq.qid = c4iw_get_qpid(rdev, uctx); in create_qp()
358 c4iw_put_qpid(rdev, wq->rq.qid, uctx); in create_qp()
360 c4iw_put_qpid(rdev, wq->sq.qid, uctx); in create_qp()
1601 ucontext ? &ucontext->uctx : &rhp->rdev.uctx); in c4iw_destroy_qp()
1670 ucontext ? &ucontext->uctx : &rhp->rdev.uctx); in c4iw_create_qp()
1807 ucontext ? &ucontext->uctx : &rhp->rdev.uctx); in c4iw_create_qp()