Query: ata_phys_link_offline
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ATA_PHYS_LINK_OFFLIN(9) libata Core Internals ATA_PHYS_LINK_OFFLIN(9)NAMEata_phys_link_offline - test whether the given link is offlineSYNOPSISbool ata_phys_link_offline(struct ata_link * link);ARGUMENTSlink ATA link to testDESCRIPTIONTest whether link is offline. Note that this function returns 0 if offline status of link cannot be obtained, so ata_link_online(link) != !ata_link_offline(link).LOCKINGNone.RETURNSTrue if the port offline status is available and offline.AUTHORJeff Garzik Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 ATA_PHYS_LINK_OFFLIN(9)