Home
last modified time | relevance | path

Searched refs:RS_PKT_OK (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/
Dni5010.h82 #define RS_PKT_OK 0x80 /* received good packet */ macro
88 #define RS_VALID_BITS ( RS_PKT_OK | RS_RST_PKT | RS_RUNT | RS_ALIGN | RS_CRC_ERR | RS_OFLW )
Dni5010.c532 if ( (rcv_stat & RS_VALID_BITS) != RS_PKT_OK) { in ni5010_rx()