Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/m68k/include/asm/
H A Dfec.h82 #define BD_ENET_TX_STATS ((ushort)0x03ff) /* All status bits */ macro
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dether_fcc.c165 result = rtx.txbd[txIdx].cbd_sc & BD_ENET_TX_STATS; in fec_send()
/rk3399_rockchip-uboot/drivers/net/
H A Dfsl_mcdmafec.c239 return (int)(info->txbd[info->txIdx].cbd_sc & BD_ENET_TX_STATS); in fec_send()
H A Dmpc8xx_fec.c210 rc = in_be16(&rtx->txbd[txIdx].cbd_sc) & BD_ENET_TX_STATS; in fec_send()
H A Dmcffec.c183 rc = (info->txbd[info->txIdx].cbd_sc & BD_ENET_TX_STATS); in fec_send()
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dcpm_8xx.h454 #define BD_ENET_TX_STATS ((ushort)0x03ff) /* All status bits */ macro
H A Dcpm_85xx.h390 #define BD_ENET_TX_STATS ((ushort)0x03ff) /* All status bits */ macro