1__ATA_CHANGE_QUEUE_D(9) libata SCSI translation/emulat __ATA_CHANGE_QUEUE_D(9)
2
3
4
6 __ata_change_queue_depth - helper for ata_scsi_change_queue_depth
7
9 int __ata_change_queue_depth(struct ata_port * ap,
10 struct scsi_device * sdev,
11 int queue_depth, int reason);
12
14 ap
15 -- undescribed --
16
17 sdev
18 -- undescribed --
19
20 queue_depth
21 -- undescribed --
22
23 reason
24 -- undescribed --
25
27 libsas and libata have different approaches for associating a sdev to
28 its ata_port.
29
31 Jeff Garzik
32 Author.
33
35Kernel Hackers Manual 2.6. June 2019 __ATA_CHANGE_QUEUE_D(9)