Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/cxgbe/crypto/
HDt4_crypto.c198 counter_u64_t stats_hash; member
1846 &sc->stats_hash, "Hash requests submitted"); in ccr_sysctls()
1978 sc->stats_hash = counter_u64_alloc(M_WAITOK); in ccr_attach()
2024 counter_u64_free(sc->stats_hash); in ccr_detach()
2548 counter_u64_add(sc->stats_hash, 1); in ccr_process()