Home
last modified time | relevance | path

Searched refs:vport_mac (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/sfc/
Def10_sriov.c264 ether_addr_copy(nic_data->vport_mac, net_dev->dev_addr); in efx_ef10_vswitching_probe_pf()
272 efx_ef10_vport_del_mac(efx, nic_data->vport_id, nic_data->vport_mac); in efx_ef10_vswitching_probe_pf()
273 eth_zero_addr(nic_data->vport_mac); in efx_ef10_vswitching_probe_pf()
338 if (!is_zero_ether_addr(nic_data->vport_mac)) { in efx_ef10_vswitching_remove_pf()
341 eth_zero_addr(nic_data->vport_mac); in efx_ef10_vswitching_remove_pf()
Dnic.h552 u8 vport_mac[ETH_ALEN]; member
Def10.c4101 if (is_zero_ether_addr(nic_data->vport_mac)) in efx_ef10_vport_set_mac_address()
4114 ether_addr_copy(mac_old, nic_data->vport_mac); in efx_ef10_vport_set_mac_address()
4116 nic_data->vport_mac); in efx_ef10_vport_set_mac_address()
4123 ether_addr_copy(nic_data->vport_mac, efx->net_dev->dev_addr); in efx_ef10_vport_set_mac_address()
4128 eth_zero_addr(nic_data->vport_mac); in efx_ef10_vport_set_mac_address()