Home
last modified time | relevance | path

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

/dragonfly/tools/tools/crypto/
H A Dubsecstats.c65 stats.hst_maxqueue, stats.hst_maxqchip, stats.hst_mcr1full); in main()
/dragonfly/sys/dev/crypto/ubsec/
H A Dubsecvar.h250 u_int32_t hst_maxqueue; /* max ops queued for submission */ member
H A Dubsec.c744 if (sc->sc_nqueue > ubsecstats.hst_maxqueue) in ubsec_feed()
745 ubsecstats.hst_maxqueue = sc->sc_nqueue; in ubsec_feed()