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

/asus-wl-520gu-7.0.1.45/src/linux/linux/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 Dsmc9194.c1313 if ( status & RS_BADCRC) lp->stats.rx_crc_errors++;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A Dsmc91c92_cs.c271 #define RS_BADCRC 0x2000 macro
276 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
1741 if (rx_status & RS_BADCRC) smc->stats.rx_crc_errors++;

Completed in 95 milliseconds