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