Searched refs:RS_BADCRC (Results 1 – 5 of 5) sorted by relevance
188 #define RS_BADCRC 0x2000 macro193 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
740 #define RS_BADCRC 0x2000 macro745 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
255 #define RS_BADCRC 0x2000 macro260 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)1529 if (rx_status & RS_BADCRC) dev->stats.rx_crc_errors++; in smc_rx()
1223 if ( status & RS_BADCRC) dev->stats.rx_crc_errors++; in smc_rcv()
441 if (status & RS_BADCRC) in smc_rcv()