Home
last modified time | relevance | path

Searched refs:watchdog_start (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/io/igb/
H A Digb_main.c3468 igb->watchdog_start = B_TRUE; in igb_enable_watchdog_timer()
3487 igb->watchdog_start = B_FALSE; in igb_disable_watchdog_timer()
3507 if (!igb->watchdog_start) { in igb_start_watchdog_timer()
3508 igb->watchdog_start = B_TRUE; in igb_start_watchdog_timer()
3524 if (igb->watchdog_start) in igb_restart_watchdog_timer()
3540 igb->watchdog_start = B_FALSE; in igb_stop_watchdog_timer()
H A Digb_sw.h636 boolean_t watchdog_start; member
/titanic_50/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c4107 ixgbe->watchdog_start = B_TRUE; in ixgbe_enable_watchdog_timer()
4125 ixgbe->watchdog_start = B_FALSE; in ixgbe_disable_watchdog_timer()
4144 if (!ixgbe->watchdog_start) { in ixgbe_start_watchdog_timer()
4145 ixgbe->watchdog_start = B_TRUE; in ixgbe_start_watchdog_timer()
4161 if (ixgbe->watchdog_start) in ixgbe_restart_watchdog_timer()
4177 ixgbe->watchdog_start = B_FALSE; in ixgbe_stop_watchdog_timer()
H A Dixgbe_sw.h708 boolean_t watchdog_start; member