Home
last modified time | relevance | path

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

/netbsd/sys/dev/sbus/
H A Dbereg.h247 #define BE_CR_STAT_TXLERR 0x00040000 /* tx late error */ macro
H A Dbe.c741 if (why & (BE_CR_STAT_TXLERR | BE_CR_STAT_TXPERR | BE_CR_STAT_TXSERR)) { in beqint()
745 if (why & BE_CR_STAT_TXLERR) in beqint()