/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | d3.c | 1962 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 D | test_lpm_map.c | 211 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 D | test_lpm_map.c | 211 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 D | d3.c | 2595 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 D | wow.c | 128 * 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 D | wow.c | 49 * 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 D | main.c | 149 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_unregister()
|
H A D | scan.c | 2208 adapter->nd_info->n_matches = scan_rsp->number_of_sets; in mwifiex_ret_802_11_scan()
|
H A D | cfg80211.c | 3563 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 D | main.c | 137 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_unregister()
|
H A D | scan.c | 2190 adapter->nd_info->n_matches = scan_rsp->number_of_sets; in mwifiex_ret_802_11_scan()
|
H A D | cfg80211.c | 3608 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_cfg80211_resume()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 3023 * @n_matches: Number of match information instances provided in 3030 int n_matches; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 3419 * @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 D | cfg80211.c | 3722 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 D | cfg80211.c | 4067 cfg->wowl.nd_info->n_matches = 1; in brcmf_wowl_nd_results()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 17386 for (i = 0; i < nd->n_matches; i++) { in cfg80211_net_detect_results()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 19734 for (i = 0; i < nd->n_matches; i++) { in cfg80211_net_detect_results()
|