Home
last modified time | relevance | path

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

/freebsd/sys/dev/safe/
H A Dsafevar.h147 int sc_needwakeup; /* notify crypto layer */ member
H A Dsafe.c581 if (sc->sc_needwakeup) { /* XXX check high watermark */ in safe_intr()
582 int wakeup = sc->sc_needwakeup & CRYPTO_SYMQ; in safe_intr()
584 sc->sc_needwakeup)); in safe_intr()
585 sc->sc_needwakeup &= ~wakeup; in safe_intr()
780 sc->sc_needwakeup |= CRYPTO_SYMQ; in safe_process()
1259 sc->sc_needwakeup |= CRYPTO_SYMQ; in safe_process()
/freebsd/sys/dev/hifn/
H A Dhifn7751var.h182 int sc_needwakeup; /* ops q'd wating on resources */ member
H A Dhifn7751.c2250 if (sc->sc_needwakeup) { /* XXX check high watermark */ in hifn_intr()
2251 int wakeup = sc->sc_needwakeup & CRYPTO_SYMQ; in hifn_intr()
2256 sc->sc_needwakeup, in hifn_intr()
2259 sc->sc_needwakeup &= ~wakeup; in hifn_intr()
2503 sc->sc_needwakeup |= CRYPTO_SYMQ; in hifn_process()