Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dinitio.c838 host->first_busy = scbp; in initio_append_busy_scb()
849 if ((tmp = host->first_busy) != NULL) { in initio_pop_busy_scb()
850 if ((host->first_busy = tmp->next) == NULL) in initio_pop_busy_scb()
873 prev = tmp = host->first_busy; in initio_unlink_busy_scb()
876 if (tmp == host->first_busy) { in initio_unlink_busy_scb()
877 if ((host->first_busy = tmp->next) == NULL) in initio_unlink_busy_scb()
903 prev = tmp = host->first_busy; in initio_find_busy_scb()
995 prev = tmp = host->first_busy; /* Check Busy queue */ in initio_abort_srb()
1006 if (tmp == host->first_busy) { in initio_abort_srb()
1007 if ((host->first_busy = tmp->next) == NULL) in initio_abort_srb()
[all …]
Dinitio.h531 struct scsi_ctrl_blk *first_busy; /* 48 */ member