Home
last modified time | relevance | path

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

/freebsd-12.1/tools/tools/crypto/
H A Dhifnstats.c59 stats.hst_totbatch, stats.hst_maxbatch); in main()
H A Dubsecstats.c68 stats.hst_totbatch, stats.hst_maxbatch); in main()
/freebsd-12.1/sys/dev/ubsec/
H A Dubsecvar.h247 u_int32_t hst_maxbatch; /* max ops submitted together */ member
/freebsd-12.1/sys/dev/hifn/
H A Dhifn7751var.h341 u_int32_t hst_maxbatch; /* max ops submitted together */ member
H A Dhifn7751.c2057 if (sc->sc_curbatch > hifnstats.hst_maxbatch) in hifn_crypto()
2058 hifnstats.hst_maxbatch = sc->sc_curbatch; in hifn_crypto()