Home
last modified time | relevance | path

Searched refs:RX_WDOG_TIMER (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/arch/mips/include/asm/mach-au1x00/
Dau1000.h1128 # define RX_WDOG_TIMER (1 << 14) macro
1147 # define RX_ERROR (RX_WDOG_TIMER | RX_RUNT | RX_OVERLEN | \
/linux-3.3/drivers/net/ethernet/amd/
Dau1000_eth.c745 if (status & RX_WDOG_TIMER) in au1000_rx()