Home
last modified time | relevance | path

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

/drivers/net/ethernet/smsc/
Dsmc9194.h193 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT) macro
Dsmc9194.c1160 if ( !(status & RS_ERRORS ) ){ in smc_rcv()
Dsmc91c92_cs.c260 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT) macro
1495 if (!(rx_status & RS_ERRORS)) { in smc_rx()
Dsmc91x.h745 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT) macro
Dsmc91x.c422 if (unlikely(packet_len < 6 || status & RS_ERRORS)) { in smc_rcv()