Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_sriov.c191 memcpy(&ivi->mac, vf->vf_mac_addr, ETH_ALEN); in bnxt_get_vf_config()
982 ether_addr_copy(vf->vf_mac_addr, req->dflt_mac_addr); in bnxt_vf_configure_mac()
1010 } else if (is_valid_ether_addr(vf->vf_mac_addr)) { in bnxt_vf_validate_set_mac()
1011 if (ether_addr_equal((const u8 *)req->l2_addr, vf->vf_mac_addr)) in bnxt_vf_validate_set_mac()
Dbnxt.h1049 u8 vf_mac_addr[ETH_ALEN]; /* VF assigned MAC address, only member
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.c1389 unsigned char *vf_mac_addr = in ixgbe_ndo_set_vf_mac() local
1393 if (is_zero_ether_addr(vf_mac_addr)) in ixgbe_ndo_set_vf_mac()
1398 retval = ixgbe_del_mac_filter(adapter, vf_mac_addr, vf); in ixgbe_ndo_set_vf_mac()
1401 memcpy(vf_mac_addr, mac, ETH_ALEN); in ixgbe_ndo_set_vf_mac()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h887 unsigned char vf_mac_addr[ETH_ALEN]; member
Dcxgb4_main.c2793 ether_addr_copy(adap->vfinfo[vf].vf_mac_addr, macaddr); in cxgb4_mgmt_fill_vf_station_mac_addr()
2815 ether_addr_copy(adap->vfinfo[vf].vf_mac_addr, mac); in cxgb4_mgmt_set_vf_mac()
2833 ether_addr_copy(ivi->mac, vfinfo->vf_mac_addr); in cxgb4_mgmt_get_vf_config()
/Linux-v5.4/drivers/net/ethernet/intel/igb/
Digb_main.c9136 unsigned char *vf_mac_addr = adapter->vf_data[vf].vf_mac_addresses; in igb_set_vf_mac() local
9138 ether_addr_copy(vf_mac_addr, mac_addr); in igb_set_vf_mac()