Home
last modified time | relevance | path

Searched refs:ether_addr_copy (Results 1 – 132 of 132) sorted by relevance

/linux-4.1.27/net/hsr/
Dhsr_framereg.c108 ether_addr_copy(node->MacAddressA, addr_a); in hsr_create_self_node()
109 ether_addr_copy(node->MacAddressB, addr_b); in hsr_create_self_node()
143 ether_addr_copy(node->MacAddressA, addr); in hsr_add_node()
228 ether_addr_copy(node_real->MacAddressB, eth_hdr(skb)->h_source); in hsr_handle_sup_frame()
294 ether_addr_copy(eth_hdr(skb)->h_dest, node_dst->MacAddressB); in hsr_addr_subst_dest()
419 ether_addr_copy(addr, node->MacAddressA); in hsr_get_next_node()
425 ether_addr_copy(addr, node->MacAddressA); in hsr_get_next_node()
454 ether_addr_copy(addr_b, node->MacAddressB); in hsr_get_node_data()
Dhsr_device.c309 ether_addr_copy(hsr_sp->MacAddressA, master->dev->dev_addr); in send_hsr_supervision_frame()
442 ether_addr_copy(hsr_dev->dev_addr, slave[0]->dev_addr); in hsr_dev_finalize()
462 ether_addr_copy(hsr->sup_multicast_addr, def_multicast_addr); in hsr_dev_finalize()
Dhsr_main.c65 ether_addr_copy(master->dev->dev_addr, dev->dev_addr); in hsr_netdev_notify()
Dhsr_forward.c215 ether_addr_copy(eth_hdr(skb)->h_source, port->dev->dev_addr); in hsr_xmit()
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_recv.c811 ether_addr_copy(pattrib->dst, hdr->addr1); in sta2sta_data_frame()
812 ether_addr_copy(pattrib->src, hdr->addr2); in sta2sta_data_frame()
813 ether_addr_copy(pattrib->bssid, hdr->addr3); in sta2sta_data_frame()
814 ether_addr_copy(pattrib->ra, pattrib->dst); in sta2sta_data_frame()
815 ether_addr_copy(pattrib->ta, pattrib->src); in sta2sta_data_frame()
923 ether_addr_copy(pattrib->dst, hdr->addr1); in ap2sta_data_frame()
924 ether_addr_copy(pattrib->src, hdr->addr2); in ap2sta_data_frame()
925 ether_addr_copy(pattrib->bssid, hdr->addr3); in ap2sta_data_frame()
926 ether_addr_copy(pattrib->ra, pattrib->dst); in ap2sta_data_frame()
927 ether_addr_copy(pattrib->ta, pattrib->src); in ap2sta_data_frame()
[all …]
Drtw_xmit.c429 ether_addr_copy(pattrib->dst, ehdr->h_dest); in update_attrib()
430 ether_addr_copy(pattrib->src, ehdr->h_source); in update_attrib()
436 ether_addr_copy(pattrib->ra, pattrib->dst); in update_attrib()
437 ether_addr_copy(pattrib->ta, pattrib->src); in update_attrib()
439 ether_addr_copy(pattrib->ra, get_bssid(pmlmepriv)); in update_attrib()
440 ether_addr_copy(pattrib->ta, pattrib->src); in update_attrib()
442 ether_addr_copy(pattrib->ra, pattrib->dst); in update_attrib()
443 ether_addr_copy(pattrib->ta, get_bssid(pmlmepriv)); in update_attrib()
881 ether_addr_copy(pwlanhdr->addr1, get_bssid(pmlmepriv)); in rtw_make_wlanhdr()
882 ether_addr_copy(pwlanhdr->addr2, pattrib->src); in rtw_make_wlanhdr()
[all …]
Drtw_mlme_ext.c1088 ether_addr_copy(pstat->hwaddr, sa); in OnAuth23a()
2399 ether_addr_copy(mgmt->da, bc_addr); in issue_beacon23a()
2400 ether_addr_copy(mgmt->sa, myid(&padapter->eeprompriv)); in issue_beacon23a()
2401 ether_addr_copy(mgmt->bssid, get_my_bssid23a(cur_network)); in issue_beacon23a()
2553 ether_addr_copy(mgmt->da, da); in issue_probersp()
2554 ether_addr_copy(mgmt->sa, mac); in issue_probersp()
2555 ether_addr_copy(mgmt->bssid, bssid); in issue_probersp()
2710 ether_addr_copy(pwlanhdr->addr1, da); in _issue_probereq()
2711 ether_addr_copy(pwlanhdr->addr3, da); in _issue_probereq()
2714 ether_addr_copy(pwlanhdr->addr1, bc_addr); in _issue_probereq()
[all …]
Drtw_cmd.c516 ether_addr_copy(&pmlmepriv->assoc_bssid[0], in rtw_joinbss_cmd23a()
697 ether_addr_copy(psetstakey_para->addr, sta->hwaddr); in rtw_setstakey_cmd23a()
767 ether_addr_copy(psetstakey_para->addr, sta->hwaddr); in rtw_clearstakey_cmd23a()
805 ether_addr_copy(paddbareq_parm->addr, addr); in rtw_addbareq_cmd23a()
Drtw_sta_mgt.c134 ether_addr_copy(psta->hwaddr, hwaddr); in rtw_alloc_stainfo23a()
Drtw_mlme.c2025 ether_addr_copy(pdev_network->MacAddress, myhwaddr); in rtw_init_registrypriv_dev_network23a()
/linux-4.1.27/net/bridge/netfilter/
Debt_redirect.c28 ether_addr_copy(eth_hdr(skb)->h_dest, in ebt_redirect_tg()
31 ether_addr_copy(eth_hdr(skb)->h_dest, par->in->dev_addr); in ebt_redirect_tg()
Debt_dnat.c25 ether_addr_copy(eth_hdr(skb)->h_dest, info->mac); in ebt_dnat_tg()
Debt_snat.c27 ether_addr_copy(eth_hdr(skb)->h_source, info->mac); in ebt_snat_tg()
Dnft_reject_bridge.c34 ether_addr_copy(eth->h_source, eth_hdr(oldskb)->h_dest); in nft_reject_br_push_etherhdr()
35 ether_addr_copy(eth->h_dest, eth_hdr(oldskb)->h_source); in nft_reject_br_push_etherhdr()
Debt_among.c31 ether_addr_copy(((char *) cmp) + 2, mac); in ebt_mac_wormhash_contains()
/linux-4.1.27/net/batman-adv/
Dbridge_loop_avoidance.c189 ether_addr_copy(search_entry.orig, addr); in batadv_backbone_hash_find()
303 ether_addr_copy(ethhdr->h_source, mac); in batadv_bla_send_claim()
312 ether_addr_copy(hw_src, mac); in batadv_bla_send_claim()
321 ether_addr_copy(hw_src, mac); in batadv_bla_send_claim()
331 ether_addr_copy(hw_src, mac); in batadv_bla_send_claim()
332 ether_addr_copy(ethhdr->h_dest, mac); in batadv_bla_send_claim()
394 ether_addr_copy(entry->orig, orig); in batadv_bla_get_backbone_gw()
563 ether_addr_copy(search_claim.addr, mac); in batadv_bla_add_claim()
573 ether_addr_copy(claim->addr, mac); in batadv_bla_add_claim()
624 ether_addr_copy(search_claim.addr, mac); in batadv_bla_del_claim()
[all …]
Dnetwork-coding.c821 ether_addr_copy(nc_node->addr, orig_node->orig); in batadv_nc_get_nc_node()
943 ether_addr_copy(nc_path->next_hop, dst); in batadv_nc_get_path()
944 ether_addr_copy(nc_path->prev_hop, src); in batadv_nc_get_path()
1116 ether_addr_copy(coded_packet->first_source, first_source); in batadv_nc_code_packets()
1117 ether_addr_copy(coded_packet->first_orig_dest, packet1->dest); in batadv_nc_code_packets()
1122 ether_addr_copy(coded_packet->second_dest, second_dest); in batadv_nc_code_packets()
1123 ether_addr_copy(coded_packet->second_source, second_source); in batadv_nc_code_packets()
1124 ether_addr_copy(coded_packet->second_orig_dest, packet2->dest); in batadv_nc_code_packets()
1350 ether_addr_copy(ethhdr->h_source, ethhdr->h_dest); in batadv_nc_skb_store_before_coding()
1351 ether_addr_copy(ethhdr->h_dest, eth_dst_new); in batadv_nc_skb_store_before_coding()
[all …]
Drouting.c225 ether_addr_copy(icmph->dst, icmph->orig); in batadv_recv_my_icmp_packet()
226 ether_addr_copy(icmph->orig, primary_if->net_dev->dev_addr); in batadv_recv_my_icmp_packet()
279 ether_addr_copy(icmp_packet->dst, icmp_packet->orig); in batadv_recv_icmp_ttl_exceeded()
280 ether_addr_copy(icmp_packet->orig, primary_if->net_dev->dev_addr); in batadv_recv_icmp_ttl_exceeded()
342 ether_addr_copy(icmp_packet_rr->rr[icmp_packet_rr->rr_cur], in batadv_recv_icmp_packet()
667 ether_addr_copy(unicast_packet->dest, orig_addr); in batadv_reroute_unicast_packet()
777 ether_addr_copy(unicast_packet->dest, primary_if->net_dev->dev_addr); in batadv_check_unicast_ttvn()
Dsend.c63 ether_addr_copy(ethhdr->h_source, hard_iface->net_dev->dev_addr); in batadv_send_skb_packet()
64 ether_addr_copy(ethhdr->h_dest, dst_addr); in batadv_send_skb_packet()
169 ether_addr_copy(unicast_packet->dest, orig_node->orig); in batadv_send_skb_push_fill_unicast()
224 ether_addr_copy(uc_4addr_packet->src, primary_if->net_dev->dev_addr); in batadv_send_skb_prepare_unicast_4addr()
Dicmp_socket.c233 ether_addr_copy(icmp_packet_rr->rr[0], addr); in batadv_socket_write()
254 ether_addr_copy(icmp_header->orig, primary_if->net_dev->dev_addr); in batadv_socket_write()
Dfragmentation.c456 ether_addr_copy(frag_header.orig, primary_if->net_dev->dev_addr); in batadv_frag_send_packet()
457 ether_addr_copy(frag_header.dest, orig_node->orig); in batadv_frag_send_packet()
Dsoft-interface.c114 ether_addr_copy(old_addr, dev->dev_addr); in batadv_interface_set_mac_addr()
115 ether_addr_copy(dev->dev_addr, addr->sa_data); in batadv_interface_set_mac_addr()
299 ether_addr_copy(bcast_packet->orig, in batadv_interface_tx()
Dtranslation-table.c101 ether_addr_copy(to_search.addr, addr); in batadv_tt_hash_find()
361 ether_addr_copy(tt_change_node->change.addr, common->addr); in batadv_tt_local_event()
586 ether_addr_copy(tt_local->common.addr, addr); in batadv_tt_local_add()
1348 ether_addr_copy(common->addr, tt_addr); in batadv_tt_global_add()
2259 ether_addr_copy(tt_req_node->addr, orig_node->orig); in batadv_new_tt_req_node()
2339 ether_addr_copy(tt_change->addr, tt_common_entry->addr); in batadv_tt_tvlv_generate()
3029 ether_addr_copy(tt_roam_node->addr, client); in batadv_tt_check_roam_count()
Doriginator.c422 ether_addr_copy(neigh_node->addr, neigh_addr); in batadv_neigh_node_new()
636 ether_addr_copy(orig_node->orig, addr); in batadv_orig_node_new()
Dmain.c1153 ether_addr_copy(unicast_tvlv_packet->src, src); in batadv_tvlv_unicast_send()
1154 ether_addr_copy(unicast_tvlv_packet->dst, dst); in batadv_tvlv_unicast_send()
Ddistributed-arp-table.c281 ether_addr_copy(dat_entry->mac_addr, mac_addr); in batadv_dat_entry_add()
296 ether_addr_copy(dat_entry->mac_addr, mac_addr); in batadv_dat_entry_add()
Dbat_iv_ogm.c350 ether_addr_copy(batadv_ogm_packet->orig, in batadv_iv_ogm_iface_update_mac()
352 ether_addr_copy(batadv_ogm_packet->prev_sender, in batadv_iv_ogm_iface_update_mac()
833 ether_addr_copy(batadv_ogm_packet->prev_sender, ethhdr->h_source); in batadv_iv_ogm_forward()
Dmulticast.c52 ether_addr_copy(new->addr, mc_list_entry->addr); in batadv_mcast_mla_softif_get()
Dgateway_client.c774 ether_addr_copy(chaddr, skb->data + chaddr_offset); in batadv_gw_dhcp_recipient_get()
/linux-4.1.27/drivers/net/bonding/
Dbond_alb.c292 ether_addr_copy(client_info->mac_dst, arp->mac_src); in rlb_update_entry_from_arp()
601 ether_addr_copy(client_info->mac_dst, arp->mac_dst); in rlb_choose_channel()
603 ether_addr_copy(client_info->mac_src, arp->mac_src); in rlb_choose_channel()
643 ether_addr_copy(client_info->mac_dst, arp->mac_dst); in rlb_choose_channel()
644 ether_addr_copy(client_info->mac_src, arp->mac_src); in rlb_choose_channel()
693 ether_addr_copy(arp->mac_src, tx_slave->dev->dev_addr); in rlb_arp_xmit()
933 ether_addr_copy(pkt.mac_dst, mac_addr); in alb_send_lp_vid()
934 ether_addr_copy(pkt.mac_src, mac_addr); in alb_send_lp_vid()
1032 ether_addr_copy(tmp_mac_addr, slave1->dev->dev_addr); in alb_swap_mac_addr()
1227 ether_addr_copy(tmp_addr, slave->dev->dev_addr); in alb_set_mac_address()
[all …]
Dbond_3ad.c787 ether_addr_copy(lacpdu_header->hdr.h_dest, lacpdu_mcast_addr); in ad_lacpdu_send()
791 ether_addr_copy(lacpdu_header->hdr.h_source, slave->perm_hwaddr); in ad_lacpdu_send()
829 ether_addr_copy(marker_header->hdr.h_dest, lacpdu_mcast_addr); in ad_marker_send()
833 ether_addr_copy(marker_header->hdr.h_source, slave->perm_hwaddr); in ad_marker_send()
2508 ether_addr_copy(ad_info->partner_system, in __bond_3ad_get_active_agg_info()
Dbond_main.c678 ether_addr_copy(tmp_mac, new_active->dev->dev_addr); in bond_do_fail_over_mac()
679 ether_addr_copy(saddr.sa_data, in bond_do_fail_over_mac()
683 ether_addr_copy(saddr.sa_data, bond->dev->dev_addr); in bond_do_fail_over_mac()
697 ether_addr_copy(saddr.sa_data, tmp_mac); in bond_do_fail_over_mac()
1184 ether_addr_copy(eth_hdr(skb)->h_dest, bond->dev->dev_addr); in bond_handle_frame()
1440 ether_addr_copy(new_slave->perm_hwaddr, slave_dev->dev_addr); in bond_enslave()
1726 ether_addr_copy(addr.sa_data, new_slave->perm_hwaddr); in bond_enslave()
1896 ether_addr_copy(addr.sa_data, slave->perm_hwaddr); in __bond_release_one()
/linux-4.1.27/drivers/staging/vt6655/
Drxtx.c695 ether_addr_copy(buf->data.ra, hdr->addr1); in s_vFillRTSHead()
696 ether_addr_copy(buf->data.ta, hdr->addr2); in s_vFillRTSHead()
749 ether_addr_copy(buf->data.ra, hdr->addr1); in s_vFillRTSHead()
750 ether_addr_copy(buf->data.ta, hdr->addr2); in s_vFillRTSHead()
771 ether_addr_copy(buf->data.ra, hdr->addr1); in s_vFillRTSHead()
772 ether_addr_copy(buf->data.ta, hdr->addr2); in s_vFillRTSHead()
801 ether_addr_copy(buf->data.ra, hdr->addr1); in s_vFillRTSHead()
802 ether_addr_copy(buf->data.ta, hdr->addr2); in s_vFillRTSHead()
821 ether_addr_copy(buf->data.ra, hdr->addr1); in s_vFillRTSHead()
822 ether_addr_copy(buf->data.ta, hdr->addr2); in s_vFillRTSHead()
[all …]
/linux-4.1.27/net/openvswitch/
Dflow.c407 ether_addr_copy(key->ipv6.nd.sll, in parse_icmpv6()
413 ether_addr_copy(key->ipv6.nd.tll, in parse_icmpv6()
468 ether_addr_copy(key->eth.src, eth->h_source); in key_extract()
469 ether_addr_copy(key->eth.dst, eth->h_dest); in key_extract()
587 ether_addr_copy(key->ipv4.arp.sha, arp->ar_sha); in key_extract()
588 ether_addr_copy(key->ipv4.arp.tha, arp->ar_tha); in key_extract()
Dflow_netlink.c1322 ether_addr_copy(eth_key->eth_src, output->eth.src); in __ovs_nla_put_key()
1323 ether_addr_copy(eth_key->eth_dst, output->eth.dst); in __ovs_nla_put_key()
1395 ether_addr_copy(arp_key->arp_sha, output->ipv4.arp.sha); in __ovs_nla_put_key()
1396 ether_addr_copy(arp_key->arp_tha, output->ipv4.arp.tha); in __ovs_nla_put_key()
1473 ether_addr_copy(nd_key->nd_sll, output->ipv6.nd.sll); in __ovs_nla_put_key()
1474 ether_addr_copy(nd_key->nd_tll, output->ipv6.nd.tll); in __ovs_nla_put_key()
Dactions.c271 ether_addr_copy(flow_key->eth.src, eth_hdr(skb)->h_source); in set_eth_addr()
272 ether_addr_copy(flow_key->eth.dst, eth_hdr(skb)->h_dest); in set_eth_addr()
/linux-4.1.27/drivers/staging/vt6656/
Drxtx.c396 ether_addr_copy(rts->ra, hdr->addr1); in vnt_fill_ieee80211_rts()
397 ether_addr_copy(rts->ta, hdr->addr2); in vnt_fill_ieee80211_rts()
552 ether_addr_copy(buf->data.ra, priv->current_net_addr); in vnt_fill_cts_fb_head()
578 ether_addr_copy(buf->data.ra, priv->current_net_addr); in vnt_fill_cts_head()
747 ether_addr_copy(mic_hdr->mic_addr2, hdr->addr2); in vnt_fill_txkey()
758 ether_addr_copy(mic_hdr->addr1, hdr->addr1); in vnt_fill_txkey()
759 ether_addr_copy(mic_hdr->addr2, hdr->addr2); in vnt_fill_txkey()
760 ether_addr_copy(mic_hdr->addr3, hdr->addr3); in vnt_fill_txkey()
768 ether_addr_copy(mic_hdr->addr4, hdr->addr4); in vnt_fill_txkey()
Dmac.c131 ether_addr_copy(set_key.u.write.addr, addr); in vnt_mac_set_keyentry()
Dmain_usb.c323 ether_addr_copy(priv->current_net_addr, priv->permanent_net_addr); in vnt_init_registers()
/linux-4.1.27/drivers/net/wireless/rtlwifi/
Dbase.h81 ether_addr_copy(((u8 *)(_hdr)) + 4, (u8 *)(_val))
83 ether_addr_copy(((u8 *)(_hdr))+10, (u8 *)(_val))
/linux-4.1.27/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()
243 ether_addr_copy(msg_addr, addr); in ixgbevf_set_uc_addr_vf()
399 ether_addr_copy(msg_addr, addr); in ixgbevf_set_rar_vf()
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k_vf.c214 ether_addr_copy(hw->mac.perm_addr, perm_addr); in fm10k_msg_mac_vlan_vf()
252 ether_addr_copy(hw->mac.perm_addr, perm_addr); in fm10k_read_mac_addr_vf()
253 ether_addr_copy(hw->mac.addr, perm_addr); in fm10k_read_mac_addr_vf()
Dfm10k_netdev.c911 ether_addr_copy(dev->dev_addr, addr->sa_data); in fm10k_set_mac()
912 ether_addr_copy(hw->mac.addr, addr->sa_data); in fm10k_set_mac()
1008 ether_addr_copy(hw->mac.addr, hw->mac.perm_addr); in fm10k_restore_rx_state()
1009 ether_addr_copy(netdev->perm_addr, hw->mac.perm_addr); in fm10k_restore_rx_state()
1010 ether_addr_copy(netdev->dev_addr, hw->mac.perm_addr); in fm10k_restore_rx_state()
Dfm10k_iov.c420 ether_addr_copy(vf_info->mac, mac); in fm10k_ndo_set_vf_mac()
512 ether_addr_copy(ivi->mac, vf_info->mac); in fm10k_ndo_get_vf_config()
/linux-4.1.27/include/linux/
Detherdevice.h231 static inline void ether_addr_copy(u8 *dst, const u8 *src) in ether_addr_copy() function
258 ether_addr_copy(dst->dev_addr, src->dev_addr); in eth_hw_addr_inherit()
/linux-4.1.27/net/caif/
Dcaif_usb.c108 ether_addr_copy(&this->tx_eth_hdr[ETH_ALEN], braddr); in cfusbl_create()
109 ether_addr_copy(&this->tx_eth_hdr[ETH_ALEN], ethaddr); in cfusbl_create()
/linux-4.1.27/net/tipc/
Deth_media.c68 ether_addr_copy(addr->value, msg); in tipc_eth_raw2addr()
/linux-4.1.27/net/appletalk/
Daarp.c138 ether_addr_copy(eah->hw_src, dev->dev_addr); in __aarp_send_query()
185 ether_addr_copy(eah->hw_src, dev->dev_addr); in aarp_send_reply()
194 ether_addr_copy(eah->hw_dst, sha); in aarp_send_reply()
236 ether_addr_copy(eah->hw_src, dev->dev_addr); in aarp_send_probe()
794 ether_addr_copy(a->hwaddr, ea->hw_src); in aarp_rcv()
/linux-4.1.27/drivers/staging/gdm724x/
Dgdm_lte.c630 ether_addr_copy(nic->dest_mac_addr, addr); in gdm_lte_netif_rx()
643 ether_addr_copy(mac_header_data, nic->dest_mac_addr); in gdm_lte_netif_rx()
846 ether_addr_copy(dev_addr, gdm_lte_macaddr); in form_mac_address()
848 ether_addr_copy(dev_addr, mac_address); in form_mac_address()
862 ether_addr_copy(nic_dest, dev_addr); in form_mac_address()
/linux-4.1.27/drivers/net/ethernet/sfc/
Dfilter.h246 ether_addr_copy(spec->loc_mac, addr); in efx_filter_set_eth_local()
Dethtool.c843 ether_addr_copy(mac_entry->h_dest, spec.loc_mac); in efx_ethtool_get_class_rule()
847 ether_addr_copy(mac_mask->h_dest, in efx_ethtool_get_class_rule()
851 ether_addr_copy(mac_entry->h_source, spec.rem_mac); in efx_ethtool_get_class_rule()
1024 ether_addr_copy(spec.loc_mac, mac_entry->h_dest); in efx_ethtool_set_class_rule()
1030 ether_addr_copy(spec.rem_mac, mac_entry->h_source); in efx_ethtool_set_class_rule()
Dsiena_sriov.c1116 ether_addr_copy(peer->mac_addr, local_addr->addr); in efx_siena_sriov_peer_work()
1327 ether_addr_copy(vfdi_status->peers[0].mac_addr, net_dev->dev_addr); in efx_siena_sriov_init()
1477 ether_addr_copy(vfdi_status->peers[0].mac_addr, in efx_siena_sriov_mac_address_changed()
1595 ether_addr_copy(vf->addr.mac_addr, mac); in efx_siena_sriov_set_vf_mac()
1658 ether_addr_copy(ivi->mac, vf->addr.mac_addr); in efx_siena_sriov_get_vf_config()
Dselftest.c368 ether_addr_copy((u8 *)&payload->header.h_dest, net_dev->dev_addr); in efx_iterate_state()
369 ether_addr_copy((u8 *)&payload->header.h_source, payload_source); in efx_iterate_state()
Def10.c165 ether_addr_copy(mac_address, in efx_ef10_get_mac_address()
3177 ether_addr_copy(table->dev_uc_list[0].addr, net_dev->dev_addr); in efx_ef10_filter_sync_rx_mode()
3180 ether_addr_copy(table->dev_uc_list[i].addr, uc->addr); in efx_ef10_filter_sync_rx_mode()
3192 ether_addr_copy(table->dev_mc_list[i].addr, mc->addr); in efx_ef10_filter_sync_rx_mode()
Dmcdi.c1225 ether_addr_copy(mac_address, in efx_mcdi_get_board_cfg()
1570 ether_addr_copy(MCDI_PTR(inbuf, WOL_FILTER_SET_IN_MAGIC_MAC), mac); in efx_mcdi_wol_filter_set()
Dmcdi_port.c868 ether_addr_copy(MCDI_PTR(cmdbytes, SET_MAC_IN_ADDR), in efx_mcdi_set_mac()
Defx.c1023 ether_addr_copy(efx->net_dev->dev_addr, efx->net_dev->perm_addr); in efx_probe_port()
2170 ether_addr_copy(net_dev->dev_addr, new_addr); in efx_set_mac_address()
Dfalcon.c2190 ether_addr_copy(efx->net_dev->perm_addr, nvconfig->mac_address[0]); in falcon_probe_nvconfig()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Ddynack.c206 ether_addr_copy(da->st_rbf.addr[da->st_rbf.t_rb].h_dest, hdr->addr1); in ath_dynack_sample_tx_ts()
207 ether_addr_copy(da->st_rbf.addr[da->st_rbf.t_rb].h_src, hdr->addr2); in ath_dynack_sample_tx_ts()
Dmain.c977 ether_addr_copy(common->curbssid, avp->bssid); in ath9k_update_bssid_mask()
1017 ether_addr_copy(common->curbssid, avp->bssid); in ath9k_set_assoc_state()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c1035 ether_addr_copy(da, ieee80211_get_DA(hdr)); in ath10k_htt_rx_h_undecap_nwifi()
1036 ether_addr_copy(sa, ieee80211_get_SA(hdr)); in ath10k_htt_rx_h_undecap_nwifi()
1048 ether_addr_copy(ieee80211_get_DA(hdr), da); in ath10k_htt_rx_h_undecap_nwifi()
1049 ether_addr_copy(ieee80211_get_SA(hdr), sa); in ath10k_htt_rx_h_undecap_nwifi()
1111 ether_addr_copy(da, eth->h_dest); in ath10k_htt_rx_h_undecap_eth()
1112 ether_addr_copy(sa, eth->h_source); in ath10k_htt_rx_h_undecap_eth()
1128 ether_addr_copy(ieee80211_get_DA(hdr), da); in ath10k_htt_rx_h_undecap_eth()
1129 ether_addr_copy(ieee80211_get_SA(hdr), sa); in ath10k_htt_rx_h_undecap_eth()
Dwmi-tlv.c1293 ether_addr_copy(addrs[i].addr, arg->bssids[i].bssid); in ath10k_wmi_tlv_op_gen_start_scan()
1370 ether_addr_copy(cmd->vdev_macaddr.addr, mac_addr); in ath10k_wmi_tlv_op_gen_vdev_create()
1517 ether_addr_copy(cmd->vdev_bssid.addr, bssid); in ath10k_wmi_tlv_op_gen_vdev_up()
1603 ether_addr_copy(cmd->peer_macaddr.addr, arg->macaddr); in ath10k_wmi_tlv_op_gen_vdev_install_key()
1675 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath10k_wmi_tlv_op_gen_vdev_sta_uapsd()
1776 ether_addr_copy(arp->dest_mac_addr.addr, arg->dest_mac_addr); in ath10k_wmi_tlv_op_gen_sta_keepalive()
1801 ether_addr_copy(cmd->peer_addr.addr, peer_addr); in ath10k_wmi_tlv_op_gen_peer_create()
1824 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath10k_wmi_tlv_op_gen_peer_delete()
1848 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath10k_wmi_tlv_op_gen_peer_flush()
1875 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath10k_wmi_tlv_op_gen_peer_set_param()
[all …]
Dtxrx.c188 ether_addr_copy(peer->addr, ev->addr); in ath10k_peer_map_event()
Dwmi.c1093 ether_addr_copy(cmd->hdr.peer_macaddr.addr, ieee80211_get_DA(hdr)); in ath10k_wmi_op_gen_mgmt_tx()
1795 ether_addr_copy(dst->peer_macaddr, src->peer_macaddr.addr); in ath10k_wmi_pull_peer_stats()
3253 ether_addr_copy(ar->mac_addr, arg.mac_addr); in ath10k_wmi_event_ready()
4283 ether_addr_copy(cmd->vdev_macaddr.addr, macaddr); in ath10k_wmi_op_gen_vdev_create()
4396 ether_addr_copy(cmd->vdev_bssid.addr, bssid); in ath10k_wmi_op_gen_vdev_up()
4477 ether_addr_copy(cmd->peer_macaddr.addr, arg->macaddr); in ath10k_wmi_op_gen_vdev_install_key()
4554 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath10k_wmi_op_gen_peer_create()
4575 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath10k_wmi_op_gen_peer_delete()
4597 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath10k_wmi_op_gen_peer_flush()
4622 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath10k_wmi_op_gen_peer_set_param()
[all …]
Dmac.c243 ether_addr_copy(addr, peer->addr); in ath10k_clear_vdev_key()
1150 ether_addr_copy(arvif->bssid, info->bssid); in ath10k_control_beaconing()
1394 ether_addr_copy(arg->addr, sta->addr); in ath10k_peer_assoc_h_basic()
1944 ether_addr_copy(arvif->bssid, bss_conf->bssid); in ath10k_bss_assoc()
3607 ether_addr_copy(arvif->bssid, info->bssid); in ath10k_bss_info_changed()
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
Drecv_linux.c66 ether_addr_copy(ev.src_addr.sa_data, &pmlmepriv->assoc_bssid[0]); in rtw_handle_tkip_mic_err23a()
Dioctl_cfg80211.c412 ether_addr_copy(psetstakey_para->addr, psta->hwaddr); in set_pairwise_key()
921 ether_addr_copy(sta_addr, mac_addr); in cfg80211_rtw_add_key()
2271 ether_addr_copy( in cfg80211_rtw_set_pmksa()
2408 ether_addr_copy(mgmt.da, myid(&padapter->eeprompriv)); in rtw_cfg80211_indicate_sta_disassoc()
2409 ether_addr_copy(mgmt.sa, da); in rtw_cfg80211_indicate_sta_disassoc()
2410 ether_addr_copy(mgmt.bssid, get_my_bssid23a(&pmlmeinfo->network)); in rtw_cfg80211_indicate_sta_disassoc()
2495 ether_addr_copy(pdata, dst_mac_addr); in rtw_cfg80211_monitor_if_xmit_entry()
2496 ether_addr_copy(pdata + ETH_ALEN, src_mac_addr); in rtw_cfg80211_monitor_if_xmit_entry()
Dos_intfs.c245 ether_addr_copy(padapter->eeprompriv.mac_addr, addr->sa_data); in rtw_net_set_mac_address()
589 ether_addr_copy(pnetdev->dev_addr, padapter->eeprompriv.mac_addr); in _rtw_drv_register_netdev()
/linux-4.1.27/drivers/staging/rtl8712/
Drecv_linux.c99 ether_addr_copy(ev.src_addr.sa_data, &pmlmepriv->assoc_bssid[0]); in r8712_handle_tkip_mic_err()
Dusb_intf.c466 ether_addr_copy(mac, &pdata[0x12]); in r871xu_drv_init()
583 ether_addr_copy(pnetdev->dev_addr, mac); in r871xu_drv_init()
Drtl871x_cmd.c534 ether_addr_copy(&pmlmepriv->assoc_bssid[0], in r8712_joinbss_cmd()
686 ether_addr_copy(psetstakey_para->addr, sta->hwaddr); in r8712_setstakey_cmd()
788 ether_addr_copy(psetMacAddr_para->MacAddr, mac_addr); in r8712_setMacAddr_cmd()
817 ether_addr_copy(psetassocsta_para->addr, mac_addr); in r8712_setassocsta_cmd()
Drtl871x_ioctl_linux.c188 ether_addr_copy(iwe.u.ap_addr.sa_data, pnetwork->network.MacAddress); in translate_scan()
1120 ether_addr_copy(wrqu->ap_addr.sa_data, pcur_bss->MacAddress); in r8711_wx_get_wap()
/linux-4.1.27/arch/mips/ath25/
Dboard.c174 ether_addr_copy(mac_addr, ath25_board.config->wlan0_mac); in ath25_find_config()
/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_cmd.c202 ether_addr_copy(mgmt->da, bc_addr); in ConstructBeacon()
203 ether_addr_copy(mgmt->sa, myid(&padapter->eeprompriv)); in ConstructBeacon()
204 ether_addr_copy(mgmt->bssid, get_my_bssid23a(cur_network)); in ConstructBeacon()
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dwmi.c469 ether_addr_copy(wil->sta[evt->cid].addr, evt->bssid); in wmi_evt_connect()
527 ether_addr_copy(eth->h_dest, ndev->dev_addr); in wmi_evt_eapol_rx()
528 ether_addr_copy(eth->h_source, evt->src_mac); in wmi_evt_eapol_rx()
854 ether_addr_copy(cmd.mac, addr); in wmi_set_mac_address()
1166 ether_addr_copy(cmd.dst_mac, mac); in wmi_disconnect_sta()
Dcfg80211.c221 ether_addr_copy(mac, wil->sta[cid].addr); in wil_cfg80211_dump_station()
482 ether_addr_copy(conn.bssid, bss->bssid); in wil_cfg80211_connect()
483 ether_addr_copy(conn.dst_mac, bss->bssid); in wil_cfg80211_connect()
Dmain.c647 ether_addr_copy(ndev->perm_addr, bl.mac_address); in wil_get_bl_info()
649 ether_addr_copy(ndev->dev_addr, bl.mac_address); in wil_get_bl_info()
Dtxrx.c944 ether_addr_copy(eth->h_dest, wil->sta[cid].addr); in wil_set_da_for_vring()
/linux-4.1.27/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_platform.c126 ether_addr_copy(priv->dev->dev_addr, mac); in sxgbe_platform_probe()
/linux-4.1.27/drivers/staging/ozwpan/
Dozcdev.c220 ether_addr_copy(g_cdev.active_addr, addr); in oz_set_active_pd()
289 ether_addr_copy(addr, g_cdev.active_addr); in oz_cdev_ioctl()
Dozproto.c808 ether_addr_copy((u8 *)&addr[count++], pd->mac_addr); in oz_get_pd_list()
Dozpd.c118 ether_addr_copy(pd->mac_addr, mac_addr); in oz_pd_alloc()
/linux-4.1.27/drivers/net/ethernet/rocker/
Drocker.c1630 ether_addr_copy(macaddr, rocker_tlv_data(attr)); in rocker_cmd_get_port_settings_macaddr_proc()
2468 ether_addr_copy(entry->key.term_mac.eth_dst, eth_dst); in rocker_flow_tbl_term_mac()
2469 ether_addr_copy(entry->key.term_mac.eth_dst_mask, eth_dst_mask); in rocker_flow_tbl_term_mac()
2498 ether_addr_copy(entry->key.bridge.eth_dst, eth_dst); in rocker_flow_tbl_bridge()
2502 ether_addr_copy(entry->key.bridge.eth_dst_mask, eth_dst_mask); in rocker_flow_tbl_bridge()
2588 ether_addr_copy(entry->key.acl.eth_src, eth_src); in rocker_flow_tbl_acl()
2590 ether_addr_copy(entry->key.acl.eth_src_mask, eth_src_mask); in rocker_flow_tbl_acl()
2592 ether_addr_copy(entry->key.acl.eth_dst, eth_dst); in rocker_flow_tbl_acl()
2594 ether_addr_copy(entry->key.acl.eth_dst_mask, eth_dst_mask); in rocker_flow_tbl_acl()
2773 ether_addr_copy(entry->l3_unicast.eth_src, src_mac); in rocker_group_l3_unicast()
[all …]
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40evf_main.c807 ether_addr_copy(f->macaddr, macaddr); in i40evf_add_filter()
840 ether_addr_copy(hw->mac.addr, addr->sa_data); in i40evf_set_mac()
841 ether_addr_copy(netdev->dev_addr, adapter->hw.mac.addr); in i40evf_set_mac()
2146 ether_addr_copy(netdev->dev_addr, adapter->hw.mac.addr); in i40evf_init_task()
2147 ether_addr_copy(netdev->perm_addr, adapter->hw.mac.addr); in i40evf_init_task()
2153 ether_addr_copy(f->macaddr, adapter->hw.mac.addr); in i40evf_init_task()
Di40evf_virtchnl.c409 ether_addr_copy(veal->list[i].addr, f->macaddr); in i40evf_add_ether_addrs()
468 ether_addr_copy(veal->list[i].addr, f->macaddr); in i40evf_del_ether_addrs()
/linux-4.1.27/net/core/
Dnetpoll.c465 ether_addr_copy(eth->h_source, np->dev->dev_addr); in netpoll_send_udp()
466 ether_addr_copy(eth->h_dest, np->remote_mac); in netpoll_send_udp()
Dpktgen.c1471 ether_addr_copy(&pkt_dev->hh[0], pkt_dev->dst_mac); in pktgen_if_write()
1488 ether_addr_copy(&pkt_dev->hh[6], pkt_dev->src_mac); in pktgen_if_write()
2091 ether_addr_copy(&(pkt_dev->hh[6]), pkt_dev->odev->dev_addr); in pktgen_setup_inject()
2094 ether_addr_copy(&(pkt_dev->hh[0]), pkt_dev->dst_mac); in pktgen_setup_inject()
/linux-4.1.27/net/8021q/
Dvlan_dev.c274 ether_addr_copy(vlan->real_dev_addr, real_dev->dev_addr); in vlan_dev_open()
338 ether_addr_copy(dev->dev_addr, addr->sa_data); in vlan_dev_set_mac_address()
Dvlan.c306 ether_addr_copy(vlan->real_dev_addr, dev->dev_addr); in vlan_sync_address()
/linux-4.1.27/net/bridge/
Dbr_device.c392 ether_addr_copy(br->group_addr, eth_reserved_addr_base); in br_dev_setup()
Dbr_netfilter.c452 ether_addr_copy(eth_hdr(skb)->h_dest, dev->dev_addr); in br_nf_pre_routing_finish()
Dbr_multicast.c367 ether_addr_copy(eth->h_source, br->dev->dev_addr); in br_ip4_multicast_alloc_query()
437 ether_addr_copy(eth->h_source, br->dev->dev_addr); in br_ip6_multicast_alloc_query()
/linux-4.1.27/drivers/net/ethernet/agere/
Det131x.c3007 ether_addr_copy(adapter->rom_addr, adapter->addr); in et131x_hwaddr_init()
3013 ether_addr_copy(adapter->addr, adapter->rom_addr); in et131x_hwaddr_init()
3084 ether_addr_copy(adapter->addr, adapter->rom_addr); in et131x_pci_init()
3316 ether_addr_copy(adapter->addr, default_mac); in et131x_adapter_init()
3798 ether_addr_copy(adapter->multicast_list[i++], ha->addr); in et131x_multicast()
3921 ether_addr_copy(netdev->dev_addr, adapter->addr); in et131x_change_mtu()
4023 ether_addr_copy(netdev->dev_addr, adapter->addr); in et131x_pci_setup()
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dtdls.c1144 ether_addr_copy(peer->peer_addr, sta_ptr->mac_addr); in mwifiex_get_tdls_list()
1197 ether_addr_copy(mac, skb->data); in mwifiex_tdls_check_tx()
1270 ether_addr_copy(tdls_peer->mac_addr, mac); in mwifiex_add_auto_tdls_peer()
Dmain.c1031 ether_addr_copy(priv->curr_addr, priv->adapter->perm_addr); in mwifiex_init_priv_params()
Dcmdevt.c1577 ether_addr_copy(priv->adapter->perm_addr, hw_spec->permanent_addr); in mwifiex_ret_get_hw_spec()
Dcfg80211.c1604 ether_addr_copy(deauth_mac, params->mac); in mwifiex_cfg80211_del_station()
3521 ether_addr_copy(wiphy->perm_addr, adapter->perm_addr); in mwifiex_register_cfg80211()
/linux-4.1.27/net/mac80211/
Dscan.c299 ether_addr_copy(local->hw_scan_req->req.mac_addr, req->mac_addr); in ieee80211_prep_hw_scan()
300 ether_addr_copy(local->hw_scan_req->req.mac_addr_mask, in ieee80211_prep_hw_scan()
/linux-4.1.27/net/atm/
Dlec.c526 ether_addr_copy(mesg->content.normal.mac_addr, mac_addr); in send_to_lecd()
1567 ether_addr_copy(to_return->mac_addr, mac_addr); in make_entry()
1889 ether_addr_copy(entry->mac_addr, in lec_arp_update()
2266 ether_addr_copy(entry->mac_addr, src); in lec_arp_check_empties()
Dmpc.c481 ether_addr_copy(mpc->mps_macs, router_mac); in copy_macs()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_fcoe.c1525 ether_addr_copy(netdev->dev_addr, hw->mac.san_addr); in i40e_fcoe_config_netdev()
1526 ether_addr_copy(netdev->perm_addr, hw->mac.san_addr); in i40e_fcoe_config_netdev()
Di40e_main.c1269 ether_addr_copy(element.mac_addr, macaddr); in i40e_rm_default_mac_filter()
1305 ether_addr_copy(f->macaddr, macaddr); in i40e_add_filter()
1447 ether_addr_copy(element.mac_addr, netdev->dev_addr); in i40e_set_mac()
1459 ether_addr_copy(element.mac_addr, hw->mac.addr); in i40e_set_mac()
1470 ether_addr_copy(netdev->dev_addr, addr->sa_data); in i40e_set_mac()
1754 ether_addr_copy(del_list[num_del].mac_addr, f->macaddr); in i40e_sync_vsi_filters()
1819 ether_addr_copy(add_list[num_add].mac_addr, f->macaddr); in i40e_sync_vsi_filters()
8188 ether_addr_copy(mac_addr, hw->mac.perm_addr); in i40e_config_netdev()
8206 ether_addr_copy(netdev->dev_addr, mac_addr); in i40e_config_netdev()
8207 ether_addr_copy(netdev->perm_addr, mac_addr); in i40e_config_netdev()
[all …]
Di40e_virtchnl_pf.c2035 ether_addr_copy(vf->default_lan_addr.addr, mac); in i40e_ndo_set_vf_mac()
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_cmd.c638 ether_addr_copy(psetstakey_para->addr, sta->hwaddr); in rtw_setstakey_cmd()
699 ether_addr_copy(psetstakey_para->addr, sta->hwaddr); in rtw_clearstakey_cmd()
Drtw_ap.c889 ether_addr_copy(pbss_network->MacAddress, myid(&(padapter->eeprompriv))); in rtw_check_beacon_data()
1165 ether_addr_copy(paclnode->addr, addr); in rtw_acl_add_sta()
/linux-4.1.27/drivers/staging/octeon/
Dethernet.c459 ether_addr_copy(dev->dev_addr, mac); in cvm_oct_common_init()
/linux-4.1.27/drivers/staging/wlan-ng/
Dprism2sta.c1548 ether_addr_copy(rec.address, inf->info.authreq.sta_addr); in prism2sta_inf_authreq_defer()
1661 ether_addr_copy(hw->authlist.addr[hw->authlist.cnt], in prism2sta_inf_authreq_defer()
/linux-4.1.27/drivers/net/ethernet/ti/
Dnetcp_core.c1328 ether_addr_copy(naddr->addr, addr); in netcp_addr_add()
1908 ether_addr_copy(ndev->dev_addr, efuse_mac_addr); in netcp_create_interface()
1917 ether_addr_copy(ndev->dev_addr, mac_addr); in netcp_create_interface()
Ddavinci_emac.c1844 ether_addr_copy(pdata->mac_addr, mac_addr); in davinci_emac_of_get_pdata()
2064 ether_addr_copy(ndev->dev_addr, priv->mac_addr); in davinci_emac_probe()
/linux-4.1.27/drivers/net/
Dmacvlan.c139 ether_addr_copy(entry->addr, addr); in macvlan_hash_add_source()
667 ether_addr_copy(dev->dev_addr, addr); in macvlan_sync_address()
Dvxlan.c1459 ether_addr_copy(eth_hdr(reply)->h_dest, daddr); in vxlan_na_create()
1460 ether_addr_copy(eth_hdr(reply)->h_source, n->ha); in vxlan_na_create()
1491 ether_addr_copy(&na->opt[2], n->ha); in vxlan_na_create()
/linux-4.1.27/drivers/net/ethernet/qualcomm/
Dqca_spi.c919 ether_addr_copy(qca->net_dev->dev_addr, mac); in qca_spi_probe()
/linux-4.1.27/drivers/net/wireless/rsi/
Drsi_91x_mac80211.c1082 ether_addr_copy(hw->wiphy->addr_mask, addr_mask); in rsi_mac80211_attach()
Drsi_91x_mgmt.c486 ether_addr_copy(peer_notify->mac_addr, bssid); in rsi_hal_send_sta_notify_frame()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/
Dtrx.c320 ether_addr_copy(pstatus->psaddr, psaddr); in translate_rx_signal_stuff()
/linux-4.1.27/net/dsa/
Dslave.c197 ether_addr_copy(dev->dev_addr, addr->sa_data); in dsa_slave_set_mac_address()
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_wx.c68 ether_addr_copy(iwe.u.ap_addr.sa_data, network->bssid); in rtl819x_translate_scan()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/
Dtrx.c257 ether_addr_copy(pstatus->psaddr, psaddr); in _rtl92ee_translate_rx_signal_stuff()
/linux-4.1.27/arch/mips/bcm47xx/
Dsprom.c559 ether_addr_copy(sprom->il0mac, mac); in bcm47xx_fill_sprom_ethernet()
/linux-4.1.27/drivers/net/ethernet/hisilicon/
Dhix5hd2_gmac.c984 ether_addr_copy(ndev->dev_addr, mac_addr); in hix5hd2_dev_probe()
/linux-4.1.27/drivers/net/ethernet/altera/
Daltera_tse_main.c1479 ether_addr_copy(ndev->dev_addr, macaddr); in altera_tse_probe()
/linux-4.1.27/drivers/net/ethernet/marvell/
Dpxa168_eth.c1475 ether_addr_copy(dev->dev_addr, mac_addr); in pxa168_eth_probe()
Dmvpp2.c3121 ether_addr_copy(dev->dev_addr, da); in mvpp2_prs_update_mac_da()
6114 ether_addr_copy(dev->dev_addr, dt_mac_addr); in mvpp2_port_probe()
6119 ether_addr_copy(dev->dev_addr, hw_mac_addr); in mvpp2_port_probe()
/linux-4.1.27/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.c2867 ether_addr_copy(dev->dev_addr, addr->sa_data); in bcmgenet_set_mac_addr()
3121 ether_addr_copy(dev->dev_addr, macaddr); in bcmgenet_probe()
/linux-4.1.27/drivers/net/ethernet/ibm/
Dibmveth.c1347 ether_addr_copy(dev->dev_addr, addr->sa_data); in ibmveth_set_mac_addr()
/linux-4.1.27/drivers/net/ethernet/tile/
Dtilegx.c2224 ether_addr_copy(dev->dev_addr, mac); in tile_net_dev_init()
/linux-4.1.27/drivers/net/usb/
Dr8152.c1032 ether_addr_copy(sa.sa_data, dev->dev_addr); in set_ethernet_addr()
1038 ether_addr_copy(dev->dev_addr, sa.sa_data); in set_ethernet_addr()
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dbcmsysport.c1726 ether_addr_copy(dev->dev_addr, macaddr); in bcm_sysport_probe()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c4032 ether_addr_copy(adapter->mac_table[i].addr, addr); in ixgbe_add_mac_filter()
8319 ether_addr_copy(hw->mac.perm_addr, addr); in ixgbe_get_platform_mac_addr()
8325 ether_addr_copy(hw->mac.perm_addr, idprom->id_ethaddr); in ixgbe_get_platform_mac_addr()
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.c2559 ether_addr_copy(dev->dev_addr, addr->sa_data); in r8192_set_mac_adr()
/linux-4.1.27/drivers/staging/slicoss/
Dslicoss.c1798 ether_addr_copy(mcaddr->address, address); in slic_mcast_add_list()
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_main.c1445 ether_addr_copy(vf_cfg->mac_addr, mac); in be_set_vf_mac()