Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dpower.c90 cmd->id_and_color, iwlmvm_mod_params.power_scheme, in iwl_mvm_power_log()
310 if (iwlmvm_mod_params.power_scheme != IWL_POWER_SCHEME_LP) in iwl_mvm_power_config_skip_dtim()
487 if (iwlmvm_mod_params.power_scheme == IWL_POWER_SCHEME_CAM) in iwl_mvm_power_update_device()
728 iwlmvm_mod_params.power_scheme); in iwl_mvm_power_mac_dbgfs_read()
886 disable_ps = (iwlmvm_mod_params.power_scheme == IWL_POWER_SCHEME_CAM); in iwl_mvm_power_set_ps()
H A Dops.c50 struct iwl_mvm_mod_params iwlmvm_mod_params = { variable
58 module_param_named(power_scheme, iwlmvm_mod_params.power_scheme, int, 0444);
H A Ddebugfs-vif.c818 if (iwlmvm_mod_params.power_scheme != IWL_POWER_SCHEME_CAM && in iwl_mvm_vif_add_debugfs()
H A Dutils.c531 if (iwlmvm_mod_params.power_scheme != IWL_POWER_SCHEME_CAM) in iwl_mvm_rx_diversity_allowed()
H A Dmvm.h97 extern struct iwl_mvm_mod_params iwlmvm_mod_params;
H A Dmac80211.c628 if (iwlmvm_mod_params.power_scheme != IWL_POWER_SCHEME_CAM) in iwl_mvm_mac_setup_register()