Searched refs:hwerrs (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_iba6110.c334 static void hwerr_crcbits(struct ipath_devdata *dd, ipath_err_t hwerrs, argument
338 ipath_err_t crcbits = hwerrs &
400 (hwerrs & (_IPATH_HTLINK0_CRCBITS |
438 ipath_err_t hwerrs; local
443 hwerrs = ipath_read_kreg64(dd, dd->ipath_kregs->kr_hwerrstatus);
445 if (!hwerrs) {
453 } else if (hwerrs == -1LL) {
466 hwerrs&~INFINIPATH_HWE_MEMBISTFAILED);
468 hwerrs &= dd->ipath_hwerrmask;
475 if ((hwerrs
[all...]
H A Dipath_iba6120.c346 ipath_err_t hwerrs; local
351 hwerrs = ipath_read_kreg64(dd, dd->ipath_kregs->kr_hwerrstatus);
352 if (!hwerrs) {
360 } else if (hwerrs == ~0ULL) {
373 hwerrs&~INFINIPATH_HWE_MEMBISTFAILED);
375 hwerrs &= dd->ipath_hwerrmask;
381 if ((hwerrs & ~(dd->ipath_lasthwerror |
387 "(cleared)\n", (unsigned long long) hwerrs);
388 dd->ipath_lasthwerror |= hwerrs;
390 if (hwerrs
[all...]
H A Dipath_intr.c213 * @hwerrs hardware errors bit vector
219 void ipath_format_hwerrors(u64 hwerrs, argument
230 if (hwerrs & ipath_generic_hwerror_msgs[i].mask) {
237 if (hwerrs & hwerrmsgs[i].mask) {
H A Dipath_kernel.h959 void ipath_format_hwerrors(u64 hwerrs,

Completed in 134 milliseconds