Searched refs:first_busy (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dinitio.c837 host->first_busy = scbp;
848 if ((tmp = host->first_busy) != NULL) {
849 if ((host->first_busy = tmp->next) == NULL)
872 prev = tmp = host->first_busy;
875 if (tmp == host->first_busy) {
876 if ((host->first_busy = tmp->next) == NULL)
902 prev = tmp = host->first_busy;
993 prev = tmp = host->first_busy; /* Check Busy queue */
1004 if (tmp == host->first_busy) {
1005 if ((host->first_busy
[all...]
H A Dinitio.h531 struct scsi_ctrl_blk *first_busy; /* 48 */ member in struct:initio_host

Completed in 70 milliseconds