Lines Matching refs:queue_count
144 aq->queue_count = max_t(int, 0, aq->queue_count - 1);
145 if (!status.queue_empty && !aq->queue_count)
146 aq->queue_count++;
147 if (aq->queue_count > 0)
166 if (!status.queue_empty || aq->queue_count <= 0)
169 aq->queue_count = 0;
195 if (aq->queue_count > 0) {
202 if (aq->queue_count > 0)
245 aq->queue_count = max_t(int, 1, aq->queue_count + 1);
246 if (aq->queue_count == 1)
251 if (aq->queue_count < aq->card->queue_depth) {
332 if (aq->queue_count > 0 && aq->reply)
345 aq->sm_state = (aq->queue_count > 0) ?
374 if (aq->queue_count > 0 && aq->reply)
384 aq->sm_state = (aq->queue_count > 0) ?
390 if (aq->queue_count > 0)
856 aq->queue_count = 0;