Searched refs:n_matches (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | d3.c | 1810 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/ |
| 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()
|
| /Linux-v5.4/drivers/net/wireless/marvell/mwifiex/ |
| D | main.c | 147 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_unregister()
|
| D | scan.c | 2210 adapter->nd_info->n_matches = scan_rsp->number_of_sets; in mwifiex_ret_802_11_scan()
|
| D | cfg80211.c | 3577 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_cfg80211_resume()
|
| /Linux-v5.4/include/net/ |
| D | cfg80211.h | 2768 int n_matches; member
|
| /Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | cfg80211.c | 3552 cfg->wowl.nd_info->n_matches = 1; in brcmf_wowl_nd_results()
|
| /Linux-v5.4/net/wireless/ |
| D | nl80211.c | 16520 for (i = 0; i < nd->n_matches; i++) { in cfg80211_net_detect_results()
|