Searched refs:vf_mac (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/netdevsim/ |
A D | netdev.c | 90 memcpy(nsim_dev->vfconfigs[vf].vf_mac, mac, ETH_ALEN); in nsim_set_vf_mac() 182 memcpy(&ivi->mac, nsim_dev->vfconfigs[vf].vf_mac, ETH_ALEN); in nsim_get_vf_config()
|
A D | netdevsim.h | 227 u8 vf_mac[ETH_ALEN]; member
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
A D | ixgbe_sriov.c | 827 unsigned char *vf_mac = adapter->vfinfo[vf].vf_mac_addresses; in ixgbe_vf_reset_msg() local 842 if (!is_zero_ether_addr(vf_mac)) in ixgbe_vf_reset_msg() 843 ixgbe_set_vf_mac(adapter, vf, vf_mac); in ixgbe_vf_reset_msg() 901 if (!is_zero_ether_addr(vf_mac) && adapter->vfinfo[vf].pf_set_mac) { in ixgbe_vf_reset_msg() 903 memcpy(addr, vf_mac, ETH_ALEN); in ixgbe_vf_reset_msg()
|
/linux/drivers/net/ethernet/cisco/enic/ |
A D | enic.h | 99 u8 vf_mac[ETH_ALEN]; member
|
A D | enic_main.c | 1084 memcpy(pp->vf_mac, mac, ETH_ALEN); in enic_set_vf_mac() 1140 if (!is_zero_ether_addr(prev_pp.vf_mac)) in enic_set_vf_port() 1141 memcpy(pp->mac_addr, prev_pp.vf_mac, ETH_ALEN); in enic_set_vf_port() 1183 eth_zero_addr(pp->vf_mac); in enic_set_vf_port()
|
/linux/drivers/net/ethernet/intel/igb/ |
A D | igb.h | 110 u8 vf_mac[ETH_ALEN]; member
|
A D | igb_main.c | 7388 unsigned char *vf_mac = adapter->vf_data[vf].vf_mac_addresses; in igb_vf_reset_event() local 7392 eth_zero_addr(vf_mac); in igb_vf_reset_event() 7401 unsigned char *vf_mac = adapter->vf_data[vf].vf_mac_addresses; in igb_vf_reset_msg() local 7409 igb_set_vf_mac(adapter, vf, vf_mac); in igb_vf_reset_msg() 7420 if (!is_zero_ether_addr(vf_mac)) { in igb_vf_reset_msg() 7422 memcpy(addr, vf_mac, ETH_ALEN); in igb_vf_reset_msg() 7673 igb_del_mac_filter(adapter, entry->vf_mac, vf); in igb_set_vf_mac_filter() 7688 ether_addr_copy(entry->vf_mac, addr); in igb_set_vf_mac_filter()
|
/linux/net/core/ |
A D | rtnetlink.c | 1229 struct ifla_vf_mac vf_mac; in rtnl_fill_vfinfo() local 1258 vf_mac.vf = in rtnl_fill_vfinfo() 1270 memcpy(vf_mac.mac, ivi.mac, sizeof(ivi.mac)); in rtnl_fill_vfinfo() 1287 if (nla_put(skb, IFLA_VF_MAC, sizeof(vf_mac), &vf_mac) || in rtnl_fill_vfinfo()
|
Completed in 50 milliseconds