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

/freebsd-13-stable/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c226 counter_u64_t stats_hash; member in struct:ccr_softc
2068 &sc->stats_hash, "Hash requests submitted");
2200 sc->stats_hash = counter_u64_alloc(M_WAITOK);
2245 counter_u64_free(sc->stats_hash);
2769 counter_u64_add(sc->stats_hash, 1);

Completed in 104 milliseconds