Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dd3.c1693 u32 matched_profiles; member
1729 results->matched_profiles = le32_to_cpu(query->matched_profiles); in iwl_mvm_netdetect_query_results()
1751 unsigned long matched_profiles; in iwl_mvm_query_netdetect_reasons() local
1768 if (ret || !query.matched_profiles) { in iwl_mvm_query_netdetect_reasons()
1773 matched_profiles = query.matched_profiles; in iwl_mvm_query_netdetect_reasons()
1775 n_matches = hweight_long(matched_profiles); in iwl_mvm_query_netdetect_reasons()
1787 for_each_set_bit(i, &matched_profiles, mvm->n_nd_match_sets) { in iwl_mvm_query_netdetect_reasons()
Dfw-api-scan.h696 __le32 matched_profiles; member