Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/smsc/
Dsmc9194.h188 #define RS_BADCRC 0x2000 macro
193 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
Dsmc91x.h743 #define RS_BADCRC 0x2000 macro
748 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
Dsmc91c92_cs.c254 #define RS_BADCRC 0x2000 macro
259 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
1525 if (rx_status & RS_BADCRC) dev->stats.rx_crc_errors++; in smc_rx()
Dsmc9194.c1222 if ( status & RS_BADCRC) dev->stats.rx_crc_errors++; in smc_rcv()
Dsmc91x.c454 if (status & RS_BADCRC) in smc_rcv()