Home
last modified time | relevance | path

Searched refs:hst_maxqueue (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/tools/tools/crypto/
H A Dubsecstats.c70 stats.hst_maxqueue, stats.hst_maxqchip, stats.hst_mcr1full); in main()
/freebsd-12.1/sys/dev/ubsec/
H A Dubsecvar.h248 u_int32_t hst_maxqueue; /* max ops queued for submission */ member
H A Dubsec.c754 if (sc->sc_nqueue > ubsecstats.hst_maxqueue) in ubsec_feed()
755 ubsecstats.hst_maxqueue = sc->sc_nqueue; in ubsec_feed()