Home
last modified time | relevance | path

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

/drivers/net/ethernet/huawei/hinic3/
A Dhinic3_nic_cfg.c180 int hinic3_update_mac(struct hinic3_hwdev *hwdev, const u8 *old_mac, in hinic3_update_mac() argument
195 ether_addr_copy(mac_info.old_mac, old_mac); in hinic3_update_mac()
A Dhinic3_nic_cfg.h36 int hinic3_update_mac(struct hinic3_hwdev *hwdev, const u8 *old_mac,
A Dhinic3_mgmt_interface.h54 u8 old_mac[ETH_ALEN]; member
/drivers/net/ethernet/huawei/hinic/
A Dhinic_sriov.h63 u8 old_mac[ETH_ALEN]; member
A Dhinic_sriov.c535 static int hinic_update_mac(struct hinic_hwdev *hwdev, u8 *old_mac, in hinic_update_mac() argument
542 if (!hwdev || !old_mac || !new_mac) in hinic_update_mac()
553 memcpy(mac_info.old_mac, old_mac, ETH_ALEN); in hinic_update_mac()
/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_npc_hash.c1395 u8 *old_mac, u8 *new_mac, u32 *seq_id) in rvu_npc_exact_update_table_entry() argument
1413 __func__, cgx_id, lmac_id, old_mac); in rvu_npc_exact_update_table_entry()
1449 __func__, old_mac, new_mac); in rvu_npc_exact_update_table_entry()
1601 u8 old_mac[ETH_ALEN]; in rvu_npc_exact_mac_addr_update() local
1626 ether_addr_copy(old_mac, entry->mac); in rvu_npc_exact_mac_addr_update()
1631 rc = rvu_npc_exact_update_table_entry(rvu, cgx_id, lmac_id, old_mac, in rvu_npc_exact_mac_addr_update()
/drivers/net/ethernet/intel/ice/
A Dice_main.c6023 u8 old_mac[ETH_ALEN]; in ice_set_mac_address() local
6047 ether_addr_copy(old_mac, netdev->dev_addr); in ice_set_mac_address()
6053 err = ice_fltr_remove_mac(vsi, old_mac, ICE_FWD_TO_VSI); in ice_set_mac_address()
6080 eth_hw_addr_set(netdev, old_mac); in ice_set_mac_address()
/drivers/net/ethernet/emulex/benet/
A Dbe_cmds.c3871 u8 old_mac[ETH_ALEN]; in be_cmd_set_mac() local
3875 status = be_cmd_get_mac_from_list(adapter, old_mac, &active_mac, in be_cmd_set_mac()

Completed in 35 milliseconds