Lines Matching refs:serror
1515 u32 serror = ehc->i.serror;
1519 if (serror & (SERR_PERSISTENT | SERR_DATA)) {
1523 if (serror & SERR_PROTOCOL) {
1527 if (serror & SERR_INTERNAL) {
1544 if (serror & hotplug_mask)
2031 u32 serror;
2038 rc = sata_scr_read(link, SCR_ERROR, &serror);
2040 ehc->i.serror |= serror;
2371 ehc->i.err_mask, link->sactive, ehc->i.serror,
2378 ehc->i.err_mask, link->sactive, ehc->i.serror,
2385 if (ehc->i.serror)
2388 ehc->i.serror & SERR_DATA_RECOVERED ? "RecovData " : "",
2389 ehc->i.serror & SERR_COMM_RECOVERED ? "RecovComm " : "",
2390 ehc->i.serror & SERR_DATA ? "UnrecovData " : "",
2391 ehc->i.serror & SERR_PERSISTENT ? "Persist " : "",
2392 ehc->i.serror & SERR_PROTOCOL ? "Proto " : "",
2393 ehc->i.serror & SERR_INTERNAL ? "HostInt " : "",
2394 ehc->i.serror & SERR_PHYRDY_CHG ? "PHYRdyChg " : "",
2395 ehc->i.serror & SERR_PHY_INT_ERR ? "PHYInt " : "",
2396 ehc->i.serror & SERR_COMM_WAKE ? "CommWake " : "",
2397 ehc->i.serror & SERR_10B_8B_ERR ? "10B8B " : "",
2398 ehc->i.serror & SERR_DISPARITY ? "Dispar " : "",
2399 ehc->i.serror & SERR_CRC ? "BadCRC " : "",
2400 ehc->i.serror & SERR_HANDSHAKE ? "Handshk " : "",
2401 ehc->i.serror & SERR_LINK_SEQ_ERR ? "LinkSeq " : "",
2402 ehc->i.serror & SERR_TRANS_ST_ERROR ? "TrStaTrns " : "",
2403 ehc->i.serror & SERR_UNRECOG_FIS ? "UnrecFIS " : "",
2404 ehc->i.serror & SERR_DEV_XCHG ? "DevExch " : "");
2828 link->eh_info.serror = 0;
2830 slave->eh_info.serror = 0;