scsi_change_queue_depth (9) Linux Manual Page
scsi_change_queue_depth – change a device’s queue depth
Synopsis
int scsi_change_queue_depth(struct scsi_device *sdev, int depth);
Arguments
sdev
-
- SCSI Device in question
depth
- number of commands allowed to be queued to the driver
Description
Sets the device queue depth and returns the new value.
Authors
James Bottomley <James.Bottomley [at] hansenpartnership.com>
- Author.
Rob Landley <rob [at] landley.net>
- Author.
