Searched refs:entry1 (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/netronome/nfp/flower/ |
D | conntrack.c | 79 static int nfp_ct_merge_check(struct nfp_fl_ct_flow_entry *entry1, in nfp_ct_merge_check() argument 82 unsigned int ovlp_keys = entry1->rule->match.dissector->used_keys & in nfp_ct_merge_check() 92 flow_rule_match_control(entry1->rule, &match1); in nfp_ct_merge_check() 102 flow_rule_match_basic(entry1->rule, &match1); in nfp_ct_merge_check() 112 flow_rule_match_ipv4_addrs(entry1->rule, &match1); in nfp_ct_merge_check() 122 flow_rule_match_ipv6_addrs(entry1->rule, &match1); in nfp_ct_merge_check() 132 flow_rule_match_ports(entry1->rule, &match1); in nfp_ct_merge_check() 142 flow_rule_match_eth_addrs(entry1->rule, &match1); in nfp_ct_merge_check() 152 flow_rule_match_vlan(entry1->rule, &match1); in nfp_ct_merge_check() 162 flow_rule_match_mpls(entry1->rule, &match1); in nfp_ct_merge_check() [all …]
|
/drivers/infiniband/hw/irdma/ |
D | uda.c | 184 static bool irdma_compare_mgs(struct irdma_mcast_grp_ctx_entry_info *entry1, in irdma_compare_mgs() argument 187 if (entry1->dest_port == entry2->dest_port && in irdma_compare_mgs() 188 entry1->qp_id == entry2->qp_id) in irdma_compare_mgs()
|
/drivers/pci/controller/cadence/ |
D | pcie-cadence-host.c | 378 struct resource_entry *entry1, *entry2; in cdns_pcie_host_dma_ranges_cmp() local 380 entry1 = container_of(a, struct resource_entry, node); in cdns_pcie_host_dma_ranges_cmp() 383 return resource_size(entry2->res) - resource_size(entry1->res); in cdns_pcie_host_dma_ranges_cmp()
|
/drivers/staging/media/ipu3/include/uapi/ |
D | intel-ipu3.h | 2390 __u32 entry1:6; member
|