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

/freebsd-13-stable/sys/dev/neta/
H A Dif_mvnetavar.h314 uint32_t counter_watchdog_mib; /* reset after each mib update */ member in struct:mvneta_softc
H A Dif_mvneta.c1843 sc->counter_watchdog_mib++;
3624 if (sc->counter_watchdog_mib > 0) {
3625 if_inc_counter(sc->ifp, IFCOUNTER_OERRORS, sc->counter_watchdog_mib);
3626 sc->counter_watchdog_mib = 0;

Completed in 107 milliseconds