Lines Matching defs:serror
1611 u32 serror = ehc->i.serror;
1615 if (serror & (SERR_PERSISTENT | SERR_DATA)) {
1619 if (serror & SERR_PROTOCOL) {
1623 if (serror & SERR_INTERNAL) {
1640 if (serror & hotplug_mask)
2309 u32 serror;
2316 rc = sata_scr_read(link, SCR_ERROR, &serror);
2318 ehc->i.serror |= serror;
2649 ehc->i.err_mask, link->sactive, ehc->i.serror,
2656 ehc->i.err_mask, link->sactive, ehc->i.serror,
2663 if (ehc->i.serror)
2666 ehc->i.serror & SERR_DATA_RECOVERED ? "RecovData " : "",
2667 ehc->i.serror & SERR_COMM_RECOVERED ? "RecovComm " : "",
2668 ehc->i.serror & SERR_DATA ? "UnrecovData " : "",
2669 ehc->i.serror & SERR_PERSISTENT ? "Persist " : "",
2670 ehc->i.serror & SERR_PROTOCOL ? "Proto " : "",
2671 ehc->i.serror & SERR_INTERNAL ? "HostInt " : "",
2672 ehc->i.serror & SERR_PHYRDY_CHG ? "PHYRdyChg " : "",
2673 ehc->i.serror & SERR_PHY_INT_ERR ? "PHYInt " : "",
2674 ehc->i.serror & SERR_COMM_WAKE ? "CommWake " : "",
2675 ehc->i.serror & SERR_10B_8B_ERR ? "10B8B " : "",
2676 ehc->i.serror & SERR_DISPARITY ? "Dispar " : "",
2677 ehc->i.serror & SERR_CRC ? "BadCRC " : "",
2678 ehc->i.serror & SERR_HANDSHAKE ? "Handshk " : "",
2679 ehc->i.serror & SERR_LINK_SEQ_ERR ? "LinkSeq " : "",
2680 ehc->i.serror & SERR_TRANS_ST_ERROR ? "TrStaTrns " : "",
2681 ehc->i.serror & SERR_UNRECOG_FIS ? "UnrecFIS " : "",
2682 ehc->i.serror & SERR_DEV_XCHG ? "DevExch " : "");
3109 link->eh_info.serror = 0;
3111 slave->eh_info.serror = 0;