Home
last modified time | relevance | path

Searched refs:rte_is_same_ether_addr (Results 1 – 25 of 30) sorted by relevance

12

/dpdk/lib/gro/
H A Dgro_udp4.h179 return (rte_is_same_ether_addr(&k1.eth_saddr, &k2.eth_saddr) && in is_same_udp4_flow()
180 rte_is_same_ether_addr(&k1.eth_daddr, &k2.eth_daddr) && in is_same_udp4_flow()
H A Dgro_tcp4.h189 return (rte_is_same_ether_addr(&k1.eth_saddr, &k2.eth_saddr) && in is_same_tcp4_flow()
190 rte_is_same_ether_addr(&k1.eth_daddr, &k2.eth_daddr) && in is_same_tcp4_flow()
H A Dgro_vxlan_tcp4.c195 return (rte_is_same_ether_addr(&k1.outer_eth_saddr, in is_same_vxlan_tcp4_flow()
197 rte_is_same_ether_addr(&k1.outer_eth_daddr, in is_same_vxlan_tcp4_flow()
H A Dgro_vxlan_udp4.c192 return (rte_is_same_ether_addr(&k1.outer_eth_saddr, in is_same_vxlan_udp4_flow()
194 rte_is_same_ether_addr(&k1.outer_eth_daddr, in is_same_vxlan_udp4_flow()
/dpdk/drivers/net/bonding/
H A Drte_eth_bond_alb.c105 !rte_is_same_ether_addr(&client_info->cli_mac, in bond_mode_alb_arp_recv()
147 if (!rte_is_same_ether_addr(&bonding_mac, &arp->arp_data.arp_sha)) { in bond_mode_alb_arp_xmit()
H A Drte_eth_bond_8023ad.c325 rte_is_same_ether_addr(&agg->actor.system, in rx_machine()
717 rte_is_same_ether_addr(&agg->partner.system, in selection_logic()
818 rte_is_same_ether_addr(&partner->port_params.system, in rx_machine_update()
908 if (!rte_is_same_ether_addr(&port->actor.system, &slave_addr)) { in bond_mode_8023ad_periodic_cb()
1186 if (rte_is_same_ether_addr(&slave_addr, &slave->actor.system)) in bond_mode_8023ad_mac_address_update()
H A Drte_eth_bond_pmd.c346 !rte_is_same_ether_addr(bond_mac, in rx_burst_8023ad()
945 if (rte_is_same_ether_addr(&ether_hdr->src_addr, in bond_ethdev_tx_burst_tlb()
1456 if (rte_is_same_ether_addr(mac_addr, &null_mac_addr)) in slave_add_mac_addresses()
1485 if (rte_is_same_ether_addr(mac_addr, &null_mac_addr)) in slave_remove_mac_addresses()
/dpdk/drivers/net/hns3/
H A Dhns3_common.c358 if (rte_is_same_ether_addr(addr, &mc_addr_set[j])) { in hns3_set_mc_addr_chk_param()
376 if (rte_is_same_ether_addr(addr, in hns3_set_mc_addr_chk_param()
514 if (rte_is_same_ether_addr(addr, mc_addr)) { in hns3_find_duplicate_mc_addr()
H A Dhns3_ethdev_vf.c2040 ret = rte_is_same_ether_addr(&hw->data->mac_addrs[0], hw_mac); in hns3vf_check_default_mac_change()
/dpdk/lib/net/
H A Drte_ether.h81 static inline int rte_is_same_ether_addr(const struct rte_ether_addr *ea1, in rte_is_same_ether_addr() function
/dpdk/lib/ethdev/
H A Drte_class_eth.c57 if (rte_is_same_ether_addr(&mac, &data->mac_addrs[index])) in eth_mac_cmp()
/dpdk/drivers/net/vdev_netvsc/
H A Dvdev_netvsc.c388 if (!rte_is_same_ether_addr(eth_addr, &ctx->if_addr)) in vdev_netvsc_device_probe()
537 if (rte_is_same_ether_addr(eth_addr, &tmp)) in vdev_netvsc_netvsc_probe()
/dpdk/app/test/
H A Dtest_link_bonding_mode4.c257 TEST_ASSERT_EQUAL(rte_is_same_ether_addr(&addr, &addr_check), 1, in add_slave()
871 cnt[rte_is_same_ether_addr(&hdr->dst_addr, in test_mode4_rx()
919 eq_cnt += rte_is_same_ether_addr(&hdr->dst_addr, in test_mode4_rx()
H A Dtest_link_bonding.c4807 if (!rte_is_same_ether_addr(slave_mac1, in test_alb_change_mac_in_reply_sent()
4813 if (!rte_is_same_ether_addr(slave_mac2, in test_alb_change_mac_in_reply_sent()
4936 if (!rte_is_same_ether_addr(slave_mac1, in test_alb_reply_from_client()
4942 if (!rte_is_same_ether_addr(slave_mac2, in test_alb_reply_from_client()
/dpdk/drivers/net/enic/
H A Denic_ethdev.c723 if (rte_is_same_ether_addr(addr, &mc_addr_set[j])) in enicpmd_set_mc_addr_list()
737 if (rte_is_same_ether_addr(addr, &enic->mc_addrs[j])) in enicpmd_set_mc_addr_list()
/dpdk/drivers/net/mlx5/windows/
H A Dmlx5_os.c692 if (!rte_is_same_ether_addr(&lmac, mac)) { in mlx5_os_mac_addr_add()
/dpdk/drivers/net/netvsc/
H A Dhn_vf.c46 if (rte_is_same_ether_addr(mac, vf_mac)) in hn_vf_match()
H A Dhn_ethdev.c614 if (rte_is_same_ether_addr(&eth_addr, dev->data->mac_addrs)) { in netvsc_hotplug_retry()
/dpdk/drivers/net/sfc/
H A Dsfc_flow.c322 if (rte_is_same_ether_addr(&mask->dst, &supp_mask.dst)) { in sfc_flow_parse_eth()
347 if (rte_is_same_ether_addr(&mask->src, &supp_mask.src)) { in sfc_flow_parse_eth()
/dpdk/drivers/net/tap/
H A Drte_eth_tap.c1427 if (rte_is_same_ether_addr( in tap_mac_set()
1435 if (!rte_is_same_ether_addr( in tap_mac_set()
/dpdk/drivers/net/i40e/
H A Drte_pmd_i40e.c608 if (rte_is_same_ether_addr(mac_addr, &vf->mac_addr)) in rte_pmd_i40e_remove_vf_mac_addr()
2523 if (rte_is_same_ether_addr(mac, vf_mac)) in rte_pmd_i40e_query_vfid_by_mac()
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_nl.c807 if (rte_is_same_ether_addr(&macs[i], &mac_addrs[j])) in mlx5_nl_mac_addr_sync()
/dpdk/examples/vhost/
H A Dmain.c890 rte_is_same_ether_addr(mac, &vdev->mac_address)) in find_vhost_dev()
/dpdk/drivers/net/ice/
H A Dice_dcf_ethdev.c1019 if (rte_is_same_ether_addr(old_addr, mac_addr)) in dcf_dev_set_default_mac_addr()
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_ethdev.c2509 if (!rte_is_same_ether_addr(&phy_mac, &prime_mac)) { in populate_mac_addr()

12