/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_vf.c | 30 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 …]
|
D | fm10k_pf.c | 260 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()
|
D | fm10k_pci.c | 175 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()
|
D | fm10k_type.h | 554 u8 perm_addr[ETH_ALEN]; member
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_dcb_nl.c | 139 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()
|
D | i40e_type.h | 295 u8 perm_addr[ETH_ALEN]; member
|
D | i40e_fcoe.c | 1528 ether_addr_copy(netdev->perm_addr, hw->mac.san_addr); in i40e_fcoe_config_netdev()
|
D | i40e_main.c | 8664 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/ |
D | tx99.c | 76 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()
|
D | link.c | 245 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()
|
D | main.c | 986 sc->hw->wiphy->perm_addr[i]); in ath9k_update_bssid_mask()
|
/linux-4.4.14/net/wireless/ |
D | sysfs.c | 37 SHOW_FMT(macaddress, "%pM", wiphy.perm_addr); 57 return sprintf(buf, "%pM\n", wiphy->perm_addr); in addresses_show()
|
D | core.c | 609 !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()
|
D | trace.h | 2626 request->wiphy->perm_addr);
|
/linux-4.4.14/drivers/net/wireless/cw1200/ |
D | main.c | 339 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()
|
D | sta.c | 81 memcpy(priv->mac_addr, dev->wiphy->perm_addr, ETH_ALEN); in cw1200_start()
|
/linux-4.4.14/net/mac80211/ |
D | iface.c | 571 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/ |
D | nvm.c | 546 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()
|
D | ptp.c | 218 adapter->netdev->perm_addr); in e1000e_ptp_init()
|
D | hw.h | 537 u8 perm_addr[ETH_ALEN]; member
|
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/ |
D | vf.c | 156 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()
|
D | vf.h | 194 u8 perm_addr[6]; member
|
D | netdev.c | 1477 memcpy(netdev->perm_addr, adapter->hw.mac.addr, in igbvf_reset()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_nl.c | 170 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()
|
D | ixgbe_x540.c | 142 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X540()
|
D | ixgbe_82598.c | 811 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82598()
|
D | ixgbe_82599.c | 1070 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82599()
|
D | ixgbe_x550.c | 2205 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X550em()
|
D | ixgbe_main.c | 8572 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()
|
D | ixgbe_type.h | 3361 u8 perm_addr[ETH_ALEN]; member
|
/linux-4.4.14/drivers/net/wireless/p54/ |
D | eeprom.c | 915 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/ |
D | e1000_nvm.c | 625 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()
|
D | e1000_hw.h | 385 u8 perm_addr[6]; member
|
/linux-4.4.14/drivers/net/wimax/i2400m/ |
D | driver.c | 239 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/ |
D | ntb_netdev.c | 430 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/ |
D | main.c | 1346 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()
|
D | hw.h | 468 u8 perm_addr[ETH_ALEN]; member
|
/linux-4.4.14/drivers/net/wireless/ |
D | adm8211.c | 1772 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()
|
D | mwl8k.c | 2339 __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()
|
D | mac80211_hwsim.c | 2521 wiphy_debug(hw->wiphy, "hwaddr %pM registered\n", hw->wiphy->perm_addr); in mac80211_hwsim_new_radio()
|
D | rndis_wlan.c | 3464 memcpy(wiphy->perm_addr, usbdev->net->dev_addr, ETH_ALEN); in rndis_wlan_bind()
|
/linux-4.4.14/drivers/net/wireless/zd1211rw/ |
D | zd_mac.h | 302 return mac->hw->wiphy->perm_addr; in zd_mac_get_perm_addr()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
D | vf.c | 120 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()
|
D | vf.h | 85 u8 perm_addr[6]; member
|
D | ixgbevf_main.c | 2075 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/ |
D | main.c | 683 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/ |
D | dcbnl.c | 280 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/ |
D | iface.c | 645 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/ |
D | bnad.h | 349 u8 perm_addr[ETH_ALEN]; member
|
D | bnad.c | 891 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/ |
D | qeth_l3_sys.c | 307 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()
|
D | qeth_l3_main.c | 3207 memcpy(card->dev->perm_addr, card->options.hsuid, 9); in qeth_l3_setup_netdev()
|
/linux-4.4.14/drivers/infiniband/hw/usnic/ |
D | usnic_ib_main.c | 431 usnic_mac_ip_to_gid(us_ibdev->netdev->perm_addr, in usnic_ib_device_add()
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | init.c | 301 eth_broadcast_addr(adapter->perm_addr); in mwifiex_init_adapter()
|
D | cfg80211.c | 2737 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()
|
D | main.c | 1244 ether_addr_copy(priv->curr_addr, priv->adapter->perm_addr); in mwifiex_init_priv_params()
|
D | cmdevt.c | 1632 ether_addr_copy(priv->adapter->perm_addr, hw_spec->permanent_addr); in mwifiex_ret_get_hw_spec()
|
D | main.h | 835 u8 perm_addr[ETH_ALEN]; member
|
/linux-4.4.14/drivers/net/usb/ |
D | ax88179_178a.c | 1251 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/ |
D | bnx2x_dcb.c | 1936 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/ |
D | i40e_type.h | 295 u8 perm_addr[ETH_ALEN]; member
|
D | i40e_common.c | 976 ether_addr_copy(hw->mac.perm_addr, in i40e_vf_parse_hw_config()
|
D | i40evf_main.c | 2295 ether_addr_copy(netdev->perm_addr, adapter->hw.mac.addr); in i40evf_init_task()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | net_driver.h | 1349 int (*get_mac_address)(struct efx_nic *efx, unsigned char *perm_addr);
|
D | siena.c | 220 rc = efx_mcdi_get_board_cfg(efx, efx->net_dev->perm_addr, NULL, &caps); in siena_probe_nvconfig()
|
D | ef10.c | 384 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()
|
D | falcon.c | 2203 ether_addr_copy(efx->net_dev->perm_addr, nvconfig->mac_address[0]); in falcon_probe_nvconfig()
|
D | efx.c | 1049 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/ |
D | main.c | 2090 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/ |
D | ixgb_main.c | 2331 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/ |
D | qlcnic_dcb.c | 789 memcpy(addr, netdev->perm_addr, netdev->addr_len); in qlcnic_dcb_get_perm_hw_addr()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4.h | 934 ether_addr_copy(adapter->port[port_idx]->perm_addr, hw_addr); in t4_set_hw_addr()
|
/linux-4.4.14/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 1294 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/ |
D | xgene_enet_main.c | 1229 memcpy(ndev->perm_addr, ndev->dev_addr, ndev->addr_len); in xgene_enet_get_resources()
|
/linux-4.4.14/include/net/ |
D | mac80211.h | 2162 memcpy(hw->wiphy->perm_addr, addr, ETH_ALEN); in SET_IEEE80211_PERM_ADDR()
|
D | cfg80211.h | 3183 u8 perm_addr[ETH_ALEN]; member
|
/linux-4.4.14/net/ipv6/ |
D | addrconf.c | 2027 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()
|
D | ip6_tunnel.c | 1621 eth_random_addr(dev->perm_addr); in ip6_tnl_dev_setup()
|
/linux-4.4.14/net/core/ |
D | ethtool.c | 1418 if (copy_to_user(useraddr, dev->perm_addr, epaddr.size)) in ethtool_get_perm_addr()
|
D | dev.c | 6718 memcpy(dev->perm_addr, dev->dev_addr, dev->addr_len); in register_netdevice()
|
/linux-4.4.14/drivers/net/wireless/ath/ar5523/ |
D | ar5523.c | 1005 ar5523_config_multi(ar, CFG_MAC_ADDR, &ar->hw->wiphy->perm_addr, in ar5523_start()
|
/linux-4.4.14/drivers/net/ethernet/neterion/ |
D | s2io.c | 5265 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/ |
D | af_iucv.c | 740 if (!memcmp(dev->perm_addr, uid, 8)) { in iucv_sock_bind()
|
/linux-4.4.14/include/linux/ |
D | netdevice.h | 1628 unsigned char perm_addr[MAX_ADDR_LEN]; member
|
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | r8169.c | 7947 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/ |
D | be_main.c | 4251 memcpy(adapter->netdev->perm_addr, mac, ETH_ALEN); in be_mac_setup()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.c | 6226 memcpy(wiphy->perm_addr, drvr->mac, ETH_ALEN); in brcmf_cfg80211_attach()
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | ipw2100.c | 1910 memcpy(wdev->wiphy->perm_addr, priv->mac_addr, ETH_ALEN); in ipw2100_wdev_init()
|
D | ipw2200.c | 11356 memcpy(wdev->wiphy->perm_addr, priv->mac_addr, ETH_ALEN); in ipw_wdev_init()
|