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