Searched refs:sc_needwakeup (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/safe/
H A Dsafevar.h147 int sc_needwakeup; /* notify crypto layer */ member in struct:safe_softc
H A Dsafe.c582 if (sc->sc_needwakeup) { /* XXX check high watermark */
583 int wakeup = sc->sc_needwakeup & CRYPTO_SYMQ;
585 sc->sc_needwakeup));
586 sc->sc_needwakeup &= ~wakeup;
781 sc->sc_needwakeup |= CRYPTO_SYMQ;
1260 sc->sc_needwakeup |= CRYPTO_SYMQ;
/freebsd-current/sys/dev/hifn/
H A Dhifn7751var.h182 int sc_needwakeup; /* ops q'd wating on resources */ member in struct:hifn_softc
H A Dhifn7751.c2252 if (sc->sc_needwakeup) { /* XXX check high watermark */
2253 int wakeup = sc->sc_needwakeup & CRYPTO_SYMQ;
2258 sc->sc_needwakeup,
2261 sc->sc_needwakeup &= ~wakeup;
2505 sc->sc_needwakeup |= CRYPTO_SYMQ;

Completed in 125 milliseconds