1ATA_DOWN_XFERMASK_LI(9) libata Core Internals ATA_DOWN_XFERMASK_LI(9)
2
3
4
6 ata_down_xfermask_limit - adjust dev xfer masks downward
7
9 int ata_down_xfermask_limit(struct ata_device * dev, unsigned int sel);
10
12 dev
13 Device to adjust xfer masks
14
15 sel
16 ATA_DNXFER_* selector
17
19 Adjust xfer masks of dev downward. Note that this function does not
20 apply the change. Invoking ata_set_mode afterwards will apply the
21 limit.
22
24 Inherited from caller.
25
27 0 on success, negative errno on failure
28
30 Jeff Garzik
31 Author.
32
34Kernel Hackers Manual 3.10 June 2019 ATA_DOWN_XFERMASK_LI(9)