Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/igb/
H A Digb_main.c1108 mutex_init(&igb->watchdog_lock, NULL, in igb_init_locks()
1139 mutex_destroy(&igb->watchdog_lock); in igb_destroy_locks()
3464 mutex_enter(&igb->watchdog_lock); in igb_enable_watchdog_timer()
3472 mutex_exit(&igb->watchdog_lock); in igb_enable_watchdog_timer()
3484 mutex_enter(&igb->watchdog_lock); in igb_disable_watchdog_timer()
3491 mutex_exit(&igb->watchdog_lock); in igb_disable_watchdog_timer()
3504 mutex_enter(&igb->watchdog_lock); in igb_start_watchdog_timer()
3513 mutex_exit(&igb->watchdog_lock); in igb_start_watchdog_timer()
3522 mutex_enter(&igb->watchdog_lock); in igb_restart_watchdog_timer()
3527 mutex_exit(&igb->watchdog_lock); in igb_restart_watchdog_timer()
[all …]
H A Digb_sw.h631 kmutex_t watchdog_lock; member
/titanic_50/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c1213 mutex_init(&ixgbe->watchdog_lock, NULL, in ixgbe_init_locks()
1241 mutex_destroy(&ixgbe->watchdog_lock); in ixgbe_destroy_locks()
4103 mutex_enter(&ixgbe->watchdog_lock); in ixgbe_enable_watchdog_timer()
4111 mutex_exit(&ixgbe->watchdog_lock); in ixgbe_enable_watchdog_timer()
4122 mutex_enter(&ixgbe->watchdog_lock); in ixgbe_disable_watchdog_timer()
4129 mutex_exit(&ixgbe->watchdog_lock); in ixgbe_disable_watchdog_timer()
4141 mutex_enter(&ixgbe->watchdog_lock); in ixgbe_start_watchdog_timer()
4150 mutex_exit(&ixgbe->watchdog_lock); in ixgbe_start_watchdog_timer()
4159 mutex_enter(&ixgbe->watchdog_lock); in ixgbe_restart_watchdog_timer()
4164 mutex_exit(&ixgbe->watchdog_lock); in ixgbe_restart_watchdog_timer()
[all …]
H A Dixgbe_sw.h704 kmutex_t watchdog_lock; member
/titanic_50/usr/src/uts/common/io/e1000g/
H A De1000g_main.c1257 mutex_init(&Adapter->watchdog_lock, NULL, in e1000g_init_locks()
1295 mutex_destroy(&Adapter->watchdog_lock); in e1000g_destroy_locks()
4867 mutex_enter(&Adapter->watchdog_lock); in enable_watchdog_timer()
4875 mutex_exit(&Adapter->watchdog_lock); in enable_watchdog_timer()
4883 mutex_enter(&Adapter->watchdog_lock); in disable_watchdog_timer()
4890 mutex_exit(&Adapter->watchdog_lock); in disable_watchdog_timer()
4899 mutex_enter(&Adapter->watchdog_lock); in start_watchdog_timer()
4908 mutex_exit(&Adapter->watchdog_lock); in start_watchdog_timer()
4914 mutex_enter(&Adapter->watchdog_lock); in restart_watchdog_timer()
4919 mutex_exit(&Adapter->watchdog_lock); in restart_watchdog_timer()
[all …]
H A De1000g_sw.h930 kmutex_t watchdog_lock; member