Lines Matching refs:last_busy
818 if (host->last_busy != NULL) { in initio_append_busy_scb()
819 host->last_busy->next = scbp; in initio_append_busy_scb()
820 host->last_busy = scbp; in initio_append_busy_scb()
823 host->last_busy = scbp; in initio_append_busy_scb()
835 host->last_busy = NULL; in initio_pop_busy_scb()
862 host->last_busy = NULL; in initio_unlink_busy_scb()
865 if (tmp == host->last_busy) in initio_unlink_busy_scb()
866 host->last_busy = prev; in initio_unlink_busy_scb()
992 host->last_busy = NULL; in initio_abort_srb()
995 if (tmp == host->last_busy) in initio_abort_srb()
996 host->last_busy = prev; in initio_abort_srb()
2393 host->last_busy = NULL; in initio_bus_device_reset()
2396 if (tmp == host->last_busy) in initio_bus_device_reset()
2397 host->last_busy = prev; in initio_bus_device_reset()