Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/
Def10_sriov.c294 ether_addr_copy(nic_data->vport_mac, net_dev->dev_addr); in efx_ef10_vswitching_probe_pf()
302 efx_ef10_vport_del_mac(efx, nic_data->vport_id, nic_data->vport_mac); in efx_ef10_vswitching_probe_pf()
303 eth_zero_addr(nic_data->vport_mac); in efx_ef10_vswitching_probe_pf()
366 if (!is_zero_ether_addr(nic_data->vport_mac)) { in efx_ef10_vswitching_remove_pf()
369 eth_zero_addr(nic_data->vport_mac); in efx_ef10_vswitching_remove_pf()
Dnic.h437 u8 vport_mac[ETH_ALEN]; member
Def10.c5537 if (is_zero_ether_addr(nic_data->vport_mac)) in efx_ef10_vport_set_mac_address()
5550 ether_addr_copy(mac_old, nic_data->vport_mac); in efx_ef10_vport_set_mac_address()
5552 nic_data->vport_mac); in efx_ef10_vport_set_mac_address()
5559 ether_addr_copy(nic_data->vport_mac, efx->net_dev->dev_addr); in efx_ef10_vport_set_mac_address()
5564 eth_zero_addr(nic_data->vport_mac); in efx_ef10_vport_set_mac_address()