Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Ddcreg.h423 #define DC_RXSTAT_CRCERR 0x00000002 macro
Ddc.c2133 (rxstat & (DC_RXSTAT_CRCERR | DC_RXSTAT_DRIBBLE | in dc_rxeof()
2140 if (rxstat & DC_RXSTAT_CRCERR) { in dc_rxeof()