Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c5183 u8 mac_addr_temp[ETH_ALEN] = {0}; in hns3_init_phy()
5187 h->ae_algo->ops->get_mac_addr(h, mac_addr_temp); in hns3_init_phy()
5190 if (!is_valid_ether_addr(mac_addr_temp)) { in hns3_uninit_phy()
5195 } else if (!ether_addr_equal(netdev->dev_addr, mac_addr_temp)) { in hns3_uninit_phy()
5196 eth_hw_addr_set(netdev, mac_addr_temp); in hns3_uninit_phy()
5197 ether_addr_copy(netdev->perm_addr, mac_addr_temp);
5154 u8 mac_addr_temp[ETH_ALEN] = {0}; hns3_init_mac_addr() local