Searched refs:RS_ALGNERR (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.h187 #define RS_ALGNERR 0x8000 macro
193 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
H A Dsmc91x.h868 #define RS_ALGNERR 0x8000 macro
875 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
H A Dsmc9194.c1228 if ( status & RS_ALGNERR ) dev->stats.rx_frame_errors++;
H A Dsmc91x.c441 if (status & RS_ALGNERR)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A Dsmc91c92_cs.c254 #define RS_ALGNERR 0x8000 macro
260 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
1572 if (rx_status & RS_ALGNERR) dev->stats.rx_frame_errors++;

Completed in 115 milliseconds