HomeSort by: relevance | last modified time | path
    Searched refs:OSIOP_INTDEFER (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
osiopvar.h 223 #define OSIOP_INTDEFER 0x40 /* MD interrupt has been deferred */
osiop.c 504 else if ((sc->sc_flags & OSIOP_INTDEFER) == 0) {
851 sc->sc_flags &= ~(OSIOP_INTDEFER | OSIOP_INTSOFF);
1674 sc->sc_flags &= ~OSIOP_INTDEFER;
1680 } else if ((sc->sc_flags & OSIOP_INTDEFER) == 0) {
1748 if (sc->sc_flags & OSIOP_INTDEFER) {
1749 sc->sc_flags &= ~(OSIOP_INTDEFER | OSIOP_INTSOFF);
1758 if ((sc->sc_flags & (OSIOP_INTSOFF | OSIOP_INTDEFER)) !=

Completed in 50 milliseconds