Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dfec_mxc.h100 uint32_t rmon_r_drop; /* MBAR_ETH + 0x280 */ member
H A Dmcffec.c343 printf("rmon_r_drop %x - %x\n", (int)&fecp->rmon_r_drop, in dbgFecRegs()
344 fecp->rmon_r_drop); in dbgFecRegs()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx.h177 u32 rmon_r_drop; /* FEC + 0x280 */ member
H A Dfec_mpc52xx.c514 stats->rx_fifo_errors = in_be32(&fec->rmon_r_drop); in mpc52xx_fec_get_stats()
515 stats->rx_missed_errors = in_be32(&fec->rmon_r_drop); in mpc52xx_fec_get_stats()
/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/
H A Dfec.h215 u32 rmon_r_drop; member