Lines Matching refs:ch_queue
882 if ((xfer = TAILQ_FIRST(&chp->ch_queue->sc_xfer)) == NULL) { in wdcstart()
953 xfer = TAILQ_FIRST(&chp->ch_queue->sc_xfer); in wdcintr()
1133 struct wdc_xfer *xfer = TAILQ_FIRST(&chp->ch_queue->sc_xfer); in wdc_wait_for_status()
1183 xfer = TAILQ_FIRST(&chp->ch_queue->sc_xfer); in wdctimeout()
1918 !TAILQ_EMPTY(&chp->ch_queue->sc_xfer)) { in wdc_exec_xfer()
1919 TAILQ_INIT(&chp->ch_queue->sc_xfer); in wdc_exec_xfer()
1922 TAILQ_INSERT_TAIL(&chp->ch_queue->sc_xfer,xfer , c_xferchain); in wdc_exec_xfer()
1974 TAILQ_REMOVE(&chp->ch_queue->sc_xfer, xfer, c_xferchain); in wdc_free_xfer()
1980 TAILQ_REMOVE(&chp->ch_queue->sc_xfer, xfer, c_xferchain); in wdc_free_xfer()
2002 while ((xfer = TAILQ_FIRST(&chp->ch_queue->sc_xfer)) != NULL) { in wdc_kill_pending()
2011 struct wdc_xfer *xfer = TAILQ_FIRST(&chp->ch_queue->sc_xfer); in __wdcerror()