Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dni5010.h86 #define RS_CRC_ERR 0x02 /* Bad CRC on rcvd pkt */ macro
88 #define RS_VALID_BITS ( RS_PKT_OK | RS_RST_PKT | RS_RUNT | RS_ALIGN | RS_CRC_ERR | RS_OFLW )
Dni5010.c516 if (rcv_stat & RS_CRC_ERR) lp->stats.rx_crc_errors++; in ni5010_rx()