Home
last modified time | relevance | path

Searched refs:hst_maxbatch (Results 1 – 5 of 5) sorted by relevance

/dragonfly/tools/tools/crypto/
HDhifnstats.c55 stats.hst_totbatch, stats.hst_maxbatch); in main()
HDubsecstats.c63 stats.hst_totbatch, stats.hst_maxbatch); in main()
/dragonfly/sys/dev/crypto/ubsec/
HDubsecvar.h249 u_int32_t hst_maxbatch; /* max ops submitted together */ member
/dragonfly/sys/dev/crypto/hifn/
HDhifn7751var.h352 u_int32_t hst_maxbatch; /* max ops submitted together */ member
HDhifn7751.c2102 if (sc->sc_curbatch > hifnstats.hst_maxbatch) in hifn_crypto()
2103 hifnstats.hst_maxbatch = sc->sc_curbatch; in hifn_crypto()