Lines Matching refs:first_busy
806 host->first_busy = scbp; in initio_append_busy_scb()
817 if ((tmp = host->first_busy) != NULL) { in initio_pop_busy_scb()
818 if ((host->first_busy = tmp->next) == NULL) in initio_pop_busy_scb()
841 prev = tmp = host->first_busy; in initio_unlink_busy_scb()
844 if (tmp == host->first_busy) { in initio_unlink_busy_scb()
845 if ((host->first_busy = tmp->next) == NULL) in initio_unlink_busy_scb()
871 tmp = host->first_busy; in initio_find_busy_scb()
962 prev = tmp = host->first_busy; /* Check Busy queue */ in initio_abort_srb()
973 if (tmp == host->first_busy) { in initio_abort_srb()
974 if ((host->first_busy = tmp->next) == NULL) in initio_abort_srb()
2372 prev = tmp = host->first_busy; /* Check Busy queue */ in initio_bus_device_reset()
2376 if (tmp == host->first_busy) { in initio_bus_device_reset()
2377 if ((host->first_busy = tmp->next) == NULL) in initio_bus_device_reset()