aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/scsi/scsi_mid_low_api.txt
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2013-11-11 07:44:57 -0500
committerJames Bottomley <JBottomley@Parallels.com>2013-12-19 10:39:03 -0500
commit6ad55502c65638cad53f211e301c724fe7e64a8e (patch)
treee2606e3216a8cb3b264f72bca3a1c35c96f416ca /Documentation/scsi/scsi_mid_low_api.txt
parentbb3b621a33d60fc2baddf31597ade01243e00a2c (diff)
[SCSI] Update documentation
The documentation has gone out-of-sync, so update it to the current status. Signed-off-by: Hannes Reinecke <hare@suse.de> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'Documentation/scsi/scsi_mid_low_api.txt')
-rw-r--r--Documentation/scsi/scsi_mid_low_api.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/Documentation/scsi/scsi_mid_low_api.txt b/Documentation/scsi/scsi_mid_low_api.txt
index 2b06aba4fa0f..d6a9bdeee7f2 100644
--- a/Documentation/scsi/scsi_mid_low_api.txt
+++ b/Documentation/scsi/scsi_mid_low_api.txt
@@ -882,8 +882,11 @@ Details:
882 * 882 *
883 * Calling context: kernel thread 883 * Calling context: kernel thread
884 * 884 *
885 * Notes: Invoked from scsi_eh thread. No other commands will be 885 * Notes: If 'no_async_abort' is defined this callback
886 * queued on current host during eh. 886 * will be invoked from scsi_eh thread. No other commands
887 * will then be queued on current host during eh.
888 * Otherwise it will be called whenever scsi_times_out()
889 * is called due to a command timeout.
887 * 890 *
888 * Optionally defined in: LLD 891 * Optionally defined in: LLD
889 **/ 892 **/
@@ -1257,6 +1260,8 @@ of interest:
1257 address space 1260 address space
1258 use_clustering - 1=>SCSI commands in mid level's queue can be merged, 1261 use_clustering - 1=>SCSI commands in mid level's queue can be merged,
1259 0=>disallow SCSI command merging 1262 0=>disallow SCSI command merging
1263 no_async_abort - 1=>Asynchronous aborts are not supported
1264 0=>Timed-out commands will be aborted asynchronously
1260 hostt - pointer to driver's struct scsi_host_template from which 1265 hostt - pointer to driver's struct scsi_host_template from which
1261 this struct Scsi_Host instance was spawned 1266 this struct Scsi_Host instance was spawned
1262 hostt->proc_name - name of LLD. This is the driver name that sysfs uses 1267 hostt->proc_name - name of LLD. This is the driver name that sysfs uses