|
@@ -325,6 +325,19 @@ struct scsi_host_template {
|
|
|
*/
|
|
|
int (*proc_info)(struct Scsi_Host *, char *, char **, off_t, int, int);
|
|
|
|
|
|
+ /*
|
|
|
+ * This is an optional routine that allows the transport to become
|
|
|
+ * involved when a scsi io timer fires. The return value tells the
|
|
|
+ * timer routine how to finish the io timeout handling:
|
|
|
+ * EH_HANDLED: I fixed the error, please complete the command
|
|
|
+ * EH_RESET_TIMER: I need more time, reset the timer and
|
|
|
+ * begin counting again
|
|
|
+ * EH_NOT_HANDLED Begin normal error recovery
|
|
|
+ *
|
|
|
+ * Status: OPTIONAL
|
|
|
+ */
|
|
|
+ enum scsi_eh_timer_return (* eh_timed_out)(struct scsi_cmnd *);
|
|
|
+
|
|
|
/*
|
|
|
* suspend support
|
|
|
*/
|