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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmc9194.h191 #define RS_TOOSHORT 0x0400 macro
193 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
H A Dsmc91x.h873 #define RS_TOOSHORT 0x0400 macro
875 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
H A Dsmc91x.c436 status |= RS_TOOSHORT;
443 if (status & (RS_TOOSHORT | RS_TOOLONG))
H A Dsmc9194.c1229 if ( status & (RS_TOOSHORT | RS_TOOLONG ) )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A Dsmc91c92_cs.c258 #define RS_TOOSHORT 0x0400 macro
260 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
1573 if (rx_status & (RS_TOOSHORT | RS_TOOLONG))

Completed in 130 milliseconds