Searched refs:RS_CRC_ERR (Results 1 – 2 of 2) sorted by relevance
86 #define RS_CRC_ERR 0x02 /* Bad CRC on rcvd pkt */ macro88 #define RS_VALID_BITS ( RS_PKT_OK | RS_RST_PKT | RS_RUNT | RS_ALIGN | RS_CRC_ERR | RS_OFLW )
516 if (rcv_stat & RS_CRC_ERR) lp->stats.rx_crc_errors++; in ni5010_rx()