Home
last modified time | relevance | path

Searched refs:matched_profiles (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c1844 u32 matched_profiles; member
1887 results->matched_profiles = le32_to_cpu(query->matched_profiles); in iwl_mvm_netdetect_query_results()
1960 unsigned long matched_profiles; in iwl_mvm_query_netdetect_reasons() local
1977 if (ret || !query.matched_profiles) { in iwl_mvm_query_netdetect_reasons()
1982 matched_profiles = query.matched_profiles; in iwl_mvm_query_netdetect_reasons()
1984 n_matches = hweight_long(matched_profiles); in iwl_mvm_query_netdetect_reasons()
1995 for_each_set_bit(i, &matched_profiles, mvm->n_nd_match_sets) { in iwl_mvm_query_netdetect_reasons()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c2451 u32 matched_profiles; member
2494 results->matched_profiles = le32_to_cpu(query->matched_profiles); in iwl_mvm_netdetect_query_results()
2593 unsigned long matched_profiles; in iwl_mvm_query_netdetect_reasons() local
2618 if (ret || !d3_data->nd_results->matched_profiles) { in iwl_mvm_query_netdetect_reasons()
2623 matched_profiles = d3_data->nd_results->matched_profiles; in iwl_mvm_query_netdetect_reasons()
2625 n_matches = hweight_long(matched_profiles); in iwl_mvm_query_netdetect_reasons()
2636 for_each_set_bit(i, &matched_profiles, mvm->n_nd_match_sets) { in iwl_mvm_query_netdetect_reasons()
2862 results->matched_profiles in iwl_mvm_nd_match_info_handler()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dscan.h1145 * @matched_profiles: bitmap of matched profiles, referencing the
1157 __le32 matched_profiles; member
1189 * @matched_profiles: bitmap of matched profiles, referencing the
1201 __le32 matched_profiles; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dscan.h1170 * @matched_profiles: bitmap of matched profiles, referencing the
1182 __le32 matched_profiles; member
1214 * @matched_profiles: bitmap of matched profiles, referencing the
1226 __le32 matched_profiles; member

Completed in 12 milliseconds