Searched refs:n_matches (Results 1 – 11 of 11) sorted by relevance
2572 int i, n_matches, ret; in iwl_mvm_query_netdetect_reasons() local2602 n_matches = hweight_long(matched_profiles); in iwl_mvm_query_netdetect_reasons()2605 n_matches = 0; in iwl_mvm_query_netdetect_reasons()2608 net_detect = kzalloc_flex(*net_detect, matches, n_matches); in iwl_mvm_query_netdetect_reasons()2609 if (!net_detect || !n_matches) in iwl_mvm_query_netdetect_reasons()2611 net_detect->n_matches = n_matches; in iwl_mvm_query_netdetect_reasons()2612 n_matches = 0; in iwl_mvm_query_netdetect_reasons()2627 net_detect->matches[n_matches++] = match; in iwl_mvm_query_netdetect_reasons()2643 net_detect->n_matches = n_matches; in iwl_mvm_query_netdetect_reasons()2654 for (i = 0; i < net_detect->n_matches; i++) in iwl_mvm_query_netdetect_reasons()
1179 netdetect_info->matches[netdetect_info->n_matches] = match; in iwl_mld_set_netdetect_info()1180 netdetect_info->n_matches++; in iwl_mld_set_netdetect_info()1218 int n_matches; in iwl_mld_process_netdetect_res() local1251 n_matches = hweight_long(matched_profiles); in iwl_mld_process_netdetect_res()1252 netdetect_info = kzalloc_flex(*netdetect_info, matches, n_matches); in iwl_mld_process_netdetect_res()1262 for (int i = 0; i < netdetect_info->n_matches; i++) in iwl_mld_process_netdetect_res()
229 volatile size_t n_matches, n_matches_after_delete; in test_lpm_map() local241 n_matches = 0; in test_lpm_map()288 ++n_matches; in test_lpm_map()
51 nd_info.n_matches = 0; in rtw_wow_show_wakeup_reason()
136 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_unregister()
2179 adapter->nd_info->n_matches = scan_rsp->number_of_sets; in mwifiex_ret_802_11_scan()
3634 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_cfg80211_resume()
840 nd_info.n_matches = 0; in rtw89_wow_show_wakeup_reason()
3836 int n_matches; member3837 struct cfg80211_wowlan_nd_match *matches[] __counted_by(n_matches);
4076 cfg->wowl.nd_info->n_matches = 1; in brcmf_wowl_nd_results()
21398 for (i = 0; i < nd->n_matches; i++) { in cfg80211_net_detect_results()