Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/
H A Dau1000_eth.c159 # define RX_OVERLEN (1 << 16) macro
176 # define RX_ERROR (RX_WDOG_TIMER | RX_RUNT | RX_OVERLEN | \
752 if (status & (RX_OVERLEN | RX_RUNT | RX_LEN_ERROR)) in au1000_update_rx_stats()
808 if (status & RX_OVERLEN) in au1000_rx()
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/include/mach/
H A Dau1x00.h589 #define RX_OVERLEN (1<<16) macro
606 #define RX_ERROR (RX_WDOG_TIMER | RX_RUNT | RX_OVERLEN | \