Searched refs:RX_ERROR (Results 1 – 2 of 2) sorted by relevance
176 # define RX_ERROR (RX_WDOG_TIMER | RX_RUNT | RX_OVERLEN | \ macro 748 if (status & RX_ERROR) { in au1000_update_rx_stats() 783 if (!(status & RX_ERROR)) { in au1000_rx()
84 #define RX_ERROR (0x01 << 3) macro