Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dncr53c8xx.c1956 static struct scsi_cmnd *retrieve_from_waiting_list(int to_remove, struct ncb *np, struct scsi_cmnd…
1960 retrieve_from_waiting_list(1, (np), (cmd))
4597 if (!found && retrieve_from_waiting_list(0, np, cmd)) in ncr_reset_bus()
4613 if (!found && sync_reset && !retrieve_from_waiting_list(0, np, cmd)) { in ncr_reset_bus()
8194 static struct scsi_cmnd *retrieve_from_waiting_list(int to_remove, struct ncb *np, struct scsi_cmnd… function