1SATA_SET_SPD_NEEDED(9) libata Core Internals SATA_SET_SPD_NEEDED(9)
2
3
4
6 sata_set_spd_needed - is SATA spd configuration needed
7
9 int sata_set_spd_needed(struct ata_link * link);
10
12 link
13 Link in question
14
16 Test whether the spd limit in SControl matches link->sata_spd_limit.
17 This function is used to determine whether hardreset is necessary to
18 apply SATA spd configuration.
19
21 Inherited from caller.
22
24 1 if SATA spd configuration is needed, 0 otherwise.
25
27 Jeff Garzik
28 Author.
29
31Kernel Hackers Manual 3.10 June 2019 SATA_SET_SPD_NEEDED(9)