Searched refs:IS_InterruptStatus (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/stge/ | ||
H A D | if_stgereg.h | 335 #define IS_InterruptStatus (1U << 0) macro |
H A D | if_stge.c | 1458 if (sc->sc_suspended || (status & IS_InterruptStatus) == 0) in stge_intr() |