Lines Matching refs:ch_queue
830 TAILQ_INIT(&chp->ch_queue->sc_xfer);
930 if ((xfer = TAILQ_FIRST(&chp->ch_queue->sc_xfer)) == NULL) {
1016 xfer = TAILQ_FIRST(&chp->ch_queue->sc_xfer);
1192 struct wdc_xfer *xfer = TAILQ_FIRST(&chp->ch_queue->sc_xfer);
1242 xfer = TAILQ_FIRST(&chp->ch_queue->sc_xfer);
2022 !TAILQ_EMPTY(&chp->ch_queue->sc_xfer)) {
2023 TAILQ_INIT(&chp->ch_queue->sc_xfer);
2026 TAILQ_INSERT_TAIL(&chp->ch_queue->sc_xfer,xfer , c_xferchain);
2060 TAILQ_REMOVE(&chp->ch_queue->sc_xfer, xfer, c_xferchain);
2077 while ((xfer = TAILQ_FIRST(&chp->ch_queue->sc_xfer)) != NULL) {
2088 struct wdc_xfer *xfer = TAILQ_FIRST(&chp->ch_queue->sc_xfer);