1. NAME

ata_scsi_change_queue_depth - SCSI callback for queue depth config

2. SYNOPSIS

int ata_scsi_change_queue_depth(struct scsi_device *  sdev , int  queue_depth , int  reason );

3. ARGUMENTS

sdev
    SCSI device to configure queue depth for

queue_depth
    new queue depth

reason
    calling context

4. 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.

5. LOCKING

SCSI layer (we donAqt care)

6. RETURNS

Newly configured queue depth.

7. AUTHOR

Jeff Garzik
    Author.

8. COPYRIGHT