Lines Matching refs:serror

1577 	u32 serror = ehc->i.serror;  in ata_eh_analyze_serror()  local
1581 if (serror & (SERR_PERSISTENT | SERR_DATA)) { in ata_eh_analyze_serror()
1585 if (serror & SERR_PROTOCOL) { in ata_eh_analyze_serror()
1589 if (serror & SERR_INTERNAL) { in ata_eh_analyze_serror()
1606 if (serror & hotplug_mask) in ata_eh_analyze_serror()
2275 u32 serror; in ata_eh_link_autopsy() local
2282 rc = sata_scr_read(link, SCR_ERROR, &serror); in ata_eh_link_autopsy()
2284 ehc->i.serror |= serror; in ata_eh_link_autopsy()
2615 ehc->i.err_mask, link->sactive, ehc->i.serror, in ata_eh_link_report()
2622 ehc->i.err_mask, link->sactive, ehc->i.serror, in ata_eh_link_report()
2629 if (ehc->i.serror) in ata_eh_link_report()
2632 ehc->i.serror & SERR_DATA_RECOVERED ? "RecovData " : "", in ata_eh_link_report()
2633 ehc->i.serror & SERR_COMM_RECOVERED ? "RecovComm " : "", in ata_eh_link_report()
2634 ehc->i.serror & SERR_DATA ? "UnrecovData " : "", in ata_eh_link_report()
2635 ehc->i.serror & SERR_PERSISTENT ? "Persist " : "", in ata_eh_link_report()
2636 ehc->i.serror & SERR_PROTOCOL ? "Proto " : "", in ata_eh_link_report()
2637 ehc->i.serror & SERR_INTERNAL ? "HostInt " : "", in ata_eh_link_report()
2638 ehc->i.serror & SERR_PHYRDY_CHG ? "PHYRdyChg " : "", in ata_eh_link_report()
2639 ehc->i.serror & SERR_PHY_INT_ERR ? "PHYInt " : "", in ata_eh_link_report()
2640 ehc->i.serror & SERR_COMM_WAKE ? "CommWake " : "", in ata_eh_link_report()
2641 ehc->i.serror & SERR_10B_8B_ERR ? "10B8B " : "", in ata_eh_link_report()
2642 ehc->i.serror & SERR_DISPARITY ? "Dispar " : "", in ata_eh_link_report()
2643 ehc->i.serror & SERR_CRC ? "BadCRC " : "", in ata_eh_link_report()
2644 ehc->i.serror & SERR_HANDSHAKE ? "Handshk " : "", in ata_eh_link_report()
2645 ehc->i.serror & SERR_LINK_SEQ_ERR ? "LinkSeq " : "", in ata_eh_link_report()
2646 ehc->i.serror & SERR_TRANS_ST_ERROR ? "TrStaTrns " : "", in ata_eh_link_report()
2647 ehc->i.serror & SERR_UNRECOG_FIS ? "UnrecFIS " : "", in ata_eh_link_report()
2648 ehc->i.serror & SERR_DEV_XCHG ? "DevExch " : ""); in ata_eh_link_report()
3075 link->eh_info.serror = 0; in ata_eh_reset()
3077 slave->eh_info.serror = 0; in ata_eh_reset()