Home
last modified time | relevance | path

Searched refs:rmon_r_drop (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dfec_mxc.h101 uint32_t rmon_r_drop; /* MBAR_ETH + 0x280 */ member
H A Dmcffec.c341 printf("rmon_r_drop %x - %x\n", (int)&fecp->rmon_r_drop, in dbgFecRegs()
342 fecp->rmon_r_drop); in dbgFecRegs()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx.h177 u32 rmon_r_drop; /* FEC + 0x280 */ member
H A Dfec_mpc52xx.c516 stats->rx_fifo_errors = in_be32(&fec->rmon_r_drop); in mpc52xx_fec_get_stats()
517 stats->rx_missed_errors = in_be32(&fec->rmon_r_drop); in mpc52xx_fec_get_stats()
/openbmc/u-boot/arch/m68k/include/asm/
H A Dfec.h214 u32 rmon_r_drop; member