Home
last modified time | relevance | path

Searched refs:skipq (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/dev/ata/
Data.c1087 bool skipq; in atastart() local
1124 skipq = ISSET(xfer->c_flags, C_SKIP_QUEUE); in atastart()
1127 if (__predict_false(!skipq && chq->queue_freeze > 0)) { in atastart()
1151 if (!skipq && (axfer = TAILQ_FIRST(&chp->ch_queue->active_xfers))) { in atastart()
1165 const uint8_t chq_openings = (!skipq && chq->queue_openings > 1) in atastart()
1170 if (skipq) { in atastart()
1223 if (!skipq && chq->queue_active < chq->queue_openings) in atastart()