Searched refs:vf_mac (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_sriov.c | 881 unsigned char *vf_mac = adapter->vfinfo[vf].vf_mac_addresses; in ixgbe_vf_reset_msg() local 896 if (!is_zero_ether_addr(vf_mac)) in ixgbe_vf_reset_msg() 897 ixgbe_set_vf_mac(adapter, vf, vf_mac); in ixgbe_vf_reset_msg() 930 if (!is_zero_ether_addr(vf_mac) && adapter->vfinfo[vf].pf_set_mac) { in ixgbe_vf_reset_msg() 932 memcpy(addr, vf_mac, ETH_ALEN); in ixgbe_vf_reset_msg()
|
/linux/drivers/net/ethernet/cisco/enic/ |
H A D | enic.h | 84 u8 vf_mac[ETH_ALEN]; member
|
/linux/drivers/net/netdevsim/ |
H A D | netdevsim.h | 292 u8 vf_mac[ETH_ALEN]; member
|
H A D | netdev.c | 153 memcpy(nsim_dev->vfconfigs[vf].vf_mac, mac, ETH_ALEN); in nsim_set_vf_mac() 245 memcpy(&ivi->mac, nsim_dev->vfconfigs[vf].vf_mac, ETH_ALEN); in nsim_get_vf_config()
|
/linux/drivers/net/ethernet/intel/igb/ |
H A D | igb_main.c | 7621 unsigned char *vf_mac = adapter->vf_data[vf].vf_mac_addresses; in igb_vf_reset_event() local 7625 eth_zero_addr(vf_mac); in igb_vf_reset_event() 7634 unsigned char *vf_mac = adapter->vf_data[vf].vf_mac_addresses; in igb_vf_reset_msg() local 7642 igb_set_vf_mac(adapter, vf, vf_mac); in igb_vf_reset_msg() 7653 if (!is_zero_ether_addr(vf_mac)) { in igb_vf_reset_msg() 7655 memcpy(addr, vf_mac, ETH_ALEN); in igb_vf_reset_msg() 7905 igb_del_mac_filter(adapter, entry->vf_mac, vf); in igb_set_vf_mac_filter() 7921 ether_addr_copy(entry->vf_mac, addr); in igb_set_vf_mac_filter()
|
/linux/net/core/ |
H A D | rtnetlink.c | 1491 struct ifla_vf_mac vf_mac; in rtnl_fill_vfinfo() local 1520 vf_mac.vf = in rtnl_fill_vfinfo() 1532 memcpy(vf_mac.mac, ivi.mac, sizeof(ivi.mac)); in rtnl_fill_vfinfo() 1549 if (nla_put(skb, IFLA_VF_MAC, sizeof(vf_mac), &vf_mac) || in rtnl_fill_vfinfo()
|