Lines Matching refs:first_busy
808 host->first_busy = scbp; in initio_append_busy_scb()
819 if ((tmp = host->first_busy) != NULL) { in initio_pop_busy_scb()
820 if ((host->first_busy = tmp->next) == NULL) in initio_pop_busy_scb()
843 prev = tmp = host->first_busy; in initio_unlink_busy_scb()
846 if (tmp == host->first_busy) { in initio_unlink_busy_scb()
847 if ((host->first_busy = tmp->next) == NULL) in initio_unlink_busy_scb()
873 prev = tmp = host->first_busy; in initio_find_busy_scb()
965 prev = tmp = host->first_busy; /* Check Busy queue */ in initio_abort_srb()
976 if (tmp == host->first_busy) { in initio_abort_srb()
977 if ((host->first_busy = tmp->next) == NULL) in initio_abort_srb()
2373 prev = tmp = host->first_busy; /* Check Busy queue */ in initio_bus_device_reset()
2377 if (tmp == host->first_busy) { in initio_bus_device_reset()
2378 if ((host->first_busy = tmp->next) == NULL) in initio_bus_device_reset()