1ATA_FORCE_LINK_LIMIT(9) libata Core Internals ATA_FORCE_LINK_LIMIT(9)
2
3
4
6 ata_force_link_limits - force link limits according to libata.force
7
9 void ata_force_link_limits(struct ata_link * link);
10
12 link
13 ATA link of interest
14
16 Force link flags and SATA spd limit according to libata.force and whine
17 about it. When only the port part is specified (e.g. 1:), the limit
18 applies to all links connected to both the host link and all fan-out
19 ports connected via PMP. If the device part is specified as 0 (e.g.
20 1.00:), it specifies the first fan-out link not the host link. Device
21 number 15 always points to the host link whether PMP is attached or
22 not. If the controller has slave link, device number 16 points to it.
23
25 EH context.
26
28 Jeff Garzik
29 Author.
30
32Kernel Hackers Manual 2.6. June 2019 ATA_FORCE_LINK_LIMIT(9)