Searched refs:RS_PKT_OK (Results 1 – 2 of 2) sorted by relevance
82 #define RS_PKT_OK 0x80 /* received good packet */ macro88 #define RS_VALID_BITS ( RS_PKT_OK | RS_RST_PKT | RS_RUNT | RS_ALIGN | RS_CRC_ERR | RS_OFLW )
532 if ( (rcv_stat & RS_VALID_BITS) != RS_PKT_OK) { in ni5010_rx()