Searched refs:RX_RUNT (Results 1 – 3 of 3) sorted by relevance
158 # define RX_RUNT (1 << 15) macro176 # 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()806 if (status & RX_RUNT) in au1000_rx()
231 #define RX_RUNT 0x2000 macro
178 #define RX_RUNT BIT(10) /* accept packets smaller than 64 B */ macro