Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/
H A Dsmc9194.h191 #define RS_TOOSHORT 0x0400 macro
193 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
H A Dsmc91x.h754 #define RS_TOOSHORT 0x0400 macro
756 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
H A Dsmc91c92_cs.c258 #define RS_TOOSHORT 0x0400 macro
260 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
1524 if (rx_status & (RS_TOOSHORT | RS_TOOLONG)) in smc_rx()
H A Dsmc9194.c1219 if ( status & (RS_TOOSHORT | RS_TOOLONG ) ) in smc_rcv()
H A Dsmc91x.c432 status |= RS_TOOSHORT; in smc_rcv()
439 if (status & (RS_TOOSHORT | RS_TOOLONG)) in smc_rcv()
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/
H A Dsmc9194.h191 #define RS_TOOSHORT 0x0400 macro
193 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
H A Dsmc91x.h743 #define RS_TOOSHORT 0x0400 macro
745 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
H A Dsmc91c92_cs.c258 #define RS_TOOSHORT 0x0400 macro
260 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
1527 if (rx_status & (RS_TOOSHORT | RS_TOOLONG)) in smc_rx()
H A Dsmc9194.c1221 if ( status & (RS_TOOSHORT | RS_TOOLONG ) ) in smc_rcv()
H A Dsmc91x.c432 status |= RS_TOOSHORT; in smc_rcv()
439 if (status & (RS_TOOSHORT | RS_TOOLONG)) in smc_rcv()

Completed in 20 milliseconds