Home
last modified time | relevance | path

Searched refs:iwl_mvm_is_adaptive_dwell_supported (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/
Dscan.c110 if (iwl_mvm_is_adaptive_dwell_supported(mvm)) in iwl_mvm_get_scan_req_umac_data()
127 if (iwl_mvm_is_adaptive_dwell_supported(mvm)) in iwl_mvm_get_scan_req_umac_channel()
1287 if (iwl_mvm_is_adaptive_dwell_supported(mvm)) { in iwl_mvm_scan_umac_dwell()
2129 if (iwl_mvm_is_adaptive_dwell_supported(mvm) && IWL_MVM_ADWELL_ENABLE) in iwl_mvm_scan_umac_flags()
2140 !iwl_mvm_is_adaptive_dwell_supported(mvm) && in iwl_mvm_scan_umac_flags()
2155 !WARN_ON_ONCE(!iwl_mvm_is_adaptive_dwell_supported(mvm))) in iwl_mvm_scan_umac_flags()
3120 else if (iwl_mvm_is_adaptive_dwell_supported(mvm)) in iwl_mvm_scan_size()
Dmvm.h1225 static inline bool iwl_mvm_is_adaptive_dwell_supported(struct iwl_mvm *mvm) in iwl_mvm_is_adaptive_dwell_supported() function