Searched refs:EESR_ADE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsh_eth.h393 EESR_ADE = 0x00800000, enumerator in enum:EESR_BIT
418 EESR_RDE | EESR_RFRMER | EESR_ADE | \
420 #define DEFAULT_TX_ERROR_CHECK (EESR_TWB | EESR_TABT | EESR_ADE | EESR_TDE | \
H A Dsh_eth.c882 if (intr_status & EESR_ADE && intr_status & EESR_TDE &&
901 mask = EESR_TWB | EESR_TABT | EESR_ADE | EESR_TDE | EESR_TFE;
903 mask &= ~EESR_ADE;

Completed in 69 milliseconds