Home
last modified time | relevance | path

Searched refs:watchdog_tid (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_sw.h680 timeout_id_t watchdog_tid; member
H A Digb_main.c3497 igb->watchdog_tid = in igb_arm_watchdog_timer()
3533 tid = igb->watchdog_tid; in igb_disable_watchdog_timer()
3534 igb->watchdog_tid = 0; in igb_disable_watchdog_timer()
3586 tid = igb->watchdog_tid; in igb_stop_watchdog_timer()
3587 igb->watchdog_tid = 0; in igb_stop_watchdog_timer()
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h729 timeout_id_t watchdog_tid; member
H A Dixgbe_main.c4259 ixgbe->watchdog_tid = in ixgbe_arm_watchdog_timer()
4294 tid = ixgbe->watchdog_tid; in ixgbe_disable_watchdog_timer()
4295 ixgbe->watchdog_tid = 0; in ixgbe_disable_watchdog_timer()
4346 tid = ixgbe->watchdog_tid; in ixgbe_stop_watchdog_timer()
4347 ixgbe->watchdog_tid = 0; in ixgbe_stop_watchdog_timer()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h912 timeout_id_t watchdog_tid; member
H A De1000g_main.c4900 Adapter->watchdog_tid = in arm_watchdog_timer()
4929 tid = Adapter->watchdog_tid; in disable_watchdog_timer()
4930 Adapter->watchdog_tid = 0; in disable_watchdog_timer()
4972 tid = Adapter->watchdog_tid; in stop_watchdog_timer()
4973 Adapter->watchdog_tid = 0; in stop_watchdog_timer()