Lines Matching refs:errs
997 static void handle_6120_errors(struct qib_devdata *dd, u64 errs) in handle_6120_errors() argument
1006 errs &= dd->cspec->errormask; in handle_6120_errors()
1010 if (errs & ERR_MASK(HardwareErr)) in handle_6120_errors()
1013 if (errs & ~IB_E_BITSEXTANT) in handle_6120_errors()
1016 (unsigned long long) (errs & ~IB_E_BITSEXTANT)); in handle_6120_errors()
1018 if (errs & E_SUM_ERRS) { in handle_6120_errors()
1020 if ((errs & E_SUM_LINK_PKTERRS) && in handle_6120_errors()
1029 ignore_this_time = errs & E_SUM_LINK_PKTERRS; in handle_6120_errors()
1031 } else if ((errs & E_SUM_LINK_PKTERRS) && in handle_6120_errors()
1040 ignore_this_time = errs & E_SUM_LINK_PKTERRS; in handle_6120_errors()
1043 qib_write_kreg(dd, kr_errclear, errs); in handle_6120_errors()
1045 errs &= ~ignore_this_time; in handle_6120_errors()
1046 if (!errs) in handle_6120_errors()
1055 qib_decode_6120_err(dd, msg, sizeof(dd->cspec->emsgbuf), errs & ~mask); in handle_6120_errors()
1057 if (errs & E_SUM_PKTERRS) in handle_6120_errors()
1059 if (errs & E_SUM_ERRS) in handle_6120_errors()
1062 iserr = errs & ~(E_SUM_PKTERRS | QLOGIC_IB_E_PKTERRS); in handle_6120_errors()
1064 if (errs & ERR_MASK(IBStatusChanged)) { in handle_6120_errors()
1085 if (errs & ERR_MASK(ResetNegated)) { in handle_6120_errors()
1107 if (errs & (ERR_MASK(RcvEgrFullErr) | ERR_MASK(RcvHdrFullErr))) { in handle_6120_errors()
1109 if (errs & ERR_MASK(RcvEgrFullErr)) in handle_6120_errors()