Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c1184 mutex_destroy(&igb->watchdog_lock); in igb_destroy_locks()
3509 mutex_enter(&igb->watchdog_lock); in igb_enable_watchdog_timer()
3517 mutex_exit(&igb->watchdog_lock); in igb_enable_watchdog_timer()
3529 mutex_enter(&igb->watchdog_lock); in igb_disable_watchdog_timer()
3536 mutex_exit(&igb->watchdog_lock); in igb_disable_watchdog_timer()
3549 mutex_enter(&igb->watchdog_lock); in igb_start_watchdog_timer()
3558 mutex_exit(&igb->watchdog_lock); in igb_start_watchdog_timer()
3567 mutex_enter(&igb->watchdog_lock); in igb_restart_watchdog_timer()
3572 mutex_exit(&igb->watchdog_lock); in igb_restart_watchdog_timer()
3583 mutex_enter(&igb->watchdog_lock); in igb_stop_watchdog_timer()
[all …]
H A Digb_sw.h674 kmutex_t watchdog_lock; member
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c1289 mutex_destroy(&ixgbe->watchdog_lock); in ixgbe_destroy_locks()
4271 mutex_enter(&ixgbe->watchdog_lock); in ixgbe_enable_watchdog_timer()
4279 mutex_exit(&ixgbe->watchdog_lock); in ixgbe_enable_watchdog_timer()
4290 mutex_enter(&ixgbe->watchdog_lock); in ixgbe_disable_watchdog_timer()
4297 mutex_exit(&ixgbe->watchdog_lock); in ixgbe_disable_watchdog_timer()
4309 mutex_enter(&ixgbe->watchdog_lock); in ixgbe_start_watchdog_timer()
4318 mutex_exit(&ixgbe->watchdog_lock); in ixgbe_start_watchdog_timer()
4327 mutex_enter(&ixgbe->watchdog_lock); in ixgbe_restart_watchdog_timer()
4332 mutex_exit(&ixgbe->watchdog_lock); in ixgbe_restart_watchdog_timer()
4343 mutex_enter(&ixgbe->watchdog_lock); in ixgbe_stop_watchdog_timer()
[all …]
H A Dixgbe_sw.h724 kmutex_t watchdog_lock; member
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c1314 mutex_destroy(&Adapter->watchdog_lock); in e1000g_destroy_locks()
4909 mutex_enter(&Adapter->watchdog_lock); in enable_watchdog_timer()
4917 mutex_exit(&Adapter->watchdog_lock); in enable_watchdog_timer()
4925 mutex_enter(&Adapter->watchdog_lock); in disable_watchdog_timer()
4932 mutex_exit(&Adapter->watchdog_lock); in disable_watchdog_timer()
4941 mutex_enter(&Adapter->watchdog_lock); in start_watchdog_timer()
4950 mutex_exit(&Adapter->watchdog_lock); in start_watchdog_timer()
4956 mutex_enter(&Adapter->watchdog_lock); in restart_watchdog_timer()
4961 mutex_exit(&Adapter->watchdog_lock); in restart_watchdog_timer()
4969 mutex_enter(&Adapter->watchdog_lock); in stop_watchdog_timer()
[all …]
H A De1000g_sw.h931 kmutex_t watchdog_lock; member