Home
last modified time | relevance | path

Searched refs:rte_is_unicast_ether_addr (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/lib/librte_net/
H A Drte_ether.h121 static inline int rte_is_unicast_ether_addr(const struct rte_ether_addr *ea) in rte_is_unicast_ether_addr() function
201 return rte_is_unicast_ether_addr(ea) && (!rte_is_zero_ether_addr(ea)); in rte_is_valid_assigned_ether_addr()
/f-stack/dpdk/drivers/net/e1000/
H A Digb_pf.c309 if (rte_is_unicast_ether_addr((struct rte_ether_addr *)new_mac)) { in igb_vf_set_mac_addr()
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_flow.c321 if (rte_is_unicast_ether_addr(&spec->dst)) in sfc_flow_parse_eth()
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c345 ((rte_is_unicast_ether_addr(&hdr->d_addr) && in rx_burst_8023ad()
/f-stack/dpdk/drivers/net/ice/
H A Dice_ethdev.c797 if (!rte_is_unicast_ether_addr in ice_init_mac_address()