Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc9194.h188 #define RS_BADCRC 0x2000 macro
193 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
H A Dsmc91x.h740 #define RS_BADCRC 0x2000 macro
745 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
H A Dsmc91c92_cs.c255 #define RS_BADCRC 0x2000 macro
260 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
1529 if (rx_status & RS_BADCRC) dev->stats.rx_crc_errors++; in smc_rx()
H A Dsmc9194.c1223 if ( status & RS_BADCRC) dev->stats.rx_crc_errors++; in smc_rcv()
H A Dsmc91x.c441 if (status & RS_BADCRC) in smc_rcv()
/openbmc/u-boot/drivers/net/
H A Dsmc91111.h644 #define RS_BADCRC 0x2000 macro
649 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
/openbmc/qemu/hw/net/
H A Dsmc91c111.c116 #define RS_BADCRC 0x2000 macro