Home
last modified time | relevance | path

Searched refs:BD_ENET_RX_STATS (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/include/soc/fsl/
H A Dcpm.h132 #define BD_ENET_RX_STATS (0x01ff) /* All status bits */ macro
/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/
H A Dfec.h62 #define BD_ENET_RX_STATS ((ushort)0x013f) /* All status bits */ macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/
H A Dfec.h267 #define BD_ENET_RX_STATS ((ushort)0x013f) /* All status bits */ macro
H A Dfec_main.c1567 status &= ~BD_ENET_RX_STATS; in fec_enet_rx_queue()
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dcpm_8xx.h437 #define BD_ENET_RX_STATS ((ushort)0x013f) /* All status bits */ macro
H A Dcpm_85xx.h372 #define BD_ENET_RX_STATS ((ushort)0x01ff) /* All status bits */ macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet-main.c286 CBDW_SC(bdp, (sc & ~BD_ENET_RX_STATS) | BD_ENET_RX_EMPTY); in fs_enet_napi()