Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_sriov.c158 memcpy(&ivi->mac, vf->vf_mac_addr, ETH_ALEN); in bnxt_get_vf_config()
934 ether_addr_copy(vf->vf_mac_addr, req->dflt_mac_addr); in bnxt_vf_configure_mac()
962 } else if (is_valid_ether_addr(vf->vf_mac_addr)) { in bnxt_vf_validate_set_mac()
963 if (ether_addr_equal((const u8 *)req->l2_addr, vf->vf_mac_addr)) in bnxt_vf_validate_set_mac()
Dbnxt.h831 u8 vf_mac_addr[ETH_ALEN]; /* VF assigned MAC address, only member
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.c1363 unsigned char *vf_mac_addr = in ixgbe_ndo_set_vf_mac() local
1367 if (is_zero_ether_addr(vf_mac_addr)) in ixgbe_ndo_set_vf_mac()
1372 retval = ixgbe_del_mac_filter(adapter, vf_mac_addr, vf); in ixgbe_ndo_set_vf_mac()
1375 memcpy(vf_mac_addr, mac, ETH_ALEN); in ixgbe_ndo_set_vf_mac()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h861 unsigned char vf_mac_addr[ETH_ALEN]; member
Dcxgb4_main.c2674 ether_addr_copy(adap->vfinfo[vf].vf_mac_addr, macaddr); in cxgb4_mgmt_fill_vf_station_mac_addr()
2696 ether_addr_copy(adap->vfinfo[vf].vf_mac_addr, mac); in cxgb4_mgmt_set_vf_mac()
2714 ether_addr_copy(ivi->mac, vfinfo->vf_mac_addr); in cxgb4_mgmt_get_vf_config()
/Linux-v4.19/drivers/net/ethernet/intel/igb/
Digb_main.c9210 unsigned char *vf_mac_addr = adapter->vf_data[vf].vf_mac_addresses; in igb_set_vf_mac() local
9212 ether_addr_copy(vf_mac_addr, mac_addr); in igb_set_vf_mac()