Home
last modified time | relevance | path

Searched refs:RX_MII_ERROR (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/include/mach/
H A Dau1x00.h592 #define RX_MII_ERROR (1<<19) macro
607 RX_COLL | RX_MII_ERROR | RX_CRC_ERROR | \
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/
H A Dau1000_eth.c162 # define RX_MII_ERROR (1 << 19) macro
177 RX_COLL | RX_MII_ERROR | RX_CRC_ERROR | \
812 if (status & RX_MII_ERROR) in au1000_rx()