Lines Matching refs:last_busy
834 if (host->last_busy != NULL) { in initio_append_busy_scb()
835 host->last_busy->next = scbp; in initio_append_busy_scb()
836 host->last_busy = scbp; in initio_append_busy_scb()
839 host->last_busy = scbp; in initio_append_busy_scb()
851 host->last_busy = NULL; in initio_pop_busy_scb()
878 host->last_busy = NULL; in initio_unlink_busy_scb()
881 if (tmp == host->last_busy) in initio_unlink_busy_scb()
882 host->last_busy = prev; in initio_unlink_busy_scb()
1008 host->last_busy = NULL; in initio_abort_srb()
1011 if (tmp == host->last_busy) in initio_abort_srb()
1012 host->last_busy = prev; in initio_abort_srb()
2409 host->last_busy = NULL; in initio_bus_device_reset()
2412 if (tmp == host->last_busy) in initio_bus_device_reset()
2413 host->last_busy = prev; in initio_bus_device_reset()