Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c4913 Adapter->watchdog_timer_started = B_TRUE; in enable_watchdog_timer()
4928 Adapter->watchdog_timer_started = B_FALSE; in disable_watchdog_timer()
4944 if (!Adapter->watchdog_timer_started) { in start_watchdog_timer()
4945 Adapter->watchdog_timer_started = B_TRUE; in start_watchdog_timer()
4958 if (Adapter->watchdog_timer_started) in restart_watchdog_timer()
4971 Adapter->watchdog_timer_started = B_FALSE; in stop_watchdog_timer()
H A De1000g_sw.h911 boolean_t watchdog_timer_started; member