Searched refs:wd_timeout (Results 1 – 17 of 17) sorted by relevance
| /freebsd/sys/contrib/dev/iwlwifi/cfg/ |
| H A D | dr.c | 31 .wd_timeout = IWL_LONG_WD_TIMEOUT,
|
| H A D | sc.c | 36 .wd_timeout = IWL_LONG_WD_TIMEOUT,
|
| H A D | 9000.c | 35 .wd_timeout = IWL_LONG_WD_TIMEOUT,
|
| H A D | 22000.c | 32 .wd_timeout = IWL_LONG_WD_TIMEOUT,
|
| H A D | bz.c | 33 .wd_timeout = IWL_LONG_WD_TIMEOUT,
|
| H A D | ax210.c | 27 .wd_timeout = IWL_LONG_WD_TIMEOUT,
|
| H A D | 8000.c | 44 .wd_timeout = IWL_LONG_WD_TIMEOUT,
|
| H A D | 7000.c | 58 .wd_timeout = IWL_LONG_WD_TIMEOUT,
|
| /freebsd/sys/contrib/dev/iwlwifi/queue/ |
| H A D | tx.c | |
| /freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/ |
| H A D | tx.c | 699 jiffies_to_msecs(txq->wd_timeout), in iwl_txq_log_scd_error() 1050 if (!txq->wd_timeout) in iwl_txq_progress() 1067 mod_timer(&txq->stuck_timer, jiffies + txq->wd_timeout); in iwl_txq_progress() 1169 txq->wd_timeout = msecs_to_jiffies(wdg_timeout); in iwl_trans_pcie_txq_enable() 1603 if (txq->read_ptr == txq->write_ptr && txq->wd_timeout) in iwl_pcie_enqueue_hcmd() 1604 mod_timer(&txq->stuck_timer, jiffies + txq->wd_timeout); in iwl_pcie_enqueue_hcmd() 2292 if (txq->read_ptr == txq->write_ptr && txq->wd_timeout) { in iwl_trans_pcie_tx() 2301 jiffies + txq->wd_timeout); in iwl_trans_pcie_tx() 2303 txq->frozen_expiry_remainder = txq->wd_timeout; in iwl_trans_pcie_tx()
|
| H A D | tx-gen2.c | 799 if (txq->read_ptr == txq->write_ptr && txq->wd_timeout) in iwl_txq_gen2_tx() 800 mod_timer(&txq->stuck_timer, jiffies + txq->wd_timeout); in iwl_txq_gen2_tx() 956 txq->wd_timeout = msecs_to_jiffies(timeout); in iwl_txq_dyn_alloc_dma() 1421 if (txq->read_ptr == txq->write_ptr && txq->wd_timeout) in iwl_pcie_gen2_enqueue_hcmd() 1422 mod_timer(&txq->stuck_timer, jiffies + txq->wd_timeout); in iwl_pcie_gen2_enqueue_hcmd()
|
| /freebsd/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-config.h | 213 unsigned int wd_timeout; member
|
| H A D | iwl-trans.h | 821 unsigned long wd_timeout; member
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | mld-sta.c | 151 mvm->trans->mac_cfg->base->wd_timeout; in iwl_mvm_mld_add_int_sta_with_queue()
|
| H A D | utils.c | 748 mvm->trans->mac_cfg->base->wd_timeout; in iwl_mvm_get_wd_timeout()
|
| H A D | sta.c | 2200 mvm->trans->mac_cfg->base->wd_timeout; in iwl_mvm_enable_aux_snif_queue() 2217 mvm->trans->mac_cfg->base->wd_timeout; in iwl_mvm_enable_aux_snif_queue_tvqm()
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | tx.c | 79 mld->trans->mac_cfg->base->wd_timeout; in iwl_mld_allocate_txq()
|