Home
last modified time | relevance | path

Searched refs:dest_portid (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/examples/l2fwd/
H A Dmain.c164 l2fwd_mac_updating(struct rte_mbuf *m, unsigned dest_portid) in l2fwd_mac_updating() argument
173 *((uint64_t *)tmp) = 0x000000000002 + ((uint64_t)dest_portid << 40); in l2fwd_mac_updating()
176 rte_ether_addr_copy(&l2fwd_ports_eth_addr[dest_portid], &eth->s_addr); in l2fwd_mac_updating()
/f-stack/dpdk/examples/ioat/
H A Dioatfwd.c313 update_mac_addrs(struct rte_mbuf *m, uint32_t dest_portid) in update_mac_addrs() argument
324 *((uint64_t *)tmp) = 0x000000000002 + ((uint64_t)dest_portid << 40); in update_mac_addrs()
327 rte_ether_addr_copy(&ioat_ports_eth_addr[dest_portid], &eth->s_addr); in update_mac_addrs()
/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c599 l2fwd_mac_updating(struct rte_mbuf *m, uint16_t dest_portid) in l2fwd_mac_updating() argument
608 *((uint64_t *)tmp) = 0x000000000002 + ((uint64_t)dest_portid << 40); in l2fwd_mac_updating()
611 rte_ether_addr_copy(&l2fwd_ports_eth_addr[dest_portid], &eth->s_addr); in l2fwd_mac_updating()