Searched refs:RS_ALGNERR (Results 1 – 5 of 5) sorted by relevance
187 #define RS_ALGNERR 0x8000 macro193 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
940 #define RS_ALGNERR 0x8000 macro947 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
1279 if ( status & RS_ALGNERR ) dev->stats.rx_frame_errors++; in smc_rcv()
440 if (status & RS_ALGNERR) in smc_rcv()
268 #define RS_ALGNERR 0x8000 macro274 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)1673 if (rx_status & RS_ALGNERR) smc->stats.rx_frame_errors++; in smc_rx()