Home
last modified time | relevance | path

Searched refs:rmon_t_drop (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dfec_mxc.h69 uint32_t rmon_t_drop; /* MBAR_ETH + 0x200 */ member
H A Dmcffec.c277 printf("rmon_t_drop %x - %x\n", (int)&fecp->rmon_t_drop, in dbgFecRegs()
278 fecp->rmon_t_drop); in dbgFecRegs()
H A Dfec_mxc.c576 u8 *mib_ptr = (uint8_t *)&fec->eth->rmon_t_drop; in fecmxc_init()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx.h145 u32 rmon_t_drop; /* FEC + 0x200 */ member
H A Dfec_mpc52xx.c522 stats->tx_fifo_errors = in_be32(&fec->rmon_t_drop); in mpc52xx_fec_get_stats()
539 memset_io(&fec->rmon_t_drop, 0, in mpc52xx_fec_reset_stats()
541 offsetof(struct mpc52xx_fec, rmon_t_drop)); in mpc52xx_fec_reset_stats()
/openbmc/u-boot/arch/m68k/include/asm/
H A Dfec.h181 u32 rmon_t_drop; member