Home
last modified time | relevance | path

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

/openbsd/sys/dev/sbus/
H A Dqereg.h124 #define QE_CR_STAT_RXLERR 0x00000004 /* rx late error */ macro
149 | QE_CR_STAT_RXLERR | QE_CR_STAT_RXPERR | QE_CR_STAT_RXSERR)
H A Dqe.c819 if (why & QE_CR_STAT_RXLERR) { in qe_eint()