Searched refs:smac (Results 1 – 10 of 10) sorted by relevance
| /f-stack/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 | 836 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()
|
| /f-stack/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…
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-agl-defs.h | 3363 uint64_t smac : 48; /**< The SMAC field is used for generating and member 3366 uint64_t smac : 48;
|
| H A D | cvmx-gmxx-defs.h | 7717 uint64_t smac : 48; /**< The SMAC field is used for generating and member 7720 uint64_t smac : 48;
|
| /f-stack/dpdk/drivers/common/octeontx2/ |
| H A D | otx2_mbox.h | 1492 unsigned char __otx2_io smac[6]; member
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | hsi_struct_def_dpdk.h | 36340 uint16_t smac[3]; member 36764 uint16_t smac[3]; member
|