Searched refs:ps_disabled (Results 1 – 7 of 7) sorted by relevance
371 if (mvm->ps_disabled) in iwl_mvm_power_build_cmd()486 mvm->ps_disabled = true; in iwl_mvm_power_update_device()488 if (!mvm->ps_disabled) in iwl_mvm_power_update_device()585 *disable_ps |= mvmvif->ps_disabled; in iwl_mvm_power_ps_disabled_iterator()892 if (mvm->ps_disabled != disable_ps) { in iwl_mvm_power_set_ps()893 bool old_ps_disabled = mvm->ps_disabled; in iwl_mvm_power_set_ps()895 mvm->ps_disabled = disable_ps; in iwl_mvm_power_set_ps()898 mvm->ps_disabled = old_ps_disabled; in iwl_mvm_power_set_ps()922 mvm->ps_disabled || in iwl_mvm_power_set_ba()
1202 bool ps_disabled; in iwl_mvm_get_sync_time() local1207 ps_disabled = mvm->ps_disabled; in iwl_mvm_get_sync_time()1208 if (!ps_disabled) { in iwl_mvm_get_sync_time()1209 mvm->ps_disabled = true; in iwl_mvm_get_sync_time()1220 if (!ps_disabled) { in iwl_mvm_get_sync_time()1221 mvm->ps_disabled = ps_disabled; in iwl_mvm_get_sync_time()
1168 mvm->ps_disabled = false; in iwl_mvm_restart_cleanup()1599 mvmvif->ps_disabled = false; in iwl_mvm_post_channel_switch()5141 mvmvif->ps_disabled = true; in __iwl_mvm_assign_vif_chanctx_common()5268 mvmvif->ps_disabled = false; in __iwl_mvm_unassign_vif_chanctx_common()5752 mvmvif->ps_disabled = true; in iwl_mvm_pre_channel_switch()
508 bool ps_disabled; member1256 u8 ps_disabled; /* u8 instead of bool to ease debugfs_create_* usage */ member
2214 &mvm->ps_disabled); in iwl_mvm_dbgfs_register()
1093 if (il->power_data.ps_disabled) in il_build_powertable_cmd()5139 il->power_data.ps_disabled = !(conf->flags & IEEE80211_CONF_PS); in il_mac_config()5140 if (!il->power_data.ps_disabled) in il_mac_config()
1121 bool ps_disabled; member