Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/smsc/
H A Dsmc9194.h187 #define RS_ALGNERR 0x8000 macro
193 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
H A Dsmc91x.h719 #define RS_ALGNERR 0x8000 macro
726 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
H A Dsmc91x.c438 if (status & RS_ALGNERR) in smc_rcv()