Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dd3.c1810 int i, n_matches, ret; in iwl_mvm_query_netdetect_reasons() local
1832 n_matches = hweight_long(matched_profiles); in iwl_mvm_query_netdetect_reasons()
1835 n_matches = 0; in iwl_mvm_query_netdetect_reasons()
1838 net_detect = kzalloc(struct_size(net_detect, matches, n_matches), in iwl_mvm_query_netdetect_reasons()
1840 if (!net_detect || !n_matches) in iwl_mvm_query_netdetect_reasons()
1854 net_detect->matches[net_detect->n_matches++] = match; in iwl_mvm_query_netdetect_reasons()
1879 for (i = 0; i < net_detect->n_matches; i++) in iwl_mvm_query_netdetect_reasons()
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_lpm_map.c211 size_t i, j, n_matches, n_matches_after_delete, n_nodes, n_lookups; in test_lpm_map() local
222 n_matches = 0; in test_lpm_map()
269 ++n_matches; in test_lpm_map()
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
Dmain.c147 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_unregister()
Dscan.c2210 adapter->nd_info->n_matches = scan_rsp->number_of_sets; in mwifiex_ret_802_11_scan()
Dcfg80211.c3577 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_cfg80211_resume()
/Linux-v5.4/include/net/
Dcfg80211.h2768 int n_matches; member
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.c3552 cfg->wowl.nd_info->n_matches = 1; in brcmf_wowl_nd_results()
/Linux-v5.4/net/wireless/
Dnl80211.c16520 for (i = 0; i < nd->n_matches; i++) { in cfg80211_net_detect_results()