Searched refs:retrieve_from_waiting_list (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/scsi/ |
D | ncr53c8xx.c | 1944 static struct scsi_cmnd *retrieve_from_waiting_list(int to_remove, struct ncb *np, struct scsi_cmnd… 1948 retrieve_from_waiting_list(1, (np), (cmd)) 4588 if (!found && retrieve_from_waiting_list(0, np, cmd)) in ncr_reset_bus() 4604 if (!found && sync_reset && !retrieve_from_waiting_list(0, np, cmd)) { in ncr_reset_bus() 8186 static struct scsi_cmnd *retrieve_from_waiting_list(int to_remove, struct ncb *np, struct scsi_cmnd… function
|