Searched refs:hwerrs (Results 1 – 9 of 9) sorted by relevance
/drivers/infiniband/hw/ipath/ |
D | ipath_iba6110.c | 394 static void hwerr_crcbits(struct ipath_devdata *dd, ipath_err_t hwerrs, in hwerr_crcbits() argument 398 ipath_err_t crcbits = hwerrs & in hwerr_crcbits() 460 (hwerrs & (_IPATH_HTLINK0_CRCBITS | in hwerr_crcbits() 504 ipath_err_t hwerrs; in ipath_ht_handle_hwerrors() local 510 hwerrs = ipath_read_kreg64(dd, dd->ipath_kregs->kr_hwerrstatus); in ipath_ht_handle_hwerrors() 512 if (!hwerrs) { in ipath_ht_handle_hwerrors() 520 } else if (hwerrs == -1LL) { in ipath_ht_handle_hwerrors() 533 hwerrs&~INFINIPATH_HWE_MEMBISTFAILED); in ipath_ht_handle_hwerrors() 535 hwerrs &= dd->ipath_hwerrmask; in ipath_ht_handle_hwerrors() 539 if (hwerrs & dd->ipath_eep_st_masks[log_idx].hwerrs_to_log) in ipath_ht_handle_hwerrors() [all …]
|
D | ipath_stats.c | 208 unsigned long hwerrs; in ipath_chk_errormask() local 219 hwerrs = ipath_read_kreg64(dd, dd->ipath_kregs->kr_hwerrstatus); in ipath_chk_errormask() 225 if ((hwerrs & dd->ipath_hwerrmask) || in ipath_chk_errormask() 234 ctrl, hwerrs); in ipath_chk_errormask()
|
D | ipath_intr.c | 205 void ipath_format_hwerrors(u64 hwerrs, in ipath_format_hwerrors() argument 216 if (hwerrs & ipath_generic_hwerror_msgs[i].mask) { in ipath_format_hwerrors() 223 if (hwerrs & hwerrmsgs[i].mask) { in ipath_format_hwerrors()
|
D | ipath_kernel.h | 1373 void ipath_format_hwerrors(u64 hwerrs,
|
/drivers/infiniband/hw/qib/ |
D | qib_iba6120.c | 746 u64 hwerrs; in qib_handle_6120_hwerrors() local 752 hwerrs = qib_read_kreg64(dd, kr_hwerrstatus); in qib_handle_6120_hwerrors() 753 if (!hwerrs) in qib_handle_6120_hwerrors() 755 if (hwerrs == ~0ULL) { in qib_handle_6120_hwerrors() 768 hwerrs & ~HWE_MASK(PowerOnBISTFailed)); in qib_handle_6120_hwerrors() 770 hwerrs &= dd->cspec->hwerrmask; in qib_handle_6120_hwerrors() 774 if (hwerrs & dd->eep_st_masks[log_idx].hwerrs_to_log) in qib_handle_6120_hwerrors() 781 if (hwerrs & ~(TXE_PIO_PARITY | RXEMEMPARITYERR_EAGERTID)) in qib_handle_6120_hwerrors() 783 "(cleared)\n", (unsigned long long) hwerrs); in qib_handle_6120_hwerrors() 785 if (hwerrs & ~IB_HWE_BITSEXTANT) in qib_handle_6120_hwerrors() [all …]
|
D | qib_intr.c | 62 void qib_format_hwerrors(u64 hwerrs, const struct qib_hwerror_msgs *hwerrmsgs, in qib_format_hwerrors() argument 68 if (hwerrs & hwerrmsgs[i].mask) in qib_format_hwerrors()
|
D | qib_iba7220.c | 1298 u64 hwerrs; in qib_7220_handle_hwerrors() local 1304 hwerrs = qib_read_kreg64(dd, kr_hwerrstatus); in qib_7220_handle_hwerrors() 1305 if (!hwerrs) in qib_7220_handle_hwerrors() 1307 if (hwerrs == ~0ULL) { in qib_7220_handle_hwerrors() 1322 hwerrs & ~HWE_MASK(PowerOnBISTFailed)); in qib_7220_handle_hwerrors() 1324 hwerrs &= dd->cspec->hwerrmask; in qib_7220_handle_hwerrors() 1328 if (hwerrs & dd->eep_st_masks[log_idx].hwerrs_to_log) in qib_7220_handle_hwerrors() 1330 if (hwerrs & ~(TXEMEMPARITYERR_PIOBUF | TXEMEMPARITYERR_PIOPBC | in qib_7220_handle_hwerrors() 1333 "(cleared)\n", (unsigned long long) hwerrs); in qib_7220_handle_hwerrors() 1335 if (hwerrs & ~IB_HWE_BITSEXTANT) in qib_7220_handle_hwerrors() [all …]
|
D | qib_iba7322.c | 2019 u64 hwerrs; in qib_7322_handle_hwerrors() local 2023 hwerrs = qib_read_kreg64(dd, kr_hwerrstatus); in qib_7322_handle_hwerrors() 2024 if (!hwerrs) in qib_7322_handle_hwerrors() 2026 if (hwerrs == ~0ULL) { in qib_7322_handle_hwerrors() 2034 qib_write_kreg(dd, kr_hwerrclear, hwerrs & in qib_7322_handle_hwerrors() 2037 hwerrs &= dd->cspec->hwerrmask; in qib_7322_handle_hwerrors() 2041 if (hwerrs) in qib_7322_handle_hwerrors() 2043 "(cleared)\n", (unsigned long long) hwerrs); in qib_7322_handle_hwerrors() 2050 if ((hwerrs & ~HWE_MASK(LATriggered)) || in qib_7322_handle_hwerrors() 2065 if (hwerrs & HWE_MASK(PowerOnBISTFailed)) { in qib_7322_handle_hwerrors() [all …]
|
D | qib.h | 1463 void qib_format_hwerrors(u64 hwerrs,
|