Home
last modified time | relevance | path

Searched refs:BE_CR_STAT_RXLERR (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sys/arch/sparc/dev/
Dbereg.h177 #define BE_CR_STAT_RXLERR 0x00000004 /* rx late error */ macro
189 BE_CR_STAT_RXLERR | BE_CR_STAT_RXPERR | \
/mirbsd/src/sys/dev/sbus/
Dbereg.h255 #define BE_CR_STAT_RXLERR 0x00000004 /* rx late error */ macro
Dbe.c780 if (why & (BE_CR_STAT_RXLERR | BE_CR_STAT_RXPERR | BE_CR_STAT_RXSERR)) { in beqint()
784 if (why & BE_CR_STAT_RXLERR) in beqint()