Lines Matching refs:errs
994 static void handle_6120_errors(struct qib_devdata *dd, u64 errs) in handle_6120_errors() argument
1003 errs &= dd->cspec->errormask; in handle_6120_errors()
1007 if (errs & ERR_MASK(HardwareErr)) in handle_6120_errors()
1010 if (errs & ~IB_E_BITSEXTANT) in handle_6120_errors()
1013 (unsigned long long) (errs & ~IB_E_BITSEXTANT)); in handle_6120_errors()
1015 if (errs & E_SUM_ERRS) { in handle_6120_errors()
1017 if ((errs & E_SUM_LINK_PKTERRS) && in handle_6120_errors()
1026 ignore_this_time = errs & E_SUM_LINK_PKTERRS; in handle_6120_errors()
1028 } else if ((errs & E_SUM_LINK_PKTERRS) && in handle_6120_errors()
1037 ignore_this_time = errs & E_SUM_LINK_PKTERRS; in handle_6120_errors()
1040 qib_write_kreg(dd, kr_errclear, errs); in handle_6120_errors()
1042 errs &= ~ignore_this_time; in handle_6120_errors()
1043 if (!errs) in handle_6120_errors()
1052 qib_decode_6120_err(dd, msg, sizeof(dd->cspec->emsgbuf), errs & ~mask); in handle_6120_errors()
1054 if (errs & E_SUM_PKTERRS) in handle_6120_errors()
1056 if (errs & E_SUM_ERRS) in handle_6120_errors()
1059 iserr = errs & ~(E_SUM_PKTERRS | QLOGIC_IB_E_PKTERRS); in handle_6120_errors()
1061 if (errs & ERR_MASK(IBStatusChanged)) { in handle_6120_errors()
1082 if (errs & ERR_MASK(ResetNegated)) { in handle_6120_errors()
1104 if (errs & (ERR_MASK(RcvEgrFullErr) | ERR_MASK(RcvHdrFullErr))) { in handle_6120_errors()
1106 if (errs & ERR_MASK(RcvEgrFullErr)) in handle_6120_errors()