Home
last modified time | relevance | path

Searched refs:RS_TOOLONG (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/smsc/
H A Dsmc9194.h190 #define RS_TOOLONG 0x0800 macro
193 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
H A Dsmc91x.h723 #define RS_TOOLONG 0x0800 macro
726 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
H A Dsmc91x.c424 if (status & RS_TOOLONG && packet_len <= (1514 + 4 + 6)) { in smc_rcv()
426 status &= ~RS_TOOLONG; in smc_rcv()
440 if (status & (RS_TOOSHORT | RS_TOOLONG)) in smc_rcv()