Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/
H A Dau1000_eth.c160 # define RX_COLL (1 << 17) macro
177 RX_COLL | RX_MII_ERROR | RX_CRC_ERROR | \
756 if (status & RX_COLL) in au1000_update_rx_stats()
810 if (status & RX_COLL) in au1000_rx()
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/include/mach/
H A Dau1x00.h590 #define RX_COLL (1<<17) macro
607 RX_COLL | RX_MII_ERROR | RX_CRC_ERROR | \