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) {
313 ic->ic_watchdog_timer = timeout(ic->ic_watchdog, ic,
324 if (ic->ic_watchdog_timer != 0) {
326 (void) untimeout(ic->ic_watchdog_timer);
327 ic->ic_watchdog_timer = 0;
813 ic->ic_watchdog_timer = 0;
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h514 timeout_id_t ic_watchdog_timer; /* watchdog timer */ member in struct:ieee80211com
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c1409 ic->ic_watchdog_timer = 0;
/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560.c2016 ic->ic_watchdog_timer = 0;
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum.c1967 ic->ic_watchdog_timer = 0;
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural.c1946 ic->ic_watchdog_timer = 0;
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c1605 ic->ic_watchdog_timer = 0;
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c1800 timeout_id_t timeout_id = ic->ic_watchdog_timer;
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c4037 timeout_id_t timeout_id = ic->ic_watchdog_timer;

Completed in 99 milliseconds