Home
last modified time | relevance | path

Searched refs:RX_RUNT (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/cirrus/
H A Dmac89x0.c445 if (status & RX_RUNT) in net_rx()
450 !(status & (RX_EXTRA_DATA|RX_RUNT))) in net_rx()
H A Dcs89x0.h231 #define RX_RUNT 0x2000 macro
H A Dcs89x0.c318 if (status & RX_RUNT) in count_rx_errors()
322 if ((status & RX_CRC_ERROR) && !(status & (RX_EXTRA_DATA | RX_RUNT))) in count_rx_errors()
/openbmc/linux/drivers/net/ethernet/amd/
H A Dau1000_eth.c158 # define RX_RUNT (1 << 15) 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()
806 if (status & RX_RUNT) in au1000_rx()
/openbmc/linux/drivers/net/ethernet/moxa/
H A Dmoxart_ether.h178 #define RX_RUNT BIT(10) /* accept packets smaller than 64 B */ macro