scsi_change_queue_depth (9) - Linux Manuals

scsi_change_queue_depth: change a device's queue depth

NAME

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.

COPYRIGHT