Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/
A Dinitio.c807 host->first_busy = scbp; in initio_append_busy_scb()
818 if ((tmp = host->first_busy) != NULL) { in initio_pop_busy_scb()
819 if ((host->first_busy = tmp->next) == NULL) in initio_pop_busy_scb()
842 prev = tmp = host->first_busy; in initio_unlink_busy_scb()
845 if (tmp == host->first_busy) { in initio_unlink_busy_scb()
846 if ((host->first_busy = tmp->next) == NULL) in initio_unlink_busy_scb()
872 tmp = host->first_busy; in initio_find_busy_scb()
974 if (tmp == host->first_busy) { in initio_abort_srb()
975 if ((host->first_busy = tmp->next) == NULL) in initio_abort_srb()
2377 if (tmp == host->first_busy) { in initio_bus_device_reset()
[all …]
A Dinitio.h506 struct scsi_ctrl_blk *first_busy; /* 48 */ member

Completed in 13 milliseconds