Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c207 counter_u64_t stats_mac_error; member
1877 &sc->stats_mac_error, "MAC errors"); in ccr_sysctls()
1987 sc->stats_mac_error = counter_u64_alloc(M_WAITOK); in ccr_attach()
2033 counter_u64_free(sc->stats_mac_error); in ccr_detach()
2702 counter_u64_add(sc->stats_mac_error, 1); in do_cpl6_fw_pld()