Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dscan.c111 if (iwl_mvm_is_adaptive_dwell_v2_supported(mvm)) in iwl_mvm_get_scan_req_umac_data()
128 if (iwl_mvm_is_adaptive_dwell_v2_supported(mvm)) in iwl_mvm_get_scan_req_umac_channel()
1333 if (!iwl_mvm_is_adaptive_dwell_v2_supported(mvm)) { in iwl_mvm_scan_umac_dwell()
2268 if (iwl_mvm_is_adaptive_dwell_v2_supported(mvm)) { in iwl_mvm_scan_umac()
3309 if (iwl_mvm_is_adaptive_dwell_v2_supported(mvm)) in iwl_mvm_scan_size()
H A Dmvm.h1345 static inline bool iwl_mvm_is_adaptive_dwell_v2_supported(struct iwl_mvm *mvm) in iwl_mvm_is_adaptive_dwell_v2_supported() function