Searched refs:ps_disabled (Results 1 – 5 of 5) sorted by relevance
370 if (mvm->ps_disabled) in iwl_mvm_power_build_cmd()488 mvm->ps_disabled = true; in iwl_mvm_power_update_device()490 if (!mvm->ps_disabled) in iwl_mvm_power_update_device()587 *disable_ps |= mvmvif->ps_disabled; in iwl_mvm_power_ps_disabled_iterator()894 if (mvm->ps_disabled != disable_ps) { in iwl_mvm_power_set_ps()895 bool old_ps_disabled = mvm->ps_disabled; in iwl_mvm_power_set_ps()897 mvm->ps_disabled = disable_ps; in iwl_mvm_power_set_ps()900 mvm->ps_disabled = old_ps_disabled; in iwl_mvm_power_set_ps()924 mvm->ps_disabled || in iwl_mvm_power_set_ba()
1190 bool ps_disabled; in iwl_mvm_get_sync_time() local1195 ps_disabled = mvm->ps_disabled; in iwl_mvm_get_sync_time()1196 if (!ps_disabled) { in iwl_mvm_get_sync_time()1197 mvm->ps_disabled = true; in iwl_mvm_get_sync_time()1208 if (!ps_disabled) { in iwl_mvm_get_sync_time()1209 mvm->ps_disabled = ps_disabled; in iwl_mvm_get_sync_time()
23 *ps_enable &= !mld_vif->ps_disabled; in iwl_mld_vif_ps_iterator()
1093 if (il->power_data.ps_disabled) in il_build_powertable_cmd()5108 il->power_data.ps_disabled = !(conf->flags & IEEE80211_CONF_PS); in il_mac_config()5109 if (!il->power_data.ps_disabled) in il_mac_config()
1121 bool ps_disabled; member