Scsi callback for queue depth config
int ata_scsi_change_queue_depth(struct scsi_device * sdev, int queue_depth, int reason);
sdev
SCSI device to configure queue depth for
queue_depth
new queue depth
reason
calling context
This is libata standard hostt->change_queue_depth callback. SCSI will call into this callback when user tries to set queue depth via sysfs.
SCSI layer (we don't care)
Newly configured queue depth.
Jeff Garzik
Author.