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

/freebsd-13-stable/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c236 counter_u64_t stats_mac_error; member in struct:ccr_softc
2100 &sc->stats_mac_error, "MAC errors");
2210 sc->stats_mac_error = counter_u64_alloc(M_WAITOK);
2255 counter_u64_free(sc->stats_mac_error);
2928 counter_u64_add(sc->stats_mac_error, 1);

Completed in 110 milliseconds