Lines Matching refs:errs
1003 static void handle_6120_errors(struct qib_devdata *dd, u64 errs) in handle_6120_errors() argument
1013 errs &= dd->cspec->errormask; in handle_6120_errors()
1017 if (errs & ERR_MASK(HardwareErr)) in handle_6120_errors()
1021 if (errs & dd->eep_st_masks[log_idx].errs_to_log) in handle_6120_errors()
1024 if (errs & ~IB_E_BITSEXTANT) in handle_6120_errors()
1027 (unsigned long long) (errs & ~IB_E_BITSEXTANT)); in handle_6120_errors()
1029 if (errs & E_SUM_ERRS) { in handle_6120_errors()
1031 if ((errs & E_SUM_LINK_PKTERRS) && in handle_6120_errors()
1040 ignore_this_time = errs & E_SUM_LINK_PKTERRS; in handle_6120_errors()
1042 } else if ((errs & E_SUM_LINK_PKTERRS) && in handle_6120_errors()
1051 ignore_this_time = errs & E_SUM_LINK_PKTERRS; in handle_6120_errors()
1054 qib_write_kreg(dd, kr_errclear, errs); in handle_6120_errors()
1056 errs &= ~ignore_this_time; in handle_6120_errors()
1057 if (!errs) in handle_6120_errors()
1066 qib_decode_6120_err(dd, msg, sizeof(dd->cspec->emsgbuf), errs & ~mask); in handle_6120_errors()
1068 if (errs & E_SUM_PKTERRS) in handle_6120_errors()
1070 if (errs & E_SUM_ERRS) in handle_6120_errors()
1073 iserr = errs & ~(E_SUM_PKTERRS | QLOGIC_IB_E_PKTERRS); in handle_6120_errors()
1075 if (errs & ERR_MASK(IBStatusChanged)) { in handle_6120_errors()
1096 if (errs & ERR_MASK(ResetNegated)) { in handle_6120_errors()
1118 if (errs & (ERR_MASK(RcvEgrFullErr) | ERR_MASK(RcvHdrFullErr))) { in handle_6120_errors()
1120 if (errs & ERR_MASK(RcvEgrFullErr)) in handle_6120_errors()