Lines Matching refs:rq
169 struct ipath_rq *rq; in ipath_get_rwqe() local
180 rq = &srq->rq; in ipath_get_rwqe()
184 rq = &qp->r_rq; in ipath_get_rwqe()
187 spin_lock_irqsave(&rq->lock, flags); in ipath_get_rwqe()
193 wq = rq->wq; in ipath_get_rwqe()
196 if (tail >= rq->size) in ipath_get_rwqe()
205 wqe = get_rwqe_ptr(rq, tail); in ipath_get_rwqe()
206 if (++tail >= rq->size) in ipath_get_rwqe()
225 if (n >= rq->size) in ipath_get_rwqe()
228 n += rq->size - tail; in ipath_get_rwqe()
235 spin_unlock_irqrestore(&rq->lock, flags); in ipath_get_rwqe()
244 spin_unlock_irqrestore(&rq->lock, flags); in ipath_get_rwqe()