Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/smsc/
Dsmc9194.h190 #define RS_TOOLONG 0x0800 macro
193 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
Dsmc91x.h742 #define RS_TOOLONG 0x0800 macro
745 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
Dsmc91c92_cs.c257 #define RS_TOOLONG 0x0800 macro
260 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
1527 if (rx_status & (RS_TOOSHORT | RS_TOOLONG)) in smc_rx()
Dsmc91x.c423 if (status & RS_TOOLONG && packet_len <= (1514 + 4 + 6)) { in smc_rcv()
425 status &= ~RS_TOOLONG; in smc_rcv()
439 if (status & (RS_TOOSHORT | RS_TOOLONG)) in smc_rcv()
Dsmc9194.c1221 if ( status & (RS_TOOSHORT | RS_TOOLONG ) ) in smc_rcv()