Searched refs:RS_ALGNERR (Results 1 – 3 of 3) sorted by relevance
187 #define RS_ALGNERR 0x8000 macro193 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
1246 if ( status & RS_ALGNERR ) lp->stats.rx_frame_errors++; in smc_rcv()
272 #define RS_ALGNERR 0x8000 macro278 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)1754 if (rx_status & RS_ALGNERR) smc->stats.rx_frame_errors++; in smc_rx()