Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c2994 int i, n_matches, ret; in iwl_mvm_query_netdetect_reasons() local
3024 n_matches = hweight_long(matched_profiles); in iwl_mvm_query_netdetect_reasons()
3027 n_matches = 0; in iwl_mvm_query_netdetect_reasons()
3030 net_detect = kzalloc(struct_size(net_detect, matches, n_matches), in iwl_mvm_query_netdetect_reasons()
3032 if (!net_detect || !n_matches) in iwl_mvm_query_netdetect_reasons()
3034 net_detect->n_matches = n_matches; in iwl_mvm_query_netdetect_reasons()
3035 n_matches = 0; in iwl_mvm_query_netdetect_reasons()
3051 net_detect->matches[n_matches++] = match; in iwl_mvm_query_netdetect_reasons()
3067 net_detect->n_matches = n_matches; in iwl_mvm_query_netdetect_reasons()
3078 for (i = 0; i < net_detect->n_matches; i++) in iwl_mvm_query_netdetect_reasons()
/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/marvell/mwifiex/
H A Dmain.c135 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_unregister()
H A Dscan.c2182 adapter->nd_info->n_matches = scan_rsp->number_of_sets; in mwifiex_ret_802_11_scan()
/linux/net/wireless/
H A Dnl80211.c20005 for (i = 0; i < nd->n_matches; i++) { in cfg80211_net_detect_results()