Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dsmc83c170reg.h102 #define ER_RXSTAT_ALIGNERROR 0x0002 /* frame not byte-aligned */ macro
Dsmc83c170.c636 if (rxstatus & ER_RXSTAT_ALIGNERROR) in epic_intr()