Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sfc/
H A Def10_sriov.c287 ether_addr_copy(nic_data->vport_mac, net_dev->dev_addr); in efx_ef10_vswitching_probe_pf()
295 efx_ef10_vport_del_mac(efx, efx->vport_id, nic_data->vport_mac); in efx_ef10_vswitching_probe_pf()
296 eth_zero_addr(nic_data->vport_mac); in efx_ef10_vswitching_probe_pf()
359 if (!is_zero_ether_addr(nic_data->vport_mac)) { in efx_ef10_vswitching_remove_pf()
362 eth_zero_addr(nic_data->vport_mac); in efx_ef10_vswitching_remove_pf()
H A Dnic.h198 u8 vport_mac[ETH_ALEN]; member
H A Def10.c3248 if (is_zero_ether_addr(nic_data->vport_mac)) in efx_ef10_vport_set_mac_address()
3259 ether_addr_copy(mac_old, nic_data->vport_mac); in efx_ef10_vport_set_mac_address()
3261 nic_data->vport_mac); in efx_ef10_vport_set_mac_address()
3268 ether_addr_copy(nic_data->vport_mac, efx->net_dev->dev_addr); in efx_ef10_vport_set_mac_address()
3273 eth_zero_addr(nic_data->vport_mac); in efx_ef10_vport_set_mac_address()