Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/
Def10_sriov.c291 ether_addr_copy(nic_data->vport_mac, net_dev->dev_addr); in efx_ef10_vswitching_probe_pf()
299 efx_ef10_vport_del_mac(efx, nic_data->vport_id, nic_data->vport_mac); in efx_ef10_vswitching_probe_pf()
300 eth_zero_addr(nic_data->vport_mac); in efx_ef10_vswitching_probe_pf()
363 if (!is_zero_ether_addr(nic_data->vport_mac)) { in efx_ef10_vswitching_remove_pf()
366 eth_zero_addr(nic_data->vport_mac); in efx_ef10_vswitching_remove_pf()
Dnic.h434 u8 vport_mac[ETH_ALEN]; member
Def10.c5534 if (is_zero_ether_addr(nic_data->vport_mac)) in efx_ef10_vport_set_mac_address()
5547 ether_addr_copy(mac_old, nic_data->vport_mac); in efx_ef10_vport_set_mac_address()
5549 nic_data->vport_mac); in efx_ef10_vport_set_mac_address()
5556 ether_addr_copy(nic_data->vport_mac, efx->net_dev->dev_addr); in efx_ef10_vport_set_mac_address()
5561 eth_zero_addr(nic_data->vport_mac); in efx_ef10_vport_set_mac_address()