Home
last modified time | relevance | path

Searched refs:RX_ERROR (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/
H A Darmada100_fec.h25 #define RX_ERROR (1<<15) macro
H A Darmada100_fec.c637 } else if (cmd_sts & RX_ERROR) { in armdfec_recv()
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_eth.c188 if(status&RX_ERROR){ in au1x00_recv()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/
H A Dau1000_eth.c176 # 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()
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dch9200.c84 #define RX_ERROR (0x01 << 3) macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/
H A Dpxa168_eth.c79 #define RX_ERROR (1 << 15) macro
813 || (cmd_sts & RX_ERROR)) { in rxq_process()
822 if (cmd_sts & RX_ERROR) in rxq_process()
/OK3568_Linux_fs/kernel/drivers/media/cec/platform/meson/
H A Dao-cec.c205 #define RX_ERROR 3 /* Message has been received with error */ macro
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/include/mach/
H A Dau1x00.h606 #define RX_ERROR (RX_WDOG_TIMER | RX_RUNT | RX_OVERLEN | \ macro