1. NAME

__ata_change_queue_depth - helper for ata_scsi_change_queue_depth

2. SYNOPSIS

int __ata_change_queue_depth(struct ata_port *  ap , struct scsi_device *  sdev , int  queue_depth , int  reason );

3. ARGUMENTS

ap
    ATA port to which the device change the queue depth

sdev
    SCSI device to configure queue depth for

queue_depth
    new queue depth

reason
    calling context

4. DESCRIPTION

libsas and libata have different approaches for associating a sdev to its ata_port.

5. AUTHOR

Jeff Garzik
    Author.

6. COPYRIGHT