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

/drivers/net/ethernet/seeq/
H A Dether3.h140 #define RXSTAT_OVERSIZE (1 << 8) macro
H A Dether3.c639 if (!(status & (RXSTAT_OVERSIZE|RXSTAT_CRCERROR|RXSTAT_DRIBBLEERROR|RXSTAT_SHORTPACKET))) {
666 if (status & RXSTAT_OVERSIZE) stats->rx_over_errors ++;

Completed in 268 milliseconds