Home
last modified time | relevance | path

Searched refs:ps_disabled (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dpower.c415 if (mvm->ps_disabled) in iwl_mvm_power_build_cmd()
530 mvm->ps_disabled = true; in iwl_mvm_power_update_device()
532 if (!mvm->ps_disabled) in iwl_mvm_power_update_device()
614 *disable_ps |= mvmvif->ps_disabled; in iwl_mvm_power_ps_disabled_iterator()
920 if (mvm->ps_disabled != disable_ps) { in iwl_mvm_power_set_ps()
921 bool old_ps_disabled = mvm->ps_disabled; in iwl_mvm_power_set_ps()
923 mvm->ps_disabled = disable_ps; in iwl_mvm_power_set_ps()
926 mvm->ps_disabled = old_ps_disabled; in iwl_mvm_power_set_ps()
950 mvm->ps_disabled || in iwl_mvm_power_set_ba()
H A Dutils.c1428 bool ps_disabled; in iwl_mvm_get_sync_time() local
1433 ps_disabled = mvm->ps_disabled; in iwl_mvm_get_sync_time()
1434 if (!ps_disabled) { in iwl_mvm_get_sync_time()
1435 mvm->ps_disabled = true; in iwl_mvm_get_sync_time()
1442 if (!ps_disabled) { in iwl_mvm_get_sync_time()
1443 mvm->ps_disabled = ps_disabled; in iwl_mvm_get_sync_time()
H A Dmac80211.c1095 mvm->ps_disabled = false; in iwl_mvm_restart_cleanup()
1409 mvmvif->ps_disabled = false; in iwl_mvm_post_channel_switch()
4173 mvmvif->ps_disabled = true; in __iwl_mvm_assign_vif_chanctx()
4271 mvmvif->ps_disabled = false; in __iwl_mvm_unassign_vif_chanctx()
4692 mvmvif->ps_disabled = true; in iwl_mvm_pre_channel_switch()
H A Dmvm.h353 * @ps_disabled: indicates that this interface requires PS to be disabled
386 bool ps_disabled; member
1062 u8 ps_disabled; /* u8 instead of bool to ease debugfs_create_* usage */ member
H A Ddebugfs.c2084 debugfs_create_u8("ps_disabled", 0400, mvm->debugfs_dir, in iwl_mvm_dbgfs_register()
2085 &mvm->ps_disabled); in iwl_mvm_dbgfs_register()
/kernel/linux/linux-6.6/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.c1059 mvm->ps_disabled = false; in iwl_mvm_restart_cleanup()
1409 mvmvif->ps_disabled = false; in iwl_mvm_post_channel_switch()
4856 mvmvif->ps_disabled = true; in __iwl_mvm_assign_vif_chanctx_common()
4983 mvmvif->ps_disabled = false; in __iwl_mvm_unassign_vif_chanctx_common()
5460 mvmvif->ps_disabled = true; in iwl_mvm_pre_channel_switch()
H A Dmvm.h362 * @ps_disabled: indicates that this interface requires PS to be disabled
385 bool ps_disabled; member
1096 u8 ps_disabled; /* u8 instead of bool to ease debugfs_create_* usage */ member
H A Ddebugfs.c2264 debugfs_create_u8("ps_disabled", 0400, mvm->debugfs_dir, in iwl_mvm_dbgfs_register()
2265 &mvm->ps_disabled); in iwl_mvm_dbgfs_register()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c1090 if (il->power_data.ps_disabled) in il_build_powertable_cmd()
5127 il->power_data.ps_disabled = !(conf->flags & IEEE80211_CONF_PS); in il_mac_config()
5128 if (!il->power_data.ps_disabled) in il_mac_config()
H A Dcommon.h1109 bool ps_disabled; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c1090 if (il->power_data.ps_disabled) in il_build_powertable_cmd()
5125 il->power_data.ps_disabled = !(conf->flags & IEEE80211_CONF_PS); in il_mac_config()
5126 if (!il->power_data.ps_disabled) in il_mac_config()
H A Dcommon.h1109 bool ps_disabled; member

Completed in 94 milliseconds