Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c840 u8 host_mac_addr[ETH_ALEN]; in hclgevf_get_mac_addr() local
842 if (hclgevf_get_host_mac_addr(hdev, host_mac_addr)) in hclgevf_get_mac_addr()
845 hdev->has_pf_mac = !is_zero_ether_addr(host_mac_addr); in hclgevf_get_mac_addr()
847 ether_addr_copy(p, host_mac_addr); in hclgevf_get_mac_addr()