Home
last modified time | relevance | path

Searched refs:n_matches (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c2585 int i, n_matches, ret; in iwl_mvm_query_netdetect_reasons() local
2615 n_matches = hweight_long(matched_profiles); in iwl_mvm_query_netdetect_reasons()
2618 n_matches = 0; in iwl_mvm_query_netdetect_reasons()
2621 net_detect = kzalloc_flex(*net_detect, matches, n_matches); in iwl_mvm_query_netdetect_reasons()
2622 if (!net_detect || !n_matches) in iwl_mvm_query_netdetect_reasons()
2624 net_detect->n_matches = n_matches; in iwl_mvm_query_netdetect_reasons()
2625 n_matches = 0; in iwl_mvm_query_netdetect_reasons()
2640 net_detect->matches[n_matches++] = match; in iwl_mvm_query_netdetect_reasons()
2656 net_detect->n_matches = n_matches; in iwl_mvm_query_netdetect_reasons()
2667 for (i = 0; i < net_detect->n_matches; i++) in iwl_mvm_query_netdetect_reasons()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dd3.c1378 netdetect_info->matches[netdetect_info->n_matches] = match; in iwl_mld_set_netdetect_info()
1379 netdetect_info->n_matches++; in iwl_mld_set_netdetect_info()
1417 int n_matches; in iwl_mld_process_netdetect_res() local
1450 n_matches = hweight_long(matched_profiles); in iwl_mld_process_netdetect_res()
1451 netdetect_info = kzalloc_flex(*netdetect_info, matches, n_matches); in iwl_mld_process_netdetect_res()
1461 for (int i = 0; i < netdetect_info->n_matches; i++) in iwl_mld_process_netdetect_res()
/linux/tools/testing/selftests/bpf/map_tests/
H A Dlpm_trie_map_basic_ops.c229 volatile size_t n_matches, n_matches_after_delete; in test_lpm_map() local
241 n_matches = 0; in test_lpm_map()
288 ++n_matches; in test_lpm_map()
/linux/drivers/net/wireless/realtek/rtw88/
H A Dwow.c51 nd_info.n_matches = 0; in rtw_wow_show_wakeup_reason()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dmain.c105 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in nxpwifi_unregister()
H A Dscan.c1993 adapter->nd_info->n_matches = scan_rsp->number_of_sets; in nxpwifi_ret_802_11_scan()
H A Dcfg80211.c2943 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in nxpwifi_cfg80211_resume()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dmain.c136 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_unregister()
H A Dscan.c2179 adapter->nd_info->n_matches = scan_rsp->number_of_sets; in mwifiex_ret_802_11_scan()
H A Dcfg80211.c3634 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_cfg80211_resume()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dwow.c840 nd_info.n_matches = 0; in rtw89_wow_show_wakeup_reason()
/linux/include/net/
H A Dcfg80211.h3926 int n_matches; member
3927 struct cfg80211_wowlan_nd_match *matches[] __counted_by(n_matches);
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c4088 cfg->wowl.nd_info->n_matches = 1; in brcmf_wowl_nd_results()
/linux/net/wireless/
H A Dnl80211.c22907 for (i = 0; i < nd->n_matches; i++) { in cfg80211_net_detect_results()