Home
last modified time | relevance | path

Searched refs:n_matches (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c1962 int i, n_matches, ret; in iwl_mvm_query_netdetect_reasons() local
1984 n_matches = hweight_long(matched_profiles); in iwl_mvm_query_netdetect_reasons()
1987 n_matches = 0; in iwl_mvm_query_netdetect_reasons()
1990 net_detect = kzalloc(struct_size(net_detect, matches, n_matches), in iwl_mvm_query_netdetect_reasons()
1992 if (!net_detect || !n_matches) in iwl_mvm_query_netdetect_reasons()
2006 net_detect->matches[net_detect->n_matches++] = match; in iwl_mvm_query_netdetect_reasons()
2031 for (i = 0; i < net_detect->n_matches; i++) in iwl_mvm_query_netdetect_reasons()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A 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()
324 * n_nodes, n_lookups, n_matches, n_matches_after_delete); in test_lpm_map()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_lpm_map.c211 volatile size_t n_matches, n_matches_after_delete; in test_lpm_map() local
223 n_matches = 0; in test_lpm_map()
270 ++n_matches; in test_lpm_map()
325 * n_nodes, n_lookups, n_matches, n_matches_after_delete); in test_lpm_map()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c2595 int i, n_matches, ret; in iwl_mvm_query_netdetect_reasons() local
2625 n_matches = hweight_long(matched_profiles); in iwl_mvm_query_netdetect_reasons()
2628 n_matches = 0; in iwl_mvm_query_netdetect_reasons()
2631 net_detect = kzalloc(struct_size(net_detect, matches, n_matches), in iwl_mvm_query_netdetect_reasons()
2633 if (!net_detect || !n_matches) in iwl_mvm_query_netdetect_reasons()
2649 net_detect->matches[net_detect->n_matches++] = match; in iwl_mvm_query_netdetect_reasons()
2674 for (i = 0; i < net_detect->n_matches; i++) in iwl_mvm_query_netdetect_reasons()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dwow.c128 * Use 0 for n_matches based on its comment. in rtw89_wow_show_wakeup_reason()
130 nd_info.n_matches = 0; in rtw89_wow_show_wakeup_reason()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Dwow.c49 * Use 0 for n_matches based on its comment. in rtw_wow_show_wakeup_reason()
51 nd_info.n_matches = 0; in rtw_wow_show_wakeup_reason()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dmain.c149 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_unregister()
H A Dscan.c2208 adapter->nd_info->n_matches = scan_rsp->number_of_sets; in mwifiex_ret_802_11_scan()
H A Dcfg80211.c3563 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_cfg80211_resume()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dmain.c137 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_unregister()
H A Dscan.c2190 adapter->nd_info->n_matches = scan_rsp->number_of_sets; in mwifiex_ret_802_11_scan()
H A Dcfg80211.c3608 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_cfg80211_resume()
/kernel/linux/linux-5.10/include/net/
H A Dcfg80211.h3023 * @n_matches: Number of match information instances provided in
3030 int n_matches; member
/kernel/linux/linux-6.6/include/net/
H A Dcfg80211.h3419 * @n_matches: Number of match information instances provided in
3426 int n_matches; member
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c3722 cfg->wowl.nd_info->n_matches = 1; in brcmf_wowl_nd_results()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c4067 cfg->wowl.nd_info->n_matches = 1; in brcmf_wowl_nd_results()
/kernel/linux/linux-5.10/net/wireless/
H A Dnl80211.c17386 for (i = 0; i < nd->n_matches; i++) { in cfg80211_net_detect_results()
/kernel/linux/linux-6.6/net/wireless/
H A Dnl80211.c19734 for (i = 0; i < nd->n_matches; i++) { in cfg80211_net_detect_results()

Completed in 131 milliseconds