Lines Matching refs:user
140 static int alloc_sq(struct c4iw_rdev *rdev, struct t4_sq *sq, int user)
143 if (user)
174 * then this is a user mapping so compute the page-aligned physical address
205 int user = (uctx != &rdev->uctx);
225 if (!user) {
257 ret = alloc_sq(rdev, &wq->sq, user);
285 user ? &wq->sq.bar2_pa : NULL);
290 user ? &wq->rq.bar2_pa : NULL);
295 if (user && (!wq->sq.bar2_pa || (need_rq && !wq->rq.bar2_pa))) {
1670 /* for user qps, qhp->wq.flushed is protected by qhp->mutex */
2514 int user = (uctx != &rdev->uctx);
2527 if (!user) {
2555 user ? &wq->bar2_pa : NULL);
2561 if (user && !wq->bar2_va) {
2634 if (!user)
2637 if (!user)