Searched refs:SERR_CRC (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ | ||
H A D | ata.h | 521 SERR_CRC = (1 << 21), /* CRC error */ enumerator |
/linux/drivers/ata/ | ||
H A D | libata-eh.c | 2456 ehc->i.serror & SERR_CRC ? "BadCRC " : "", in ata_eh_link_report() |