Home
last modified time | relevance | path

Searched refs:RS_ALGNERR (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dsmc9194.h187 #define RS_ALGNERR 0x8000 macro
193 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
Dsmc9194.c1246 if ( status & RS_ALGNERR ) lp->stats.rx_frame_errors++; in smc_rcv()
/linux-2.4.37.9/drivers/net/pcmcia/
Dsmc91c92_cs.c272 #define RS_ALGNERR 0x8000 macro
278 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
1754 if (rx_status & RS_ALGNERR) smc->stats.rx_frame_errors++; in smc_rx()