Home
last modified time | relevance | path

Searched refs:vf_mac (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/e1000/
H A Digb_pf.c279 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 Dtxgbe_pf.c426 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 Dhn_vf.c40 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 Dixgbe_pf.c443 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 Drte_pmd_i40e.h933 const struct rte_ether_addr *vf_mac);
H A Drte_pmd_i40e.c2501 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 Dqede_ethdev.c2520 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()