Searched refs:efx_ef10_vport_add_mac (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | ef10_sriov.h | 68 int efx_ef10_vport_add_mac(struct efx_nic *efx,
|
D | ef10_sriov.c | 175 rc = efx_ef10_vport_add_mac(efx, vf->vport_id, vf->mac); in efx_ef10_sriov_assign_vf_vport() 261 rc = efx_ef10_vport_add_mac(efx, nic_data->vport_id, net_dev->dev_addr); in efx_ef10_vswitching_probe_pf() 499 rc = efx_ef10_vport_add_mac(efx, vf->vport_id, mac); in efx_ef10_sriov_set_vf_mac() 605 rc2 = efx_ef10_vport_add_mac(efx, vf->vport_id, vf->mac); in efx_ef10_sriov_set_vf_vlan()
|
D | ef10.c | 725 int efx_ef10_vport_add_mac(struct efx_nic *efx, in efx_ef10_vport_add_mac() function 4120 rc = efx_ef10_vport_add_mac(efx, nic_data->vport_id, in efx_ef10_vport_set_mac_address() 4125 rc2 = efx_ef10_vport_add_mac(efx, nic_data->vport_id, mac_old); in efx_ef10_vport_set_mac_address()
|