RS_ALGNERR       1218 drivers/net/ethernet/smsc/smc9194.c 		if ( status & RS_ALGNERR )  dev->stats.rx_frame_errors++;
RS_ALGNERR        193 drivers/net/ethernet/smsc/smc9194.h #define RS_ERRORS	(RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
RS_ALGNERR        260 drivers/net/ethernet/smsc/smc91c92_cs.c #define RS_ERRORS	(RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
RS_ALGNERR       1523 drivers/net/ethernet/smsc/smc91c92_cs.c 	if (rx_status & RS_ALGNERR)  dev->stats.rx_frame_errors++;
RS_ALGNERR        437 drivers/net/ethernet/smsc/smc91x.c 		if (status & RS_ALGNERR)
RS_ALGNERR        756 drivers/net/ethernet/smsc/smc91x.h #define RS_ERRORS	(RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)