Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Dsmc9194.h191 #define RS_TOOSHORT 0x0400 macro
193 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
Dsmc91x.h814 #define RS_TOOSHORT 0x0400 macro
816 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
Dsmc9194.c1280 if ( status & (RS_TOOSHORT | RS_TOOLONG ) ) in smc_rcv()
Dsmc91x.c438 status |= RS_TOOSHORT; in smc_rcv()
445 if (status & (RS_TOOSHORT | RS_TOOLONG)) in smc_rcv()
/linux-2.6.39/drivers/net/pcmcia/
Dsmc91c92_cs.c259 #define RS_TOOSHORT 0x0400 macro
261 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
1529 if (rx_status & (RS_TOOSHORT | RS_TOOLONG)) in smc_rx()