Searched refs:sc_needwakeup (Results 1 – 4 of 4) sorted by relevance
147 int sc_needwakeup; /* notify crypto layer */ member
581 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()
182 int sc_needwakeup; /* ops q'd wating on resources */ member
2250 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()