Searched refs:counter_watchdog_mib (Results 1 – 2 of 2) sorted by relevance
314 uint32_t counter_watchdog_mib; /* reset after each mib update */ member
1821 sc->counter_watchdog_mib++; in mvneta_tick()3593 if (sc->counter_watchdog_mib > 0) { in mvneta_update_mib()3594 if_inc_counter(sc->ifp, IFCOUNTER_OERRORS, sc->counter_watchdog_mib); in mvneta_update_mib()3595 sc->counter_watchdog_mib = 0; in mvneta_update_mib()