HomeSort by: relevance | last modified time | path
    Searched refs:watchdog_events (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe.h 612 struct evcnt watchdog_events; member in struct:ixgbe_softc
ixv.c 647 evcnt_detach(&sc->watchdog_events);
1377 IXGBE_EVC_ADD(&sc->watchdog_events, 1);
2648 evcnt_attach_dynamic(&sc->watchdog_events, EVCNT_TYPE_MISC,
2828 IXGBE_EVC_STORE(&sc->watchdog_events, 0);
ixgbe.c 1834 evcnt_attach_dynamic(&sc->watchdog_events, EVCNT_TYPE_MISC,
2155 IXGBE_EVC_STORE(&sc->watchdog_events, 0);
3770 evcnt_detach(&sc->watchdog_events);
4737 IXGBE_EVC_ADD(&sc->watchdog_events, 1);

Completed in 21 milliseconds