Searched refs:RS_VALID_BITS (Results 1 – 2 of 2) sorted by relevance
88 #define RS_VALID_BITS ( RS_PKT_OK | RS_RST_PKT | RS_RUNT | RS_ALIGN | RS_CRC_ERR | RS_OFLW ) macro
532 if ( (rcv_stat & RS_VALID_BITS) != RS_PKT_OK) { in ni5010_rx()