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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A 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 )
H A Dni5010.c536 if (rcv_stat & RS_CRC_ERR) dev->stats.rx_crc_errors++;

Completed in 107 milliseconds