Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/cxgbe/crypto/
HDt4_crypto.c211 counter_u64_t stats_process_error; member
1885 CTLFLAG_RD, &sc->stats_process_error, in ccr_sysctls()
1991 sc->stats_process_error = counter_u64_alloc(M_WAITOK); in ccr_attach()
2037 counter_u64_free(sc->stats_process_error); in ccr_detach()
2636 counter_u64_add(sc->stats_process_error, 1); in ccr_process()