Home
last modified time | relevance | path

Searched refs:iwlmvm_mod_params (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dpower.c149 cmd->id_and_color, iwlmvm_mod_params.power_scheme, in iwl_mvm_power_log()
376 if (iwlmvm_mod_params.power_scheme != IWL_POWER_SCHEME_LP) in iwl_mvm_power_config_skip_dtim()
534 if (iwlmvm_mod_params.power_scheme == IWL_POWER_SCHEME_CAM) in iwl_mvm_power_update_device()
752 iwlmvm_mod_params.power_scheme); in iwl_mvm_power_mac_dbgfs_read()
914 disable_ps = (iwlmvm_mod_params.power_scheme == IWL_POWER_SCHEME_CAM); in iwl_mvm_power_set_ps()
Dops.c95 struct iwl_mvm_mod_params iwlmvm_mod_params = { variable
101 module_param_named(init_dbg, iwlmvm_mod_params.init_dbg, bool, 0444);
104 module_param_named(power_scheme, iwlmvm_mod_params.power_scheme, int, 0444);
107 module_param_named(tfd_q_hang_detect, iwlmvm_mod_params.tfd_q_hang_detect,
821 if (!iwlmvm_mod_params.init_dbg || !err) in iwl_op_mode_mvm_start()
862 if (iwlmvm_mod_params.init_dbg) in iwl_op_mode_mvm_start()
Dfw.c635 if (iwlmvm_mod_params.init_dbg && !mvm->nvm_data) { in iwl_run_init_mvm_ucode()
1276 if (iwlmvm_mod_params.init_dbg) in iwl_mvm_load_rt_fw()
1501 if (!iwlmvm_mod_params.init_dbg || !ret) in iwl_mvm_up()
Ddebugfs-vif.c782 if (iwlmvm_mod_params.power_scheme != IWL_POWER_SCHEME_CAM && in iwl_mvm_vif_dbgfs_register()
Dutils.c955 return iwlmvm_mod_params.tfd_q_hang_detect ? in iwl_mvm_get_wd_timeout()
Dmvm.h145 extern struct iwl_mvm_mod_params iwlmvm_mod_params;
Dsta.c1963 unsigned int wdg_timeout = iwlmvm_mod_params.tfd_q_hang_detect ? in iwl_mvm_enable_aux_snif_queue()
1981 unsigned int wdg_timeout = iwlmvm_mod_params.tfd_q_hang_detect ? in iwl_mvm_enable_aux_snif_queue_tvqm()
Drs.c1902 bool cam = (iwlmvm_mod_params.power_scheme == IWL_POWER_SCHEME_CAM); in rs_tpc_allowed()
Dmac80211.c602 if (iwlmvm_mod_params.power_scheme != IWL_POWER_SCHEME_CAM) in iwl_mvm_mac_setup_register()