Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_sriov.c394 const u8 *vf_mac = wx->vfinfo[vf].vf_mac_addr; in wx_vf_reset_msg() local
405 if (!is_zero_ether_addr(vf_mac)) in wx_vf_reset_msg()
406 wx_set_vf_mac(wx, vf, vf_mac); in wx_vf_reset_msg()
428 if (!is_zero_ether_addr(vf_mac)) { in wx_vf_reset_msg()
430 memcpy(addr, vf_mac, ETH_ALEN); in wx_vf_reset_msg()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sriov.c885 unsigned char *vf_mac = adapter->vfinfo[vf].vf_mac_addresses; in ixgbe_vf_reset_msg() local
900 if (!is_zero_ether_addr(vf_mac)) in ixgbe_vf_reset_msg()
901 ixgbe_set_vf_mac(adapter, vf, vf_mac); in ixgbe_vf_reset_msg()
934 if (!is_zero_ether_addr(vf_mac) && adapter->vfinfo[vf].pf_set_mac) { in ixgbe_vf_reset_msg()
936 memcpy(addr, vf_mac, ETH_ALEN); in ixgbe_vf_reset_msg()
/linux/drivers/net/netdevsim/
H A Dnetdevsim.h302 u8 vf_mac[ETH_ALEN]; member
H A Dnetdev.c216 memcpy(nsim_dev->vfconfigs[vf].vf_mac, mac, ETH_ALEN); in nsim_set_vf_mac()
308 memcpy(&ivi->mac, nsim_dev->vfconfigs[vf].vf_mac, ETH_ALEN); in nsim_get_vf_config()
/linux/drivers/net/ethernet/cisco/enic/
H A Denic_main.c1114 memcpy(pp->vf_mac, mac, ETH_ALEN); in enic_set_vf_mac()
1182 if (!is_zero_ether_addr(prev_pp.vf_mac)) in enic_set_vf_port()
1183 memcpy(pp->mac_addr, prev_pp.vf_mac, ETH_ALEN); in enic_set_vf_port()
1225 eth_zero_addr(pp->vf_mac); in enic_set_vf_port()
/linux/net/core/
H A Drtnetlink.c1511 struct ifla_vf_mac vf_mac; in rtnl_fill_vfinfo() local
1540 vf_mac.vf = in rtnl_fill_vfinfo()
1552 memcpy(vf_mac.mac, ivi.mac, sizeof(ivi.mac)); in rtnl_fill_vfinfo()
1569 if (nla_put(skb, IFLA_VF_MAC, sizeof(vf_mac), &vf_mac) || in rtnl_fill_vfinfo()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c7668 unsigned char *vf_mac = adapter->vf_data[vf].vf_mac_addresses; in igb_vf_reset_event() local
7672 eth_zero_addr(vf_mac); in igb_vf_reset_event()
7681 unsigned char *vf_mac = adapter->vf_data[vf].vf_mac_addresses; in igb_vf_reset_msg() local
7689 igb_set_vf_mac(adapter, vf, vf_mac); in igb_vf_reset_msg()
7700 if (!is_zero_ether_addr(vf_mac)) { in igb_vf_reset_msg()
7702 memcpy(addr, vf_mac, ETH_ALEN); in igb_vf_reset_msg()
7952 igb_del_mac_filter(adapter, entry->vf_mac, vf); in igb_set_vf_mac_filter()
7968 ether_addr_copy(entry->vf_mac, addr); in igb_set_vf_mac_filter()