Home
last modified time | relevance | path

Searched refs:vf_mac_addr (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.c1382 unsigned char *vf_mac_addr = in ixgbe_ndo_set_vf_mac() local
1386 if (is_zero_ether_addr(vf_mac_addr)) in ixgbe_ndo_set_vf_mac()
1391 retval = ixgbe_del_mac_filter(adapter, vf_mac_addr, vf); in ixgbe_ndo_set_vf_mac()
1394 memcpy(vf_mac_addr, mac, ETH_ALEN); in ixgbe_ndo_set_vf_mac()
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h808 unsigned char vf_mac_addr[ETH_ALEN]; member
Dcxgb4_main.c2621 ether_addr_copy(adap->vfinfo[i].vf_mac_addr, macaddr); in fill_vf_station_mac_addr()
2644 ether_addr_copy(adap->vfinfo[vf].vf_mac_addr, mac); in cxgb_set_vf_mac()
2659 ether_addr_copy(ivi->mac, adap->vfinfo[vf].vf_mac_addr); in cxgb_get_vf_config()
/drivers/net/ethernet/intel/igb/
Digb_main.c8368 unsigned char *vf_mac_addr = adapter->vf_data[vf].vf_mac_addresses; in igb_set_vf_mac() local
8370 ether_addr_copy(vf_mac_addr, mac_addr); in igb_set_vf_mac()