1ATA_LINK_OFFLINE(9) libata Library ATA_LINK_OFFLINE(9)
2
3
4
6 ata_link_offline - test whether the given link is offline
7
9 bool ata_link_offline(struct ata_link * link);
10
12 link
13 ATA link to test
14
16 Test whether link is offline. This is identical to
17 ata_phys_link_offline when there´s no slave link. When there´s a slave
18 link, this function should only be called on the master link and will
19 return true if both M/S links are offline.
20
22 None.
23
25 True if the port offline status is available and offline.
26
28 Jeff Garzik
29 Author.
30
32Kernel Hackers Manual 2.6. June 2019 ATA_LINK_OFFLINE(9)