Home
last modified time | relevance | path

Searched refs:rte_is_broadcast_ether_addr (Results 1 – 16 of 16) sorted by relevance

/f-stack/dpdk/lib/librte_net/
H A Drte_ether.h151 static inline int rte_is_broadcast_ether_addr(const struct rte_ether_addr *ea) in rte_is_broadcast_ether_addr() function
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_alb.c163 if (!rte_is_broadcast_ether_addr( in bond_mode_alb_arp_xmit()
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_flow.c203 !rte_is_broadcast_ether_addr(&eth_mask->src)) || in bnxt_validate_and_parse_flow_type()
205 !rte_is_broadcast_ether_addr(&eth_mask->dst))) { in bnxt_validate_and_parse_flow_type()
224 if (rte_is_broadcast_ether_addr(&eth_mask->dst)) { in bnxt_validate_and_parse_flow_type()
248 if (rte_is_broadcast_ether_addr(&eth_mask->src)) { in bnxt_validate_and_parse_flow_type()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_flow.c2082 !rte_is_broadcast_ether_addr(&eth_mask->dst))) { in i40e_flow_parse_ethertype_pattern()
2101 if (rte_is_broadcast_ether_addr(&eth_mask->dst)) { in i40e_flow_parse_ethertype_pattern()
2499 if (rte_is_broadcast_ether_addr(&eth_mask->dst) && in i40e_flow_parse_fdir_pattern()
2505 rte_is_broadcast_ether_addr(&eth_mask->src)) { in i40e_flow_parse_fdir_pattern()
2509 } else if (rte_is_broadcast_ether_addr(&eth_mask->dst) && in i40e_flow_parse_fdir_pattern()
2510 rte_is_broadcast_ether_addr(&eth_mask->src)) { in i40e_flow_parse_fdir_pattern()
3696 if (!rte_is_broadcast_ether_addr(&eth_mask->dst) || in i40e_flow_parse_vxlan_pattern()
3926 if (!rte_is_broadcast_ether_addr(&eth_mask->dst) || in i40e_flow_parse_nvgre_pattern()
/f-stack/dpdk/drivers/net/ice/
H A Dice_acl_filter.c667 if (rte_is_broadcast_ether_addr(&eth_mask->src) || in ice_acl_parse_pattern()
668 rte_is_broadcast_ether_addr(&eth_mask->dst)) { in ice_acl_parse_pattern()
/f-stack/dpdk/drivers/net/e1000/
H A Digb_flow.c560 !rte_is_broadcast_ether_addr(&eth_mask->dst))) { in cons_parse_ethertype_filter()
577 if (rte_is_broadcast_ether_addr(&eth_mask->dst)) { in cons_parse_ethertype_filter()
/f-stack/dpdk/drivers/net/enic/
H A Denic_ethdev.c702 rte_is_broadcast_ether_addr(addr)) { in enicpmd_set_mc_addr_list()
/f-stack/dpdk/examples/vhost/
H A Dmain.c977 if (unlikely(rte_is_broadcast_ether_addr(&nh->d_addr))) { in virtio_tx_route()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_flow.c749 !rte_is_broadcast_ether_addr(&eth_mask->dst))) { in cons_parse_ethertype_filter()
766 if (rte_is_broadcast_ether_addr(&eth_mask->dst)) { in cons_parse_ethertype_filter()
/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_flow.c315 !rte_is_broadcast_ether_addr(&eth_mask->dst))) { in cons_parse_ethertype_filter()
331 if (rte_is_broadcast_ether_addr(&eth_mask->dst)) { in cons_parse_ethertype_filter()
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c132 if (rte_is_broadcast_ether_addr(ea)) in hn_update_packet_stats()
/f-stack/dpdk/drivers/net/vhost/
H A Drte_eth_vhost.c329 if (rte_is_broadcast_ether_addr(ea)) in vhost_count_xcast_packets()
/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_rte_parser.c634 rte_is_broadcast_ether_addr(eth_addr)) { in ulp_rte_parser_is_bcmc_addr()
/f-stack/dpdk/drivers/net/avp/
H A Davp_ethdev.c1213 if (likely(rte_is_broadcast_ether_addr(&eth->d_addr))) { in _avp_mac_filter()
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_rxtx.c119 if (rte_is_broadcast_ether_addr(ea)) in virtio_update_packet_stats()
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c2233 if (rte_is_broadcast_ether_addr(&eh->d_addr)) in bnx2x_tx_encap()