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

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/hifn/
H A DhifnHIPPvar.h83 int sc_needwakeup; /* ops q'd wating on resources */
H A Dhifn7751var.h182 int sc_needwakeup; /* ops q'd wating on resources */ member in struct:hifn_softc
H A Dhifn7751.c1765 sc->sc_needwakeup |= CRYPTO_SYMQ;
2273 if (sc->sc_needwakeup) { /* XXX check high watermark */
2274 int wakeup = sc->sc_needwakeup & (CRYPTO_SYMQ|CRYPTO_ASYMQ);
2279 sc->sc_needwakeup,
2282 sc->sc_needwakeup &= ~wakeup;
2675 sc->sc_needwakeup |= CRYPTO_SYMQ;
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/safe/
H A Dsafevar.h167 int sc_needwakeup; /* notify crypto layer */ member in struct:safe_softc
H A Dsafe.c334 if (sc->sc_needwakeup) { /* XXX check high watermark */
335 int wakeup = sc->sc_needwakeup & (CRYPTO_SYMQ|CRYPTO_ASYMQ);
337 sc->sc_needwakeup));
338 sc->sc_needwakeup &= ~wakeup;
614 sc->sc_needwakeup |= CRYPTO_SYMQ;
1057 sc->sc_needwakeup |= CRYPTO_SYMQ;

Completed in 213 milliseconds