Searched refs:smac (Results 1 – 8 of 8) sorted by relevance
| /dpdk/drivers/net/cxgbe/ |
| H A D | smt.c | 117 static struct smt_entry *find_or_alloc_smte(struct smt_data *s, u8 *smac) in find_or_alloc_smte() argument 130 if (!memcmp(e->src_mac, smac, in find_or_alloc_smte() 148 u16 pfvf, u8 *smac) in t4_smt_alloc_switching() argument 156 e = find_or_alloc_smte(s, smac); in t4_smt_alloc_switching() 161 rte_memcpy(e->src_mac, smac, RTE_ETHER_ADDR_LEN); in t4_smt_alloc_switching() 191 struct smt_entry *cxgbe_smt_alloc_switching(struct rte_eth_dev *dev, u8 *smac) in cxgbe_smt_alloc_switching() argument 193 return t4_smt_alloc_switching(dev, 0x0, smac); in cxgbe_smt_alloc_switching()
|
| H A D | smt.h | 41 struct smt_entry *cxgbe_smt_alloc_switching(struct rte_eth_dev *dev, u8 *smac);
|
| H A D | cxgbe_filter.h | 109 uint8_t smac[RTE_ETHER_ADDR_LEN]; /* new source MAC address */ member
|
| H A D | cxgbe_flow.c | 831 memcpy(fs->smac, mac->mac_addr, sizeof(fs->smac)); in ch_rte_parse_atype_switch()
|
| H A D | cxgbe_filter.c | 658 f->smt = cxgbe_smt_alloc_switching(f->dev, f->fs.smac); in cxgbe_set_hash_filter() 1122 f->smt = cxgbe_smt_alloc_switching(f->dev, f->fs.smac); in cxgbe_set_filter()
|
| /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/common/cnxk/ |
| H A D | roc_mbox.h | 1778 unsigned char __io smac[6]; member
|
| /dpdk/drivers/net/bnxt/ |
| H A D | hsi_struct_def_dpdk.h | 44839 uint16_t smac[3]; member 45283 uint16_t smac[3]; member
|