Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Dni5010.h87 #define RS_OFLW 0x01 /* overflow for rcv FIFO */ macro
88 #define RS_VALID_BITS ( RS_PKT_OK | RS_RST_PKT | RS_RUNT | RS_ALIGN | RS_CRC_ERR | RS_OFLW )
Dni5010.c538 if (rcv_stat & RS_OFLW) dev->stats.rx_fifo_errors++; in ni5010_rx()