Home
last modified time | relevance | path

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

/openbsd/sys/dev/sbus/
H A Dbereg.h245 #define BE_CR_STAT_RXIRQ 0x00000020 /* rx interrupt */ macro
H A Dbe.c691 if (whyq & QEC_STAT_RX && whyc & BE_CR_STAT_RXIRQ) in beintr()
707 if (why & BE_CR_STAT_RXIRQ) in beqint()