Searched refs:old_mac (Results 1 – 9 of 9) sorted by relevance
/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | update_ra_gw.sh |
|
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-net-common/ |
H A D | gbmc-ra.sh | 28 old_mac=invalid 128 if [[ "$rtr" != "$old_rtr" && "$mac" != "$old_mac" ]]; then 132 old_mac="$mac"
|
/openbmc/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_sriov.h | 63 u8 old_mac[ETH_ALEN]; member
|
H 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()
|
/openbmc/linux/arch/mips/cavium-octeon/ |
H A D | octeon-platform.c | 567 const u8 *old_mac; in octeon_fdt_set_mac_addr() local 573 old_mac = fdt_getprop(initial_boot_params, n, "local-mac-address", in octeon_fdt_set_mac_addr() 575 if (!old_mac || old_len != 6 || is_valid_ether_addr(old_mac)) in octeon_fdt_set_mac_addr()
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H 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()
|
/openbmc/linux/include/linux/ |
H A D | skbuff.h | 2958 const unsigned char *old_mac = skb_mac_header(skb); in skb_mac_header_rebuild() local 2961 memmove(skb_mac_header(skb), old_mac, skb->mac_len); in skb_mac_header_rebuild() 2972 const unsigned char *old_mac = skb_mac_header(skb); in skb_mac_header_rebuild_full() local 2975 memmove(skb_mac_header(skb), old_mac, full_mac_len); in skb_mac_header_rebuild_full()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_main.c | 5729 u8 old_mac[ETH_ALEN]; in ice_set_mac_address() local 5753 ether_addr_copy(old_mac, netdev->dev_addr); in ice_set_mac_address() 5759 err = ice_fltr_remove_mac(vsi, old_mac, ICE_FWD_TO_VSI); in ice_set_mac_address() 5786 eth_hw_addr_set(netdev, old_mac); in ice_set_mac_address()
|
/openbmc/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.c | 3867 u8 old_mac[ETH_ALEN]; in be_cmd_set_mac() local 3871 status = be_cmd_get_mac_from_list(adapter, old_mac, &active_mac, in be_cmd_set_mac()
|