Lines Matching refs:queue_count
135 aq->queue_count = max_t(int, 0, aq->queue_count - 1);
136 if (!status.queue_empty && !aq->queue_count)
137 aq->queue_count++;
138 if (aq->queue_count > 0)
162 if (!status.queue_empty || aq->queue_count <= 0)
165 aq->queue_count = 0;
193 if (aq->queue_count > 0) {
200 if (aq->queue_count > 0)
239 aq->queue_count = max_t(int, 1, aq->queue_count + 1);
240 if (aq->queue_count == 1)
245 if (aq->queue_count < aq->card->queue_depth) {
329 if (aq->queue_count > 0 && aq->reply)
342 aq->sm_state = (aq->queue_count > 0) ?
371 if (aq->queue_count > 0 && aq->reply)
381 aq->sm_state = (aq->queue_count > 0) ?
387 if (aq->queue_count > 0)
1127 aq->queue_count = 0;