Searched refs:n_matches (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/marvell/prestera/ |
| D | prestera_acl.c | 31 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()
|
| D | prestera_hw.c | 354 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/ |
| 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.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | d3.c | 2172 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/ |
| D | wow.c | 51 nd_info.n_matches = 0; in rtw_wow_show_wakeup_reason()
|
| /Linux-v5.15/drivers/net/wireless/marvell/mwifiex/ |
| D | main.c | 149 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_unregister()
|
| D | scan.c | 2207 adapter->nd_info->n_matches = scan_rsp->number_of_sets; in mwifiex_ret_802_11_scan()
|
| D | cfg80211.c | 3585 for (i = 0 ; i < adapter->nd_info->n_matches ; i++) in mwifiex_cfg80211_resume()
|
| /Linux-v5.15/include/net/ |
| D | cfg80211.h | 3111 int n_matches; member
|
| /Linux-v5.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | cfg80211.c | 3731 cfg->wowl.nd_info->n_matches = 1; in brcmf_wowl_nd_results()
|
| /Linux-v5.15/net/wireless/ |
| D | nl80211.c | 17789 for (i = 0; i < nd->n_matches; i++) { in cfg80211_net_detect_results()
|