Searched refs:n_matches (Results 1 – 10 of 10) sorted by relevance
3016 int i, n_matches, ret; in iwl_mvm_query_netdetect_reasons() local3046 n_matches = hweight_long(matched_profiles); in iwl_mvm_query_netdetect_reasons()3049 n_matches = 0; in iwl_mvm_query_netdetect_reasons()3052 net_detect = kzalloc(struct_size(net_detect, matches, n_matches), in iwl_mvm_query_netdetect_reasons()3054 if (!net_detect || !n_matches) in iwl_mvm_query_netdetect_reasons()3070 net_detect->matches[net_detect->n_matches++] = match; in iwl_mvm_query_netdetect_reasons()3095 for (i = 0; i < net_detect->n_matches; i++) in iwl_mvm_query_netdetect_reasons()
51 nd_info.n_matches = 0; in rtw_wow_show_wakeup_reason()
135 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_unregister()
2182 adapter->nd_info->n_matches = scan_rsp->number_of_sets; in mwifiex_ret_802_11_scan()
3637 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_cfg80211_resume()
786 nd_info.n_matches = 0; in rtw89_wow_show_wakeup_reason()
3603 int n_matches; member3604 struct cfg80211_wowlan_nd_match *matches[] __counted_by(n_matches);
4054 cfg->wowl.nd_info->n_matches = 1; in brcmf_wowl_nd_results()
19891 for (i = 0; i < nd->n_matches; i++) { in cfg80211_net_detect_results()