Searched refs:old_mac (Results 1 – 8 of 8) sorted by relevance
| /drivers/net/ethernet/huawei/hinic3/ |
| A D | hinic3_nic_cfg.c | 180 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 D | hinic3_nic_cfg.h | 36 int hinic3_update_mac(struct hinic3_hwdev *hwdev, const u8 *old_mac,
|
| A D | hinic3_mgmt_interface.h | 54 u8 old_mac[ETH_ALEN]; member
|
| /drivers/net/ethernet/huawei/hinic/ |
| A D | hinic_sriov.h | 63 u8 old_mac[ETH_ALEN]; member
|
| A D | hinic_sriov.c | 535 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 D | rvu_npc_hash.c | 1395 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 D | ice_main.c | 6023 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 D | be_cmds.c | 3871 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