Lines Matching refs:serror
1601 u32 serror = ehc->i.serror; in ata_eh_analyze_serror() local
1605 if (serror & (SERR_PERSISTENT | SERR_DATA)) { in ata_eh_analyze_serror()
1609 if (serror & SERR_PROTOCOL) { in ata_eh_analyze_serror()
1613 if (serror & SERR_INTERNAL) { in ata_eh_analyze_serror()
1630 if (serror & hotplug_mask) in ata_eh_analyze_serror()
2299 u32 serror; in ata_eh_link_autopsy() local
2306 rc = sata_scr_read(link, SCR_ERROR, &serror); in ata_eh_link_autopsy()
2308 ehc->i.serror |= serror; in ata_eh_link_autopsy()
2639 ehc->i.err_mask, link->sactive, ehc->i.serror, in ata_eh_link_report()
2646 ehc->i.err_mask, link->sactive, ehc->i.serror, in ata_eh_link_report()
2653 if (ehc->i.serror) in ata_eh_link_report()
2656 ehc->i.serror & SERR_DATA_RECOVERED ? "RecovData " : "", in ata_eh_link_report()
2657 ehc->i.serror & SERR_COMM_RECOVERED ? "RecovComm " : "", in ata_eh_link_report()
2658 ehc->i.serror & SERR_DATA ? "UnrecovData " : "", in ata_eh_link_report()
2659 ehc->i.serror & SERR_PERSISTENT ? "Persist " : "", in ata_eh_link_report()
2660 ehc->i.serror & SERR_PROTOCOL ? "Proto " : "", in ata_eh_link_report()
2661 ehc->i.serror & SERR_INTERNAL ? "HostInt " : "", in ata_eh_link_report()
2662 ehc->i.serror & SERR_PHYRDY_CHG ? "PHYRdyChg " : "", in ata_eh_link_report()
2663 ehc->i.serror & SERR_PHY_INT_ERR ? "PHYInt " : "", in ata_eh_link_report()
2664 ehc->i.serror & SERR_COMM_WAKE ? "CommWake " : "", in ata_eh_link_report()
2665 ehc->i.serror & SERR_10B_8B_ERR ? "10B8B " : "", in ata_eh_link_report()
2666 ehc->i.serror & SERR_DISPARITY ? "Dispar " : "", in ata_eh_link_report()
2667 ehc->i.serror & SERR_CRC ? "BadCRC " : "", in ata_eh_link_report()
2668 ehc->i.serror & SERR_HANDSHAKE ? "Handshk " : "", in ata_eh_link_report()
2669 ehc->i.serror & SERR_LINK_SEQ_ERR ? "LinkSeq " : "", in ata_eh_link_report()
2670 ehc->i.serror & SERR_TRANS_ST_ERROR ? "TrStaTrns " : "", in ata_eh_link_report()
2671 ehc->i.serror & SERR_UNRECOG_FIS ? "UnrecFIS " : "", in ata_eh_link_report()
2672 ehc->i.serror & SERR_DEV_XCHG ? "DevExch " : ""); in ata_eh_link_report()
3099 link->eh_info.serror = 0; in ata_eh_reset()
3101 slave->eh_info.serror = 0; in ata_eh_reset()