Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Ddcreg.h436 #define DC_RXSTAT_RXERR 0x00008000 macro
H A Ddc.c2131 if ((rxstat & DC_RXSTAT_RXERR)) { in dc_rxeof()