Lines Matching refs:last_busy
804 if (host->last_busy != NULL) { in initio_append_busy_scb()
805 host->last_busy->next = scbp; in initio_append_busy_scb()
806 host->last_busy = scbp; in initio_append_busy_scb()
809 host->last_busy = scbp; in initio_append_busy_scb()
821 host->last_busy = NULL; in initio_pop_busy_scb()
848 host->last_busy = NULL; in initio_unlink_busy_scb()
851 if (tmp == host->last_busy) in initio_unlink_busy_scb()
852 host->last_busy = prev; in initio_unlink_busy_scb()
978 host->last_busy = NULL; in initio_abort_srb()
981 if (tmp == host->last_busy) in initio_abort_srb()
982 host->last_busy = prev; in initio_abort_srb()
2379 host->last_busy = NULL; in initio_bus_device_reset()
2382 if (tmp == host->last_busy) in initio_bus_device_reset()
2383 host->last_busy = prev; in initio_bus_device_reset()