Home
last modified time | relevance | path

Searched refs:LE_C0_MERR (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/amd/
Da2065.h64 #define LE_C0_MERR 0x0800 /* Memory Error */ macro
D7990.h144 #define LE_C0_MERR 0x0800 /* Memory Error */ macro
D7990.c477 if (csr0 & LE_C0_MERR) { in lance_interrupt()
490 WRITERDP(lp, LE_C0_BABL|LE_C0_CERR|LE_C0_MISS|LE_C0_MERR|LE_C0_IDON|LE_C0_INEA); in lance_interrupt()
Da2065.c446 if (csr0 & LE_C0_MERR) { in lance_interrupt()
457 ll->rdp = (LE_C0_BABL | LE_C0_CERR | LE_C0_MISS | LE_C0_MERR | in lance_interrupt()
Ddeclance.c103 #define LE_C0_MERR 0x0800 /* ME: Memory error */ macro
748 LE_C0_CERR | LE_C0_MERR); in lance_interrupt()
762 if (csr0 & LE_C0_MERR) { in lance_interrupt()
Dsunlance.c136 #define LE_C0_MERR 0x0800 /* ME: Memory error */ macro
830 LE_C0_CERR | LE_C0_MERR), in lance_interrupt()
846 if (csr0 & LE_C0_MERR) { in lance_interrupt()