Home
last modified time | relevance | path

Searched refs:ATA_AMNF (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Data.h180 ATA_AMNF = (1 << 0), /* address mark not found */ enumerator
183 ATAPI_ILI = ATA_AMNF, /* illegal length indication */
/openbmc/linux/include/trace/events/
H A Dlibata.h120 ata_error_name(ATA_AMNF))
/openbmc/linux/drivers/ata/
H A Dlibata-eh.c1605 if (err & (ATA_UNC | ATA_AMNF)) in ata_eh_analyze_tf()
2505 (res->error & (ATA_ICRC | ATA_UNC | ATA_AMNF | ATA_IDNF | in ata_eh_link_report()
2510 res->error & ATA_AMNF ? "AMNF " : "", in ata_eh_link_report()