Home
last modified time | relevance | path

Searched refs:ic_watchdog_timer (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211.c312 if (ic->ic_watchdog_timer == 0 && ic->ic_watchdog != NULL) { in ieee80211_start_watchdog()
313 ic->ic_watchdog_timer = timeout(ic->ic_watchdog, ic, in ieee80211_start_watchdog()
324 if (ic->ic_watchdog_timer != 0) { in ieee80211_stop_watchdog()
326 (void) untimeout(ic->ic_watchdog_timer); in ieee80211_stop_watchdog()
327 ic->ic_watchdog_timer = 0; in ieee80211_stop_watchdog()
813 ic->ic_watchdog_timer = 0; in ieee80211_attach()
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h514 timeout_id_t ic_watchdog_timer; /* watchdog timer */ member
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural.c1946 ic->ic_watchdog_timer = 0; in ural_watchdog()
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum.c1967 ic->ic_watchdog_timer = 0; in rum_watchdog()
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c1409 ic->ic_watchdog_timer = 0; in ath_watchdog()
/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560.c2016 ic->ic_watchdog_timer = 0; in rt2560_watchdog()
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c1605 ic->ic_watchdog_timer = 0; in arn_watchdog()
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c1800 timeout_id_t timeout_id = ic->ic_watchdog_timer; in iwk_watchdog()
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c4038 timeout_id_t timeout_id = ic->ic_watchdog_timer; in iwn_watchdog()