Searched refs:RX_ERROR (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/usb/
H A Dch9200.c84 #define RX_ERROR (0x01 << 3) macro
/linux-4.4.14/drivers/net/ethernet/amd/
H A Dau1000_eth.c195 # define RX_ERROR (RX_WDOG_TIMER | RX_RUNT | RX_OVERLEN | \ macro
810 if (status & RX_ERROR) { au1000_update_rx_stats()
845 if (!(status & RX_ERROR)) { au1000_rx()
/linux-4.4.14/drivers/net/ethernet/marvell/
H A Dpxa168_eth.c91 #define RX_ERROR (1 << 15) macro
827 || (cmd_sts & RX_ERROR)) { rxq_process()
836 if (cmd_sts & RX_ERROR) rxq_process()
/linux-4.4.14/drivers/net/ethernet/hp/
H A Dhp100.c2273 * RX_ERROR is set when a packet is dropped due to no memory resources on hp100_interrupt()

Completed in 181 milliseconds