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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmc9194.h188 #define RS_BADCRC 0x2000 macro
193 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
H A Dsmc91x.h870 #define RS_BADCRC 0x2000 macro
875 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
H A Dsmc9194.c1231 if ( status & RS_BADCRC) dev->stats.rx_crc_errors++;
H A Dsmc91x.c445 if (status & RS_BADCRC)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A Dsmc91c92_cs.c255 #define RS_BADCRC 0x2000 macro
260 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
1575 if (rx_status & RS_BADCRC) dev->stats.rx_crc_errors++;

Completed in 58 milliseconds