Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/marvell/prestera/
Dprestera_acl.c31 u8 n_matches; member
266 rule->n_matches++; in prestera_acl_rule_match_add()
272 return rule->n_matches; in prestera_acl_rule_match_len()
Dprestera_hw.c354 u8 n_matches; member
975 u8 n_matches; in prestera_hw_acl_rule_add() local
981 n_matches = prestera_acl_rule_match_len(rule); in prestera_hw_acl_rule_add()
984 sizeof(*matches) * n_matches; in prestera_hw_acl_rule_add()
1007 req->n_matches = prestera_acl_rule_match_len(rule); in prestera_hw_acl_rule_add()
/Linux-v5.15/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.15/drivers/net/wireless/intel/iwlwifi/mvm/
Dd3.c2172 int i, n_matches, ret; in iwl_mvm_query_netdetect_reasons() local
2194 n_matches = hweight_long(matched_profiles); in iwl_mvm_query_netdetect_reasons()
2197 n_matches = 0; in iwl_mvm_query_netdetect_reasons()
2200 net_detect = kzalloc(struct_size(net_detect, matches, n_matches), in iwl_mvm_query_netdetect_reasons()
2202 if (!net_detect || !n_matches) in iwl_mvm_query_netdetect_reasons()
2216 net_detect->matches[net_detect->n_matches++] = match; in iwl_mvm_query_netdetect_reasons()
2241 for (i = 0; i < net_detect->n_matches; i++) in iwl_mvm_query_netdetect_reasons()
/Linux-v5.15/drivers/net/wireless/realtek/rtw88/
Dwow.c51 nd_info.n_matches = 0; in rtw_wow_show_wakeup_reason()
/Linux-v5.15/drivers/net/wireless/marvell/mwifiex/
Dmain.c149 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_unregister()
Dscan.c2207 adapter->nd_info->n_matches = scan_rsp->number_of_sets; in mwifiex_ret_802_11_scan()
Dcfg80211.c3585 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_cfg80211_resume()
/Linux-v5.15/include/net/
Dcfg80211.h3111 int n_matches; member
/Linux-v5.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.c3731 cfg->wowl.nd_info->n_matches = 1; in brcmf_wowl_nd_results()
/Linux-v5.15/net/wireless/
Dnl80211.c17789 for (i = 0; i < nd->n_matches; i++) { in cfg80211_net_detect_results()