Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/igb/
H A Digb_main.c1105 mutex_init(&igb->watchdog_lock, NULL, in igb_init_locks()
1136 mutex_destroy(&igb->watchdog_lock); in igb_destroy_locks()
3458 mutex_enter(&igb->watchdog_lock); in igb_enable_watchdog_timer()
3466 mutex_exit(&igb->watchdog_lock); in igb_enable_watchdog_timer()
3478 mutex_enter(&igb->watchdog_lock); in igb_disable_watchdog_timer()
3485 mutex_exit(&igb->watchdog_lock); in igb_disable_watchdog_timer()
3498 mutex_enter(&igb->watchdog_lock); in igb_start_watchdog_timer()
3507 mutex_exit(&igb->watchdog_lock); in igb_start_watchdog_timer()
3516 mutex_enter(&igb->watchdog_lock); in igb_restart_watchdog_timer()
3521 mutex_exit(&igb->watchdog_lock); in igb_restart_watchdog_timer()
[all …]
H A Digb_sw.h630 kmutex_t watchdog_lock; member
/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c1145 mutex_init(&ixgbe->watchdog_lock, NULL, in ixgbe_init_locks()
1173 mutex_destroy(&ixgbe->watchdog_lock); in ixgbe_destroy_locks()
3718 mutex_enter(&ixgbe->watchdog_lock); in ixgbe_enable_watchdog_timer()
3726 mutex_exit(&ixgbe->watchdog_lock); in ixgbe_enable_watchdog_timer()
3737 mutex_enter(&ixgbe->watchdog_lock); in ixgbe_disable_watchdog_timer()
3744 mutex_exit(&ixgbe->watchdog_lock); in ixgbe_disable_watchdog_timer()
3756 mutex_enter(&ixgbe->watchdog_lock); in ixgbe_start_watchdog_timer()
3765 mutex_exit(&ixgbe->watchdog_lock); in ixgbe_start_watchdog_timer()
3774 mutex_enter(&ixgbe->watchdog_lock); in ixgbe_restart_watchdog_timer()
3779 mutex_exit(&ixgbe->watchdog_lock); in ixgbe_restart_watchdog_timer()
[all …]
H A Dixgbe_sw.h707 kmutex_t watchdog_lock; member
/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000g_main.c1239 mutex_init(&Adapter->watchdog_lock, NULL, in e1000g_init_locks()
1272 mutex_destroy(&Adapter->watchdog_lock); in e1000g_destroy_locks()
4650 mutex_enter(&Adapter->watchdog_lock); in enable_watchdog_timer()
4658 mutex_exit(&Adapter->watchdog_lock); in enable_watchdog_timer()
4666 mutex_enter(&Adapter->watchdog_lock); in disable_watchdog_timer()
4673 mutex_exit(&Adapter->watchdog_lock); in disable_watchdog_timer()
4682 mutex_enter(&Adapter->watchdog_lock); in start_watchdog_timer()
4691 mutex_exit(&Adapter->watchdog_lock); in start_watchdog_timer()
4697 mutex_enter(&Adapter->watchdog_lock); in restart_watchdog_timer()
4702 mutex_exit(&Adapter->watchdog_lock); in restart_watchdog_timer()
[all …]
H A De1000g_sw.h929 kmutex_t watchdog_lock; member