Home
last modified time | relevance | path

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

/drivers/net/ethernet/smsc/
Dsmc9194.h191 #define RS_TOOSHORT 0x0400 macro
193 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
Dsmc91x.h743 #define RS_TOOSHORT 0x0400 macro
745 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
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()
Dsmc9194.c1221 if ( status & (RS_TOOSHORT | RS_TOOLONG ) ) in smc_rcv()
Dsmc91x.c432 status |= RS_TOOSHORT; in smc_rcv()
439 if (status & (RS_TOOSHORT | RS_TOOLONG)) in smc_rcv()