Home
last modified time | relevance | path

Searched refs:RS_ERRORS (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/
H A Dsmc9194.h193 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT) macro
H A Dsmc9194.c1158 if ( !(status & RS_ERRORS ) ){ in smc_rcv()
H A Dsmc91c92_cs.c260 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT) macro
1492 if (!(rx_status & RS_ERRORS)) { in smc_rx()
H A Dsmc91x.h756 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT) macro
H A Dsmc91x.c422 if (unlikely(packet_len < 6 || status & RS_ERRORS)) { in smc_rcv()
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/
H A Dsmc9194.h193 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT) macro
H A Dsmc9194.c1160 if ( !(status & RS_ERRORS ) ){ in smc_rcv()
H A Dsmc91c92_cs.c260 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT) macro
1495 if (!(rx_status & RS_ERRORS)) { in smc_rx()
H A Dsmc91x.h745 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT) macro
H A Dsmc91x.c422 if (unlikely(packet_len < 6 || status & RS_ERRORS)) { in smc_rcv()

Completed in 19 milliseconds