Searched refs:ubsecstats (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/tools/tools/crypto/
H A DMakefile30 ubsecstats hifnstats ipsecstats safestats
41 # ubsecstats: print statistics kept by the Broadcom driver
/freebsd-12-stable/sys/dev/ubsec/
H A Dubsec.c198 struct ubsec_stats ubsecstats; variable in typeref:struct:ubsec_stats
199 SYSCTL_STRUCT(_hw_ubsec, OID_AUTO, stats, CTLFLAG_RD, &ubsecstats,
689 ubsecstats.hst_dmaerr++;
750 ubsecstats.hst_dmaerr++;
752 ubsecstats.hst_mcr1full++;
755 if (sc->sc_nqueue > ubsecstats.hst_maxqueue)
756 ubsecstats.hst_maxqueue = sc->sc_nqueue;
762 ubsecstats.hst_totbatch += npkts-1;
796 if (sc->sc_nqchip > ubsecstats.hst_maxqchip)
797 ubsecstats
[all...]

Completed in 191 milliseconds