Lines Matching refs:scsi

31 #include <scsi/scsi.h>
32 #include <scsi/scsi_cmnd.h>
33 #include <scsi/scsi_dbg.h>
34 #include <scsi/scsi_device.h>
35 #include <scsi/scsi_driver.h>
36 #include <scsi/scsi_eh.h>
37 #include <scsi/scsi_common.h>
38 #include <scsi/scsi_transport.h>
39 #include <scsi/scsi_host.h>
40 #include <scsi/scsi_ioctl.h>
41 #include <scsi/scsi_dh.h>
42 #include <scsi/scsi_devinfo.h>
43 #include <scsi/sg.h>
49 #include <trace/events/scsi.h>
268 * The scsi driver might be carrying internal state about the
295 * scsi_eh_scmd_add - add scsi cmd to error handling.
326 * scsi_timeout - Timeout function for normal scsi commands.
399 * @shost: scsi host being recovered.
400 * @work_q: Queue of scsi cmds to process.
453 * scsi_report_sense - Examine scsi sense information and log messages for
529 * scsi_check_sense - Examine scsi cmd sense
1026 * scsi_eh_prep_cmnd - Save a scsi command info as part of error recovery
1033 * This function is used to save a scsi command information before re-execution
1095 * Zero the sense buffer. The scsi spec mandates that any
1103 * scsi_eh_restore_cmnd - Restore a scsi command info as part of error recovery
1127 * scsi_send_eh_cmnd - submit a scsi command as part of error recovery
1134 * This function is used to send a scsi command down to a target device
1411 * @cmd_list: scsi commands in error recovery.
1492 * @shost: &scsi host being recovered.
1556 * @shost: scsi host being recovered.
1621 * @shost: scsi host being recovered.
1686 * @shost: &scsi host being recovered.
1797 * scsi_eh_offline_sdevs - offline scsi devices that fail to recover