Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c380 (void) untimeout(adapter->watchdog_timer); in unm_nic_remove()
1168 adapter->watchdog_timer = timeout(&unm_watchdog, in unm_watchdog()
1805 adapter->watchdog_timer = timeout((void (*)(void *))&unm_watchdog, in unm_nic_resume()
1826 (void) untimeout(adapter->watchdog_timer); in unm_nic_suspend()
2282 adapter->watchdog_timer = timeout((void (*)(void *))&unm_watchdog, in ntxn_m_start()
H A Dunm_nic.h501 timeout_id_t watchdog_timer; member
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x550.c896 if (!hw->mac.dmac_config.watchdog_timer) in ixgbe_dmac_config_X550()
906 reg |= (hw->mac.dmac_config.watchdog_timer * 100) / 4096; in ixgbe_dmac_config_X550()
H A Dixgbe_type.h704 u16 watchdog_timer; /* usec units */ member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1654 uint8_t watchdog_timer; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c10123 if (ha->watchdog_timer == 0) { in ql_timer()
10124 ha->watchdog_timer = WATCHDOG_TIME; in ql_timer()
10126 ha->watchdog_timer--; in ql_timer()
10127 if (ha->watchdog_timer == 0) { in ql_timer()
10306 ha->watchdog_timer = WATCHDOG_TIME; in ql_watchdog()
16587 ha->watchdog_timer = 0; in ql_halt()