Home
last modified time | relevance | path

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

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