Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_vf.c30 u8 *perm_addr = hw->mac.perm_addr; in fm10k_stop_hw_vf() local
41 if (is_valid_ether_addr(perm_addr)) { in fm10k_stop_hw_vf()
42 bal = (((u32)perm_addr[3]) << 24) | in fm10k_stop_hw_vf()
43 (((u32)perm_addr[4]) << 16) | in fm10k_stop_hw_vf()
44 (((u32)perm_addr[5]) << 8); in fm10k_stop_hw_vf()
46 (((u32)perm_addr[0]) << 16) | in fm10k_stop_hw_vf()
47 (((u32)perm_addr[1]) << 8) | in fm10k_stop_hw_vf()
48 ((u32)perm_addr[2]); in fm10k_stop_hw_vf()
190 u8 perm_addr[ETH_ALEN]; in fm10k_msg_mac_vlan_vf() local
197 perm_addr, &vid); in fm10k_msg_mac_vlan_vf()
[all …]
Dfm10k_pf.c260 u8 perm_addr[ETH_ALEN]; in fm10k_read_mac_addr_pf() local
270 perm_addr[0] = (u8)(serial_num >> 24); in fm10k_read_mac_addr_pf()
271 perm_addr[1] = (u8)(serial_num >> 16); in fm10k_read_mac_addr_pf()
272 perm_addr[2] = (u8)(serial_num >> 8); in fm10k_read_mac_addr_pf()
280 perm_addr[3] = (u8)(serial_num >> 16); in fm10k_read_mac_addr_pf()
281 perm_addr[4] = (u8)(serial_num >> 8); in fm10k_read_mac_addr_pf()
282 perm_addr[5] = (u8)(serial_num); in fm10k_read_mac_addr_pf()
285 hw->mac.perm_addr[i] = perm_addr[i]; in fm10k_read_mac_addr_pf()
286 hw->mac.addr[i] = perm_addr[i]; in fm10k_read_mac_addr_pf()
Dfm10k_pci.c175 if (is_valid_ether_addr(hw->mac.perm_addr)) { in fm10k_reinit()
176 ether_addr_copy(hw->mac.addr, hw->mac.perm_addr); in fm10k_reinit()
177 ether_addr_copy(netdev->perm_addr, hw->mac.perm_addr); in fm10k_reinit()
178 ether_addr_copy(netdev->dev_addr, hw->mac.perm_addr); in fm10k_reinit()
1143 if (is_valid_ether_addr(hw->mac.perm_addr) && in fm10k_mbx_mac_addr()
1144 memcmp(hw->mac.perm_addr, hw->mac.addr, ETH_ALEN)) in fm10k_mbx_mac_addr()
1712 memcpy(netdev->perm_addr, hw->mac.addr, netdev->addr_len); in fm10k_sw_init()
1714 if (!is_valid_ether_addr(netdev->perm_addr)) { in fm10k_sw_init()
Dfm10k_type.h554 u8 perm_addr[ETH_ALEN]; member
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_dcb_nl.c139 u8 *perm_addr) in i40e_dcbnl_get_perm_hw_addr() argument
144 memset(perm_addr, 0xff, MAX_ADDR_LEN); in i40e_dcbnl_get_perm_hw_addr()
147 perm_addr[i] = pf->hw.mac.perm_addr[i]; in i40e_dcbnl_get_perm_hw_addr()
150 perm_addr[i] = pf->hw.mac.san_addr[j]; in i40e_dcbnl_get_perm_hw_addr()
Di40e_type.h295 u8 perm_addr[ETH_ALEN]; member
Di40e_fcoe.c1528 ether_addr_copy(netdev->perm_addr, hw->mac.san_addr); in i40e_fcoe_config_netdev()
Di40e_main.c8664 ether_addr_copy(mac_addr, hw->mac.perm_addr); in i40e_config_netdev()
8692 ether_addr_copy(netdev->perm_addr, mac_addr); in i40e_config_netdev()
10376 ether_addr_copy(hw->mac.perm_addr, hw->mac.addr); in i40e_probe()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dtx99.c76 memcpy(hdr->addr1, hw->wiphy->perm_addr, ETH_ALEN); in ath9k_build_tx99_skb()
77 memcpy(hdr->addr2, hw->wiphy->perm_addr, ETH_ALEN); in ath9k_build_tx99_skb()
78 memcpy(hdr->addr3, hw->wiphy->perm_addr, ETH_ALEN); in ath9k_build_tx99_skb()
Dlink.c245 memcpy(hdr->addr1, hw->wiphy->perm_addr, ETH_ALEN); in ath_paprd_calibrate()
246 memcpy(hdr->addr2, hw->wiphy->perm_addr, ETH_ALEN); in ath_paprd_calibrate()
247 memcpy(hdr->addr3, hw->wiphy->perm_addr, ETH_ALEN); in ath_paprd_calibrate()
Dmain.c986 sc->hw->wiphy->perm_addr[i]); in ath9k_update_bssid_mask()
/linux-4.4.14/net/wireless/
Dsysfs.c37 SHOW_FMT(macaddress, "%pM", wiphy.perm_addr);
57 return sprintf(buf, "%pM\n", wiphy->perm_addr); in addresses_show()
Dcore.c609 !is_zero_ether_addr(wiphy->perm_addr) && in wiphy_register()
610 memcmp(wiphy->perm_addr, wiphy->addresses[0].addr, in wiphy_register()
620 memcpy(wiphy->perm_addr, wiphy->addresses[0].addr, ETH_ALEN); in wiphy_register()
Dtrace.h2626 request->wiphy->perm_addr);
/linux-4.4.14/drivers/net/wireless/cw1200/
Dmain.c339 if (hw->wiphy->perm_addr[3] == 0 && in cw1200_init_common()
340 hw->wiphy->perm_addr[4] == 0 && in cw1200_init_common()
341 hw->wiphy->perm_addr[5] == 0) { in cw1200_init_common()
342 get_random_bytes(&hw->wiphy->perm_addr[3], 3); in cw1200_init_common()
Dsta.c81 memcpy(priv->mac_addr, dev->wiphy->perm_addr, ETH_ALEN); in cw1200_start()
/linux-4.4.14/net/mac80211/
Diface.c571 local->hw.wiphy->perm_addr, in ieee80211_do_open()
573 memcpy(dev->perm_addr, dev->dev_addr, ETH_ALEN); in ieee80211_do_open()
1559 u8 *perm_addr, enum nl80211_iftype type) in ieee80211_assign_perm_addr() argument
1568 memcpy(perm_addr, local->hw.wiphy->perm_addr, ETH_ALEN); in ieee80211_assign_perm_addr()
1586 memcpy(perm_addr, sdata->vif.addr, ETH_ALEN); in ieee80211_assign_perm_addr()
1599 memcpy(perm_addr, sdata->vif.addr, ETH_ALEN); in ieee80211_assign_perm_addr()
1618 memcpy(perm_addr, in ieee80211_assign_perm_addr()
1644 m = local->hw.wiphy->perm_addr; in ieee80211_assign_perm_addr()
1678 memcpy(perm_addr, tmp_addr, ETH_ALEN); in ieee80211_assign_perm_addr()
1757 ieee80211_assign_perm_addr(local, ndev->perm_addr, type); in ieee80211_if_add()
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dnvm.c546 hw->mac.perm_addr[i] = (u8)(rar_low >> (i * 8)); in e1000_read_mac_addr_generic()
549 hw->mac.perm_addr[i + 4] = (u8)(rar_high >> (i * 8)); in e1000_read_mac_addr_generic()
552 hw->mac.addr[i] = hw->mac.perm_addr[i]; in e1000_read_mac_addr_generic()
Dptp.c218 adapter->netdev->perm_addr); in e1000e_ptp_init()
Dhw.h537 u8 perm_addr[ETH_ALEN]; member
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
Dvf.c156 memcpy(hw->mac.perm_addr, addr, ETH_ALEN); in e1000_reset_hw_vf()
335 memcpy(hw->mac.addr, hw->mac.perm_addr, ETH_ALEN); in e1000_read_mac_addr_vf()
Dvf.h194 u8 perm_addr[6]; member
Dnetdev.c1477 memcpy(netdev->perm_addr, adapter->hw.mac.addr, in igbvf_reset()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_nl.c170 u8 *perm_addr) in ixgbe_dcbnl_get_perm_hw_addr() argument
175 memset(perm_addr, 0xff, MAX_ADDR_LEN); in ixgbe_dcbnl_get_perm_hw_addr()
178 perm_addr[i] = adapter->hw.mac.perm_addr[i]; in ixgbe_dcbnl_get_perm_hw_addr()
185 perm_addr[i] = adapter->hw.mac.san_addr[j]; in ixgbe_dcbnl_get_perm_hw_addr()
Dixgbe_x540.c142 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X540()
Dixgbe_82598.c811 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82598()
Dixgbe_82599.c1070 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82599()
Dixgbe_x550.c2205 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X550em()
Dixgbe_main.c8572 ether_addr_copy(hw->mac.perm_addr, addr); in ixgbe_get_platform_mac_addr()
8578 ether_addr_copy(hw->mac.perm_addr, idprom->id_ethaddr); in ixgbe_get_platform_mac_addr()
8868 memcpy(netdev->dev_addr, hw->mac.perm_addr, netdev->addr_len); in ixgbe_probe()
8876 ixgbe_mac_set_default_filter(adapter, hw->mac.perm_addr); in ixgbe_probe()
Dixgbe_type.h3361 u8 perm_addr[ETH_ALEN]; member
/linux-4.4.14/drivers/net/wireless/p54/
Deeprom.c915 if (!is_valid_ether_addr(dev->wiphy->perm_addr)) { in p54_parse_eeprom()
916 u8 perm_addr[ETH_ALEN]; in p54_parse_eeprom() local
920 eth_random_addr(perm_addr); in p54_parse_eeprom()
921 SET_IEEE80211_PERM_ADDR(dev, perm_addr); in p54_parse_eeprom()
927 dev->wiphy->perm_addr, priv->version, in p54_parse_eeprom()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
De1000_nvm.c625 hw->mac.perm_addr[i] = (u8)(rar_low >> (i*8)); in igb_read_mac_addr()
628 hw->mac.perm_addr[i+4] = (u8)(rar_high >> (i*8)); in igb_read_mac_addr()
631 hw->mac.addr[i] = hw->mac.perm_addr[i]; in igb_read_mac_addr()
De1000_hw.h385 u8 perm_addr[6]; member
/linux-4.4.14/drivers/net/wimax/i2400m/
Ddriver.c239 if (!memcmp(net_dev->perm_addr, ddi->mac_address, in i2400m_check_mac_addr()
245 dev_warn(dev, "boot mode reported %pM\n", net_dev->perm_addr); in i2400m_check_mac_addr()
252 memcpy(net_dev->perm_addr, ddi->mac_address, ETH_ALEN); in i2400m_check_mac_addr()
/linux-4.4.14/drivers/net/
Dntb_netdev.c430 random_ether_addr(ndev->perm_addr); in ntb_netdev_probe()
431 memcpy(ndev->dev_addr, ndev->perm_addr, ndev->addr_len); in ntb_netdev_probe()
/linux-4.4.14/drivers/net/ethernet/atheros/alx/
Dmain.c1346 if (alx_get_perm_macaddr(hw, hw->perm_addr)) { in alx_probe()
1350 memcpy(hw->perm_addr, netdev->dev_addr, netdev->addr_len); in alx_probe()
1353 memcpy(hw->mac_addr, hw->perm_addr, ETH_ALEN); in alx_probe()
1355 memcpy(netdev->perm_addr, hw->perm_addr, ETH_ALEN); in alx_probe()
1408 alx_set_macaddr(hw, hw->perm_addr); in alx_remove()
Dhw.h468 u8 perm_addr[ETH_ALEN]; member
/linux-4.4.14/drivers/net/wireless/
Dadm8211.c1772 u8 perm_addr[ETH_ALEN]; in adm8211_probe() local
1852 *(__le32 *)perm_addr = cpu_to_le32(ADM8211_CSR_READ(PAR0)); in adm8211_probe()
1853 *(__le16 *)&perm_addr[4] = in adm8211_probe()
1856 if (!is_valid_ether_addr(perm_addr)) { in adm8211_probe()
1859 eth_random_addr(perm_addr); in adm8211_probe()
1861 SET_IEEE80211_PERM_ADDR(dev, perm_addr); in adm8211_probe()
1907 dev->wiphy->perm_addr, pdev->revision); in adm8211_probe()
Dmwl8k.c2339 __u8 perm_addr[ETH_ALEN]; member
2455 memset(cmd->perm_addr, 0xff, sizeof(cmd->perm_addr)); in mwl8k_cmd_get_hw_spec_sta()
2467 SET_IEEE80211_PERM_ADDR(hw, cmd->perm_addr); in mwl8k_cmd_get_hw_spec_sta()
2489 __u8 perm_addr[ETH_ALEN]; member
2520 memset(cmd->perm_addr, 0xff, sizeof(cmd->perm_addr)); in mwl8k_cmd_get_hw_spec_ap()
2538 SET_IEEE80211_PERM_ADDR(hw, cmd->perm_addr); in mwl8k_cmd_get_hw_spec_ap()
2582 __u8 perm_addr[ETH_ALEN]; member
5964 priv->hw_rev, hw->wiphy->perm_addr, in mwl8k_probe_hw()
Dmac80211_hwsim.c2521 wiphy_debug(hw->wiphy, "hwaddr %pM registered\n", hw->wiphy->perm_addr); in mac80211_hwsim_new_radio()
Drndis_wlan.c3464 memcpy(wiphy->perm_addr, usbdev->net->dev_addr, ETH_ALEN); in rndis_wlan_bind()
/linux-4.4.14/drivers/net/wireless/zd1211rw/
Dzd_mac.h302 return mac->hw->wiphy->perm_addr; in zd_mac_get_perm_addr()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dvf.c120 ether_addr_copy(hw->mac.perm_addr, addr); in ixgbevf_reset_hw_vf()
222 ether_addr_copy(mac_addr, hw->mac.perm_addr); in ixgbevf_get_mac_addr_vf()
Dvf.h85 u8 perm_addr[6]; member
Dixgbevf_main.c2075 hw->mac.ops.set_rar(hw, 0, hw->mac.perm_addr, 0); in ixgbevf_up_complete()
2265 memcpy(netdev->perm_addr, adapter->hw.mac.addr, in ixgbevf_reset()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Dmain.c683 ether_addr_copy(ndev->perm_addr, mac); in wil_get_bl_info()
762 ether_addr_copy(ndev->perm_addr, mac); in wil_reset()
763 ether_addr_copy(ndev->dev_addr, ndev->perm_addr); in wil_reset()
/linux-4.4.14/net/dcb/
Ddcbnl.c280 u8 perm_addr[MAX_ADDR_LEN]; in dcbnl_getperm_hwaddr() local
285 memset(perm_addr, 0, sizeof(perm_addr)); in dcbnl_getperm_hwaddr()
286 netdev->dcbnl_ops->getpermhwaddr(netdev, perm_addr); in dcbnl_getperm_hwaddr()
288 return nla_put(skb, DCB_ATTR_PERM_HWADDR, sizeof(perm_addr), perm_addr); in dcbnl_getperm_hwaddr()
/linux-4.4.14/net/mac802154/
Diface.c645 ieee802154_le64_to_be64(ndev->perm_addr, in ieee802154_if_add()
653 memcpy(ndev->dev_addr, ndev->perm_addr, in ieee802154_if_add()
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbnad.h349 u8 perm_addr[ETH_ALEN]; member
Dbnad.c891 ether_addr_copy(netdev->perm_addr, bnad->perm_addr); in bnad_set_netdev_perm_addr()
893 ether_addr_copy(netdev->dev_addr, bnad->perm_addr); in bnad_set_netdev_perm_addr()
1100 if (is_zero_ether_addr(bnad->perm_addr)) { in bnad_cb_tx_resume()
1101 bna_enet_perm_mac_get(&bnad->bna.enet, bnad->perm_addr); in bnad_cb_tx_resume()
3755 bna_enet_perm_mac_get(&bna->enet, bnad->perm_addr); in bnad_pci_probe()
/linux-4.4.14/drivers/s390/net/
Dqeth_l3_sys.c307 memcpy(card->dev->perm_addr, card->options.hsuid, 9); in qeth_l3_dev_hsuid_store()
319 memcpy(card->dev->perm_addr, card->options.hsuid, 9); in qeth_l3_dev_hsuid_store()
Dqeth_l3_main.c3207 memcpy(card->dev->perm_addr, card->options.hsuid, 9); in qeth_l3_setup_netdev()
/linux-4.4.14/drivers/infiniband/hw/usnic/
Dusnic_ib_main.c431 usnic_mac_ip_to_gid(us_ibdev->netdev->perm_addr, in usnic_ib_device_add()
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dinit.c301 eth_broadcast_addr(adapter->perm_addr); in mwifiex_init_adapter()
Dcfg80211.c2737 memcpy(dev->dev_addr, wiphy->perm_addr, ETH_ALEN); in mwifiex_add_virtual_intf()
3805 ether_addr_copy(wiphy->perm_addr, adapter->perm_addr); in mwifiex_register_cfg80211()
Dmain.c1244 ether_addr_copy(priv->curr_addr, priv->adapter->perm_addr); in mwifiex_init_priv_params()
Dcmdevt.c1632 ether_addr_copy(priv->adapter->perm_addr, hw_spec->permanent_addr); in mwifiex_ret_get_hw_spec()
Dmain.h835 u8 perm_addr[ETH_ALEN]; member
/linux-4.4.14/drivers/net/usb/
Dax88179_178a.c1251 memcpy(dev->net->perm_addr, dev->net->dev_addr, ETH_ALEN); in ax88179_bind()
1555 memcpy(dev->net->perm_addr, dev->net->dev_addr, ETH_ALEN); in ax88179_reset()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_dcb.c1936 u8 *perm_addr) in bnx2x_dcbnl_get_perm_hw_addr() argument
1942 memcpy(perm_addr, netdev->dev_addr, netdev->addr_len); in bnx2x_dcbnl_get_perm_hw_addr()
1946 memcpy(perm_addr+netdev->addr_len, bp->fip_mac, in bnx2x_dcbnl_get_perm_hw_addr()
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40e_type.h295 u8 perm_addr[ETH_ALEN]; member
Di40e_common.c976 ether_addr_copy(hw->mac.perm_addr, in i40e_vf_parse_hw_config()
Di40evf_main.c2295 ether_addr_copy(netdev->perm_addr, adapter->hw.mac.addr); in i40evf_init_task()
/linux-4.4.14/drivers/net/ethernet/sfc/
Dnet_driver.h1349 int (*get_mac_address)(struct efx_nic *efx, unsigned char *perm_addr);
Dsiena.c220 rc = efx_mcdi_get_board_cfg(efx, efx->net_dev->perm_addr, NULL, &caps); in siena_probe_nvconfig()
Def10.c384 rc = efx->type->get_mac_address(efx, efx->net_dev->perm_addr); in efx_ef10_probe()
429 ether_addr_copy(nic_data->port_id, efx->net_dev->perm_addr); in efx_ef10_probe()
Dfalcon.c2203 ether_addr_copy(efx->net_dev->perm_addr, nvconfig->mac_address[0]); in falcon_probe_nvconfig()
Defx.c1049 ether_addr_copy(efx->net_dev->dev_addr, efx->net_dev->perm_addr); in efx_probe_port()
/linux-4.4.14/drivers/net/wireless/orinoco/
Dmain.c2090 err = orinoco_hw_read_card_settings(priv, wiphy->perm_addr); in orinoco_init()
2286 memcpy(dev->dev_addr, wiphy->perm_addr, ETH_ALEN); in orinoco_if_add()
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/
Dixgb_main.c2331 memcpy(netdev->perm_addr, netdev->dev_addr, netdev->addr_len); in ixgb_io_slot_reset()
2333 if (!is_valid_ether_addr(netdev->perm_addr)) { in ixgb_io_slot_reset()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_dcb.c789 memcpy(addr, netdev->perm_addr, netdev->addr_len); in qlcnic_dcb_get_perm_hw_addr()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h934 ether_addr_copy(adapter->port[port_idx]->perm_addr, hw_addr); in t4_set_hw_addr()
/linux-4.4.14/drivers/net/ethernet/micrel/
Dksz884x.c1294 u8 perm_addr[ETH_ALEN]; member
4069 hw->perm_addr[MAC_ADDR_ORDER(i)] = readb(hw->io + in hw_read_addr()
4073 memcpy(hw->override_addr, hw->perm_addr, ETH_ALEN); in hw_read_addr()
4075 memcpy(hw->perm_addr, DEFAULT_MAC_ADDRESS, ETH_ALEN); in hw_read_addr()
/linux-4.4.14/drivers/net/ethernet/apm/xgene/
Dxgene_enet_main.c1229 memcpy(ndev->perm_addr, ndev->dev_addr, ndev->addr_len); in xgene_enet_get_resources()
/linux-4.4.14/include/net/
Dmac80211.h2162 memcpy(hw->wiphy->perm_addr, addr, ETH_ALEN); in SET_IEEE80211_PERM_ADDR()
Dcfg80211.h3183 u8 perm_addr[ETH_ALEN]; member
/linux-4.4.14/net/ipv6/
Daddrconf.c2027 memcpy(eui, dev->perm_addr, 3); in addrconf_ifid_ip6tnl()
2028 memcpy(eui + 5, dev->perm_addr + 3, 3); in addrconf_ifid_ip6tnl()
3012 memcpy(data.hwaddr, idev->dev->perm_addr, idev->dev->addr_len); in ipv6_generate_stable_address()
Dip6_tunnel.c1621 eth_random_addr(dev->perm_addr); in ip6_tnl_dev_setup()
/linux-4.4.14/net/core/
Dethtool.c1418 if (copy_to_user(useraddr, dev->perm_addr, epaddr.size)) in ethtool_get_perm_addr()
Ddev.c6718 memcpy(dev->perm_addr, dev->dev_addr, dev->addr_len); in register_netdevice()
/linux-4.4.14/drivers/net/wireless/ath/ar5523/
Dar5523.c1005 ar5523_config_multi(ar, CFG_MAC_ADDR, &ar->hw->wiphy->perm_addr, in ar5523_start()
/linux-4.4.14/drivers/net/ethernet/neterion/
Ds2io.c5265 register u64 mac_addr = 0, perm_addr = 0; in do_s2io_prog_unicast() local
5278 perm_addr <<= 8; in do_s2io_prog_unicast()
5279 perm_addr |= sp->def_mac_addr[0].mac_addr[i]; in do_s2io_prog_unicast()
5283 if (mac_addr == perm_addr) in do_s2io_prog_unicast()
/linux-4.4.14/net/iucv/
Daf_iucv.c740 if (!memcmp(dev->perm_addr, uid, 8)) { in iucv_sock_bind()
/linux-4.4.14/include/linux/
Dnetdevice.h1628 unsigned char perm_addr[MAX_ADDR_LEN]; member
/linux-4.4.14/drivers/net/ethernet/realtek/
Dr8169.c7947 rtl_rar_set(tp, dev->perm_addr); in rtl_shutdown()
7992 rtl_rar_set(tp, dev->perm_addr); in rtl_remove_one()
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_main.c4251 memcpy(adapter->netdev->perm_addr, mac, ETH_ALEN); in be_mac_setup()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.c6226 memcpy(wiphy->perm_addr, drvr->mac, ETH_ALEN); in brcmf_cfg80211_attach()
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dipw2100.c1910 memcpy(wdev->wiphy->perm_addr, priv->mac_addr, ETH_ALEN); in ipw2100_wdev_init()
Dipw2200.c11356 memcpy(wdev->wiphy->perm_addr, priv->mac_addr, ETH_ALEN); in ipw_wdev_init()