Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dmain.c971 u64 mac_addr, old_mac_addr; in mwifiex_set_mac_address() local
973 old_mac_addr = ether_addr_to_u64(priv->curr_addr); in mwifiex_set_mac_address()
982 mac_addr = old_mac_addr; in mwifiex_set_mac_address()
1001 u64_to_ether_addr(old_mac_addr, priv->curr_addr); in mwifiex_set_mac_address()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c856 u8 *old_mac_addr = (u8 *)hdev->hw.mac.mac_addr; in hclgevf_set_mac_addr() local
867 ether_addr_copy(&send_msg.data[ETH_ALEN], old_mac_addr); in hclgevf_set_mac_addr()