Home
last modified time | relevance | path

Searched refs:watchdog_timeout (Results 1 – 5 of 5) sorted by relevance

/src/sys/contrib/dev/iwlwifi/mld/
H A Dtx.c77 unsigned int watchdog_timeout = txq->vif->type == NL80211_IFTYPE_AP ? in iwl_mld_allocate_txq() local
91 watchdog_timeout); in iwl_mld_allocate_txq()
/src/sys/dev/ocs_fc/
H A Docs_hw.c1009 if(hw->watchdog_timeout) { in ocs_hw_init()
1010 if((hw->watchdog_timeout < 1) || (hw->watchdog_timeout > 65534)) { in ocs_hw_init()
1013 …_log_info(hw->os, "watchdog timer configured with timeout = %d seconds \n", hw->watchdog_timeout); in ocs_hw_init()
1179 if(hw->watchdog_timeout) { in ocs_hw_teardown()
1180 hw->watchdog_timeout = 0; in ocs_hw_teardown()
2311 hw->watchdog_timeout); in ocs_hw_command()
6289 uint16_t timeout = hw->watchdog_timeout; in ocs_hw_cb_cfg_watchdog()
6325 sli4_cmd_lowlevel_set_watchdog(&hw->sli, buf, SLI4_BMBX_SIZE, hw->watchdog_timeout); in ocs_hw_config_watchdog_timer()
H A Docs_hw.h895 uint16_t watchdog_timeout; member
H A Dsli4.h2938 uint32_t watchdog_timeout:16, member
H A Dsli4.c2199 req->watchdog_timeout = timeout; in sli4_cmd_lowlevel_set_watchdog()