Searched refs:sc_curbatch (Results 1 - 3 of 3) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/hifn/
H A DhifnHIPPvar.h84 int sc_curbatch; /* # ops submitted w/o int */
H A Dhifn7751var.h183 int sc_curbatch; /* # ops submitted w/o int */ member in struct:hifn_softc
H A Dhifn7751.c2011 if ((hint & CRYPTO_HINT_MORE) && sc->sc_curbatch < hifn_maxbatch) {
2016 sc->sc_curbatch++;
2017 if (sc->sc_curbatch > hifnstats.hst_maxbatch)
2018 hifnstats.hst_maxbatch = sc->sc_curbatch;
2024 sc->sc_curbatch = 0;

Completed in 32 milliseconds