Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Dsmc9194.h187 #define RS_ALGNERR 0x8000 macro
193 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
Dsmc91x.h809 #define RS_ALGNERR 0x8000 macro
816 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
Dsmc9194.c1279 if ( status & RS_ALGNERR ) dev->stats.rx_frame_errors++; in smc_rcv()
Dsmc91x.c443 if (status & RS_ALGNERR) in smc_rcv()
/linux-2.6.39/drivers/net/pcmcia/
Dsmc91c92_cs.c255 #define RS_ALGNERR 0x8000 macro
261 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
1528 if (rx_status & RS_ALGNERR) dev->stats.rx_frame_errors++; in smc_rx()