Searched refs:dmac (Results 1 – 11 of 11) sorted by relevance
| /dpdk/drivers/net/cxgbe/ |
| H A D | l2t.c | 85 rte_memcpy(req->dst_mac, e->dmac, RTE_ETHER_ADDR_LEN); in write_l2e() 109 u8 port, u8 *dmac) in find_or_alloc_l2e() argument 120 if ((!memcmp(e->dmac, dmac, RTE_ETHER_ADDR_LEN)) && in find_or_alloc_l2e() 158 rte_memcpy(e->dmac, eth_addr, RTE_ETHER_ADDR_LEN); in t4_l2t_alloc_switching() 185 u8 port, u8 *dmac) in cxgbe_l2t_alloc_switching() argument 187 return t4_l2t_alloc_switching(dev, vlan, port, dmac); in cxgbe_l2t_alloc_switching()
|
| H A D | l2t.h | 31 u8 dmac[RTE_ETHER_ADDR_LEN]; /* destination MAC address */ member 54 u8 port, u8 *dmac);
|
| H A D | cxgbe_filter.h | 72 uint8_t dmac[6]; /* Destination MAC to match */ member 110 uint8_t dmac[RTE_ETHER_ADDR_LEN]; /* new destination MAC address */ member
|
| H A D | cxgbe_filter.c | 629 idx = cxgbe_mpstcam_alloc(pi, f->fs.val.dmac, f->fs.mask.dmac); in cxgbe_set_hash_filter() 647 f->fs.eport, f->fs.dmac); in cxgbe_set_hash_filter() 1086 idx = cxgbe_mpstcam_alloc(pi, f->fs.val.dmac, f->fs.mask.dmac); in cxgbe_set_filter() 1111 f->fs.eport, f->fs.dmac); in cxgbe_set_filter()
|
| H A D | cxgbe_flow.c | 201 dmac); in ch_rte_parsetype_eth() 843 memcpy(fs->dmac, mac->mac_addr, sizeof(fs->dmac)); in ch_rte_parse_atype_switch()
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_npc_priv.h | 115 uint64_t dmac : 1; member
|
| H A D | roc_npc_mcam.c | 247 kex_cap.bit.dmac = npc_is_kex_enabled(npc, NPC_LID_LA, NPC_LT_LA_ETHER, in npc_get_kex_capability()
|
| H A D | roc_mbox.h | 1777 unsigned char __io dmac[6]; member
|
| /dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_niccfg.h | 655 struct pa_u48_s dmac; /* dmac 48bit */ member
|
| /dpdk/doc/guides/faq/ |
| H A D | faq.rst | 160 When trying to send packets from an application to itself, meaning smac==dmac, using Intel(R) 82599…
|
| /dpdk/drivers/net/bnxt/ |
| H A D | hsi_struct_def_dpdk.h | 44835 uint16_t dmac[3]; member 45280 uint16_t dmac[3]; member
|