Searched refs:vf_mac (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/drivers/net/e1000/ |
| H A D | igb_pf.c | 279 unsigned char *vf_mac = vfinfo[vf].vf_mac_addresses; in igb_vf_reset() local 286 hw->mac.ops.rar_set(hw, vf_mac, rar_entry); in igb_vf_reset() 293 rte_memcpy(new_mac, vf_mac, RTE_ETHER_ADDR_LEN); in igb_vf_reset()
|
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_pf.c | 426 unsigned char *vf_mac = vfinfo[vf].vf_mac_addresses; in txgbe_vf_reset() local 432 hw->mac.set_rar(hw, rar_entry, vf_mac, vf, true); in txgbe_vf_reset() 439 rte_memcpy(new_mac, vf_mac, RTE_ETHER_ADDR_LEN); in txgbe_vf_reset()
|
| /f-stack/dpdk/drivers/net/netvsc/ |
| H A D | hn_vf.c | 40 const struct rte_ether_addr *vf_mac = vf_dev->data->mac_addrs; in hn_vf_match() local 45 if (rte_is_same_ether_addr(mac, vf_mac)) in hn_vf_match()
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_pf.c | 443 unsigned char *vf_mac = vfinfo[vf].vf_mac_addresses; in ixgbe_vf_reset() local 449 hw->mac.ops.set_rar(hw, rar_entry, vf_mac, vf, IXGBE_RAH_AV); in ixgbe_vf_reset() 456 rte_memcpy(new_mac, vf_mac, RTE_ETHER_ADDR_LEN); in ixgbe_vf_reset()
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | rte_pmd_i40e.h | 933 const struct rte_ether_addr *vf_mac);
|
| H A D | rte_pmd_i40e.c | 2501 const struct rte_ether_addr *vf_mac) in rte_pmd_i40e_query_vfid_by_mac() argument 2523 if (rte_is_same_ether_addr(mac, vf_mac)) in rte_pmd_i40e_query_vfid_by_mac()
|
| /f-stack/dpdk/drivers/net/qede/ |
| H A D | qede_ethdev.c | 2520 uint8_t vf_mac[RTE_ETHER_ADDR_LEN]; in qede_common_dev_init() local 2687 vf_mac, in qede_common_dev_init() 2692 (struct rte_ether_addr *)&vf_mac, in qede_common_dev_init() 2706 mac_addr = (struct rte_ether_addr *)&vf_mac; in qede_common_dev_init()
|