Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Data.h172 ATA_ICRC = (1 << 7), /* interface CRC error */ enumerator
173 ATA_BBK = ATA_ICRC, /* pre-EIDE: block marked bad */
/Linux-v6.6/include/trace/events/
Dlibata.h113 ata_error_name(ATA_ICRC), \
/Linux-v6.6/drivers/ata/
Dlibata-eh.c1601 if (err & ATA_ICRC) in ata_eh_analyze_tf()
2503 (res->error & (ATA_ICRC | ATA_UNC | ATA_AMNF | ATA_IDNF | in ata_eh_link_report()
2506 res->error & ATA_ICRC ? "ICRC " : "", in ata_eh_link_report()