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

/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 Dsmc91c92_cs.c254 #define RS_BADCRC 0x2000 macro
259 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
1528 if (rx_status & RS_BADCRC) dev->stats.rx_crc_errors++;
H A Dsmc91x.h799 #define RS_BADCRC 0x2000 macro
804 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
H A Dsmc9194.c1250 if ( status & RS_BADCRC) dev->stats.rx_crc_errors++;
H A Dsmc91x.c449 if (status & RS_BADCRC)

Completed in 121 milliseconds