Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Dsmc9194.h193 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT) macro
Dsmc9194.c1217 if ( !(status & RS_ERRORS ) ){ in smc_rcv()
Dsmc91x.h816 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT) macro
Dsmc91x.c428 if (unlikely(packet_len < 6 || status & RS_ERRORS)) { in smc_rcv()
/linux-2.6.39/drivers/net/pcmcia/
Dsmc91c92_cs.c261 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT) macro
1498 if (!(rx_status & RS_ERRORS)) { in smc_rx()