Home
last modified time | relevance | path

Searched refs:ATA_UNC (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/include/linux/
Data.h175 ATA_UNC = (1 << 6), /* uncorrectable media error */ enumerator
/Linux-v6.1/drivers/ata/
Dlibata-eh.c1584 if (err & (ATA_UNC | ATA_AMNF)) in ata_eh_analyze_tf()
2383 (res->error & (ATA_ICRC | ATA_UNC | ATA_AMNF | ATA_IDNF | in ata_eh_link_report()
2387 res->error & ATA_UNC ? "UNC " : "", in ata_eh_link_report()
Dlibata-scsi.c727 err & ATA_UNC ? "UncorrectableError " : "", in ata_dump_status()
/Linux-v6.1/include/trace/events/
Dlibata.h114 ata_error_name(ATA_UNC), \
/Linux-v6.1/drivers/usb/storage/
Disd200.c423 } else if (error & ATA_UNC) { in isd200_build_sense()