Home
last modified time | relevance | path

Searched refs:ps_disabled (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dpower.c363 if (mvm->ps_disabled) in iwl_mvm_power_build_cmd()
478 mvm->ps_disabled = true; in iwl_mvm_power_update_device()
480 if (!mvm->ps_disabled) in iwl_mvm_power_update_device()
572 *disable_ps |= mvmvif->ps_disabled; in iwl_mvm_power_ps_disabled_iterator()
883 if (mvm->ps_disabled != disable_ps) { in iwl_mvm_power_set_ps()
884 bool old_ps_disabled = mvm->ps_disabled; in iwl_mvm_power_set_ps()
886 mvm->ps_disabled = disable_ps; in iwl_mvm_power_set_ps()
889 mvm->ps_disabled = old_ps_disabled; in iwl_mvm_power_set_ps()
913 mvm->ps_disabled || in iwl_mvm_power_set_ba()
H A Dutils.c1149 bool ps_disabled; in iwl_mvm_get_sync_time() local
1154 ps_disabled = mvm->ps_disabled; in iwl_mvm_get_sync_time()
1155 if (!ps_disabled) { in iwl_mvm_get_sync_time()
1156 mvm->ps_disabled = true; in iwl_mvm_get_sync_time()
1167 if (!ps_disabled) { in iwl_mvm_get_sync_time()
1168 mvm->ps_disabled = ps_disabled; in iwl_mvm_get_sync_time()
H A Dmac80211.c1085 mvm->ps_disabled = false; in iwl_mvm_restart_cleanup()
1439 mvmvif->ps_disabled = false; in iwl_mvm_post_channel_switch()
4905 mvmvif->ps_disabled = true; in __iwl_mvm_assign_vif_chanctx_common()
5032 mvmvif->ps_disabled = false; in __iwl_mvm_unassign_vif_chanctx_common()
5509 mvmvif->ps_disabled = true; in iwl_mvm_pre_channel_switch()
H A Dmvm.h385 bool ps_disabled; member
1096 u8 ps_disabled; /* u8 instead of bool to ease debugfs_create_* usage */ member
H A Ddebugfs.c2265 &mvm->ps_disabled); in iwl_mvm_dbgfs_register()
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c1090 if (il->power_data.ps_disabled) in il_build_powertable_cmd()
5138 il->power_data.ps_disabled = !(conf->flags & IEEE80211_CONF_PS); in il_mac_config()
5139 if (!il->power_data.ps_disabled) in il_mac_config()
H A Dcommon.h1121 bool ps_disabled; member