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

/linux-master/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.h724 #define RS_TOOSHORT 0x0400 macro
726 #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))
H A Dsmc91x.c433 status |= RS_TOOSHORT;
440 if (status & (RS_TOOSHORT | RS_TOOLONG))
H A Dsmc9194.c1221 if ( status & (RS_TOOSHORT | RS_TOOLONG ) )

Completed in 114 milliseconds