Lines Matching defs:serror
1509 u32 serror = ehc->i.serror;
1513 if (serror & (SERR_PERSISTENT | SERR_DATA)) {
1517 if (serror & SERR_PROTOCOL) {
1521 if (serror & SERR_INTERNAL) {
1538 if (serror & hotplug_mask)
1929 u32 serror;
1938 rc = sata_scr_read(link, SCR_ERROR, &serror);
1940 ehc->i.serror |= serror;
2263 ehc->i.err_mask, link->sactive, ehc->i.serror,
2270 ehc->i.err_mask, link->sactive, ehc->i.serror,
2277 if (ehc->i.serror)
2280 ehc->i.serror & SERR_DATA_RECOVERED ? "RecovData " : "",
2281 ehc->i.serror & SERR_COMM_RECOVERED ? "RecovComm " : "",
2282 ehc->i.serror & SERR_DATA ? "UnrecovData " : "",
2283 ehc->i.serror & SERR_PERSISTENT ? "Persist " : "",
2284 ehc->i.serror & SERR_PROTOCOL ? "Proto " : "",
2285 ehc->i.serror & SERR_INTERNAL ? "HostInt " : "",
2286 ehc->i.serror & SERR_PHYRDY_CHG ? "PHYRdyChg " : "",
2287 ehc->i.serror & SERR_PHY_INT_ERR ? "PHYInt " : "",
2288 ehc->i.serror & SERR_COMM_WAKE ? "CommWake " : "",
2289 ehc->i.serror & SERR_10B_8B_ERR ? "10B8B " : "",
2290 ehc->i.serror & SERR_DISPARITY ? "Dispar " : "",
2291 ehc->i.serror & SERR_CRC ? "BadCRC " : "",
2292 ehc->i.serror & SERR_HANDSHAKE ? "Handshk " : "",
2293 ehc->i.serror & SERR_LINK_SEQ_ERR ? "LinkSeq " : "",
2294 ehc->i.serror & SERR_TRANS_ST_ERROR ? "TrStaTrns " : "",
2295 ehc->i.serror & SERR_UNRECOG_FIS ? "UnrecFIS " : "",
2296 ehc->i.serror & SERR_DEV_XCHG ? "DevExch " : "");
2708 link->eh_info.serror = 0;
2710 slave->eh_info.serror = 0;