ata_scsi_change_queue_depth (9) Linux Manual Page
ata_scsi_change_queue_depth – SCSI callback for queue depth config
Synopsis
int ata_scsi_change_queue_depth(struct scsi_device *sdev, int queue_depth);
Arguments
sdev
-
- SCSI device to configure queue depth for
queue_depth
- new queue depth
Description
This is libata standard hostt->change_queue_depth callback. SCSI will call into this callback when user tries to set queue depth via sysfs.
LOCKING: SCSI layer (we don’t care)
Return
Newly configured queue depth.
Author
Jeff Garzik
- Author.
