Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c1262 u8 host_mac_addr[ETH_ALEN]; in hclgevf_get_mac_addr() local
1264 if (hclgevf_get_host_mac_addr(hdev, host_mac_addr)) in hclgevf_get_mac_addr()
1267 hdev->has_pf_mac = !is_zero_ether_addr(host_mac_addr); in hclgevf_get_mac_addr()
1269 ether_addr_copy(p, host_mac_addr); in hclgevf_get_mac_addr()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c839 u8 host_mac_addr[ETH_ALEN]; in hclgevf_get_mac_addr() local
841 if (hclgevf_get_host_mac_addr(hdev, host_mac_addr)) in hclgevf_get_mac_addr()
844 hdev->has_pf_mac = !is_zero_ether_addr(host_mac_addr); in hclgevf_get_mac_addr()
846 ether_addr_copy(p, host_mac_addr); in hclgevf_get_mac_addr()

Completed in 9 milliseconds