Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c240 counter_u64_t stats_mac_error; member
2178 &sc->stats_mac_error, "MAC errors"); in ccr_sysctls()
2289 sc->stats_mac_error = counter_u64_alloc(M_WAITOK); in ccr_attach()
2335 counter_u64_free(sc->stats_mac_error); in ccr_detach()
3003 counter_u64_add(sc->stats_mac_error, 1); in do_cpl6_fw_pld()