| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | time-sync.c | 155 ether_addr_copy(cmd.peer_addr, addr); in iwl_mvm_time_sync_config() 165 ether_addr_copy(mvm->time_sync.peer_addr, addr); in iwl_mvm_time_sync_config()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | mt76_connac_mac.c | 979 ether_addr_copy(hdr.addr1, vif->addr); in mt76_connac2_reverse_frag0_hdr_trans() 980 ether_addr_copy(hdr.addr2, sta->addr); in mt76_connac2_reverse_frag0_hdr_trans() 984 ether_addr_copy(hdr.addr3, vif->bss_conf.bssid); in mt76_connac2_reverse_frag0_hdr_trans() 987 ether_addr_copy(hdr.addr3, eth_hdr->h_source); in mt76_connac2_reverse_frag0_hdr_trans() 990 ether_addr_copy(hdr.addr3, eth_hdr->h_dest); in mt76_connac2_reverse_frag0_hdr_trans() 993 ether_addr_copy(hdr.addr3, eth_hdr->h_dest); in mt76_connac2_reverse_frag0_hdr_trans() 994 ether_addr_copy(hdr.addr4, eth_hdr->h_source); in mt76_connac2_reverse_frag0_hdr_trans() 1003 ether_addr_copy(skb_push(skb, ETH_ALEN), bridge_tunnel_header); in mt76_connac2_reverse_frag0_hdr_trans() 1005 ether_addr_copy(skb_push(skb, ETH_ALEN), rfc1042_header); in mt76_connac2_reverse_frag0_hdr_trans()
|
| H A D | scan.c | 54 ether_addr_copy(hdr->addr1, req->bssid); in mt76_scan_send_probe() 55 ether_addr_copy(hdr->addr3, req->bssid); in mt76_scan_send_probe()
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | link.c | 55 ether_addr_copy(cmd.local_link_addr, link_conf->addr); in iwl_mld_add_link_to_fw() 58 ether_addr_copy(cmd.ibss_bssid_addr, link_conf->bssid); in iwl_mld_add_link_to_fw() 271 ether_addr_copy(cmd.local_link_addr, link->addr); in iwl_mld_change_link_in_fw() 286 ether_addr_copy(cmd.ibss_bssid_addr, link->bssid); in iwl_mld_change_link_in_fw() 346 ether_addr_copy(cmd.ref_bssid_addr, link->transmitter_bssid); in iwl_mld_change_link_in_fw()
|
| H A D | time_sync.c | 22 ether_addr_copy(time_sync->peer_addr, addr); in iwl_mld_init_time_sync() 40 ether_addr_copy(cmd.peer_addr, time_sync->peer_addr); in iwl_mld_time_sync_fw_config()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
| H A D | mac.c | 199 ether_addr_copy(hdr.addr1, vif->addr); in mt7925_reverse_frag0_hdr_trans() 200 ether_addr_copy(hdr.addr2, sta->addr); in mt7925_reverse_frag0_hdr_trans() 204 ether_addr_copy(hdr.addr3, vif->bss_conf.bssid); in mt7925_reverse_frag0_hdr_trans() 207 ether_addr_copy(hdr.addr3, eth_hdr->h_source); in mt7925_reverse_frag0_hdr_trans() 210 ether_addr_copy(hdr.addr3, eth_hdr->h_dest); in mt7925_reverse_frag0_hdr_trans() 213 ether_addr_copy(hdr.addr3, eth_hdr->h_dest); in mt7925_reverse_frag0_hdr_trans() 214 ether_addr_copy(hdr.addr4, eth_hdr->h_source); in mt7925_reverse_frag0_hdr_trans() 223 ether_addr_copy(skb_push(skb, ETH_ALEN), bridge_tunnel_header); in mt7925_reverse_frag0_hdr_trans() 225 ether_addr_copy(skb_push(skb, ETH_ALEN), rfc1042_header); in mt7925_reverse_frag0_hdr_trans()
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | bf.c | 76 ether_addr_copy(bfee->mac_addr, bssid); in rtw_bf_assoc() 94 ether_addr_copy(bfee->mac_addr, bssid); in rtw_bf_assoc() 266 ether_addr_copy(param.bfer_address, bfee->mac_addr); in rtw_bf_enable_bfee_mu()
|
| H A D | sec.c | 41 ether_addr_copy(cam->addr, sta->addr); in rtw_sec_write_cam()
|
| H A D | rtw8723x.c | 232 ether_addr_copy(efuse->addr, map->e.mac_addr); in rtw8723xe_efuse_parsing() 238 ether_addr_copy(efuse->addr, map->u.mac_addr); in rtw8723xu_efuse_parsing() 244 ether_addr_copy(efuse->addr, map->s.mac_addr); in rtw8723xs_efuse_parsing()
|
| /freebsd/sys/dev/irdma/ |
| H A D | irdma_verbs.h | 368 ether_addr_copy(mac, mac4); in irdma_mcast_mac_v4() 382 ether_addr_copy(mac, mac6); in irdma_mcast_mac_v6()
|
| H A D | irdma_kcompat.c | 571 ether_addr_copy(ah_info->mac_addr, if_getlladdr(iwdev->netdev)); in irdma_create_ah() 579 ether_addr_copy(dmac, attr->dmac); in irdma_create_ah() 619 ether_addr_copy(dmac, attr->dmac); in irdma_ether_copy() 1304 ether_addr_copy(iwqp->ctx_info.roce_info->mac_addr, if_getlladdr(sgid_attr.ndev)); in kc_irdma_set_roce_cm_info() 1654 ether_addr_copy(gid->raw, if_getlladdr(iwdev->netdev)); in irdma_query_gid()
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | etherdevice.h | 88 ether_addr_copy(u8 * dst, const u8 * src) in ether_addr_copy() function
|
| /freebsd/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_mpfs.c | 74 ether_addr_copy(&in_mac_addr[2], mac); in mlx5_mpfs_add_mac()
|
| H A D | mlx5_vport.c | 291 ether_addr_copy(addr, &out_addr[2]); in mlx5_query_nic_vport_mac_address() 326 ether_addr_copy(&perm_mac[2], addr); in mlx5_modify_nic_vport_mac_address() 498 ether_addr_copy(mac_ptr, addr); in mlx5_set_nic_vport_current_mac() 674 ether_addr_copy(mac_ptr, (u8 *)&addr_list[i]); in mlx5_set_nic_vport_mc_list() 767 ether_addr_copy(addr_list[i], mac_addr); in mlx5_query_nic_vport_mac_list() 819 ether_addr_copy(curr_mac, addr_list[i]); in mlx5_modify_nic_vport_mac_list() 983 ether_addr_copy(mac_ptr, addr); in mlx5_set_nic_vport_permanent_mac()
|
| H A D | eswitch.h | 74 ether_addr_copy(ptr->node.addr, mac); \
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
| H A D | mac.c | 282 ether_addr_copy(hdr.addr1, vif->addr); in mt7615_reverse_frag0_hdr_trans() 283 ether_addr_copy(hdr.addr2, sta->addr); in mt7615_reverse_frag0_hdr_trans() 287 ether_addr_copy(hdr.addr3, vif->bss_conf.bssid); in mt7615_reverse_frag0_hdr_trans() 290 ether_addr_copy(hdr.addr3, eth_hdr->h_source); in mt7615_reverse_frag0_hdr_trans() 293 ether_addr_copy(hdr.addr3, eth_hdr->h_dest); in mt7615_reverse_frag0_hdr_trans() 296 ether_addr_copy(hdr.addr3, eth_hdr->h_dest); in mt7615_reverse_frag0_hdr_trans() 297 ether_addr_copy(hdr.addr4, eth_hdr->h_source); in mt7615_reverse_frag0_hdr_trans() 306 ether_addr_copy(skb_push(skb, ETH_ALEN), bridge_tunnel_header); in mt7615_reverse_frag0_hdr_trans() 308 ether_addr_copy(skb_push(skb, ETH_ALEN), rfc1042_header); in mt7615_reverse_frag0_hdr_trans()
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | wmi-tlv.c | 2101 ether_addr_copy(cmd->mac_addr.addr, arg->mac_addr.addr); in ath10k_wmi_tlv_op_gen_start_scan() 2102 ether_addr_copy(cmd->mac_mask.addr, arg->mac_mask.addr); in ath10k_wmi_tlv_op_gen_start_scan() 2151 ether_addr_copy(addrs[i].addr, arg->bssids[i].bssid); in ath10k_wmi_tlv_op_gen_start_scan() 2256 ether_addr_copy(cmd->vdev_macaddr.addr, mac_addr); in ath10k_wmi_tlv_op_gen_vdev_create() 2418 ether_addr_copy(cmd->vdev_bssid.addr, bssid); in ath10k_wmi_tlv_op_gen_vdev_up() 2516 ether_addr_copy(cmd->peer_macaddr.addr, arg->macaddr); in ath10k_wmi_tlv_op_gen_vdev_install_key() 2607 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath10k_wmi_tlv_op_gen_vdev_sta_uapsd() 2729 ether_addr_copy(arp->dest_mac_addr.addr, arg->dest_mac_addr); in ath10k_wmi_tlv_op_gen_sta_keepalive() 2755 ether_addr_copy(cmd->peer_addr.addr, peer_addr); in ath10k_wmi_tlv_op_gen_peer_create() 2778 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath10k_wmi_tlv_op_gen_peer_delete() [all …]
|
| H A D | htt_rx.c | 1630 ether_addr_copy(da, ieee80211_get_DA(hdr)); in ath10k_htt_rx_h_undecap_nwifi() 1631 ether_addr_copy(sa, ieee80211_get_SA(hdr)); in ath10k_htt_rx_h_undecap_nwifi() 1636 ether_addr_copy(da, ieee80211_get_DA(hdr2)); in ath10k_htt_rx_h_undecap_nwifi() 1637 ether_addr_copy(sa, ieee80211_get_SA(hdr2)); in ath10k_htt_rx_h_undecap_nwifi() 1667 ether_addr_copy(ieee80211_get_DA(hdr), da); in ath10k_htt_rx_h_undecap_nwifi() 1668 ether_addr_copy(ieee80211_get_SA(hdr), sa); in ath10k_htt_rx_h_undecap_nwifi() 1672 ether_addr_copy(ieee80211_get_DA(hdr2), da); in ath10k_htt_rx_h_undecap_nwifi() 1673 ether_addr_copy(ieee80211_get_SA(hdr2), sa); in ath10k_htt_rx_h_undecap_nwifi() 1776 ether_addr_copy(da, eth->h_dest); in ath10k_htt_rx_h_undecap_eth() 1777 ether_addr_copy(s in ath10k_htt_rx_h_undecap_eth() [all...] |
| H A D | txrx.c | 238 ether_addr_copy(peer->addr, ev->addr); in ath10k_peer_map_event()
|
| /freebsd/sys/dev/mlx5/mlx5_lib/ |
| H A D | mlx5_gid.c | 144 ether_addr_copy(addr_mac, mac); in mlx5_core_roce_gid_set()
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | hal.c | 461 ether_addr_copy(hdr->addr1, desc->u.qcn9274.mpdu_start.addr1); in ath12k_hw_qcn9274_rx_desc_get_dot11_hdr() 462 ether_addr_copy(hdr->addr2, desc->u.qcn9274.mpdu_start.addr2); in ath12k_hw_qcn9274_rx_desc_get_dot11_hdr() 463 ether_addr_copy(hdr->addr3, desc->u.qcn9274.mpdu_start.addr3); in ath12k_hw_qcn9274_rx_desc_get_dot11_hdr() 466 ether_addr_copy(hdr->addr4, desc->u.qcn9274.mpdu_start.addr4); in ath12k_hw_qcn9274_rx_desc_get_dot11_hdr() 901 ether_addr_copy(hdr->addr1, desc->u.wcn7850.mpdu_start.addr1); in ath12k_hw_wcn7850_rx_desc_get_dot11_hdr() 902 ether_addr_copy(hdr->addr2, desc->u.wcn7850.mpdu_start.addr2); in ath12k_hw_wcn7850_rx_desc_get_dot11_hdr() 903 ether_addr_copy(hdr->addr3, desc->u.wcn7850.mpdu_start.addr3); in ath12k_hw_wcn7850_rx_desc_get_dot11_hdr() 906 ether_addr_copy(hdr->addr4, desc->u.wcn7850.mpdu_start.addr4); in ath12k_hw_wcn7850_rx_desc_get_dot11_hdr()
|
| H A D | wmi.c | 841 ether_addr_copy(cmd->vdev_macaddr.addr, macaddr); in ath12k_wmi_vdev_create() 1130 ether_addr_copy(cmd->vdev_bssid.addr, bssid); in ath12k_wmi_vdev_up() 1161 ether_addr_copy(cmd->peer_macaddr.addr, arg->peer_addr); in ath12k_wmi_send_peer_create_cmd() 1194 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath12k_wmi_send_peer_delete_cmd() 1264 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath12k_wmi_set_peer_param() 1300 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath12k_wmi_send_peer_flush_tids_cmd() 1336 ether_addr_copy(cmd->peer_macaddr.addr, addr); in ath12k_wmi_peer_rx_reorder_queue_setup() 1377 ether_addr_copy(cmd->peer_macaddr.addr, arg->peer_macaddr); in ath12k_wmi_rx_reord_queue_remove() 1572 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath12k_wmi_send_set_ap_ps_param_cmd() 1835 ether_addr_copy(cmd->peer_macaddr.addr, arg->macaddr); in ath12k_wmi_vdev_install_key() [all …]
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | wmi.c | 794 ether_addr_copy(cmd->vdev_macaddr.addr, macaddr); in ath11k_wmi_vdev_create() 1111 ether_addr_copy(cmd->vdev_bssid.addr, bssid); in ath11k_wmi_vdev_up() 1116 ether_addr_copy(cmd->tx_vdev_bssid.addr, tx_bssid); in ath11k_wmi_vdev_up() 1122 ether_addr_copy(cmd->tx_vdev_bssid.addr, in ath11k_wmi_vdev_up() 1158 ether_addr_copy(cmd->peer_macaddr.addr, param->peer_addr); in ath11k_wmi_send_peer_create_cmd() 1191 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath11k_wmi_send_peer_delete_cmd() 1262 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath11k_wmi_set_peer_param() 1297 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath11k_wmi_send_peer_flush_tids_cmd() 1334 ether_addr_copy(cmd->peer_macaddr.addr, addr); in ath11k_wmi_peer_rx_reorder_queue_setup() 1376 ether_addr_copy(cmd->peer_macaddr.addr, param->peer_macaddr); in ath11k_wmi_rx_reord_queue_remove() [all …]
|
| /freebsd/sys/dev/mlx5/mlx5_en/ |
| H A D | mlx5_en_flow_table.c | 282 ether_addr_copy(mv_dmac, ai->addr); in mlx5e_add_eth_addr_rule_sub() 956 ether_addr_copy(hn->ai.addr, LLADDR(sdl)); in mlx5e_copy_addr() 992 ether_addr_copy(hn->ai.addr, if_getlladdr(ifp)); in mlx5e_sync_ifp_addr() 1049 ether_addr_copy(addr_array[i++], if_getlladdr(ifp)); in mlx5e_fill_addr_array() 1051 ether_addr_copy(addr_array[i++], if_getbroadcastaddr(ifp)); in mlx5e_fill_addr_array() 1058 ether_addr_copy(addr_array[i++], hn->ai.addr); in mlx5e_fill_addr_array() 1171 ether_addr_copy(priv->eth_addr.broadcast.addr, in mlx5e_set_rx_mode_core()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | mac.c | 267 ether_addr_copy(hdr.addr1, vif->addr); in mt7996_reverse_frag0_hdr_trans() 268 ether_addr_copy(hdr.addr2, sta->addr); in mt7996_reverse_frag0_hdr_trans() 272 ether_addr_copy(hdr.addr3, link_conf->bssid); in mt7996_reverse_frag0_hdr_trans() 275 ether_addr_copy(hdr.addr3, eth_hdr->h_source); in mt7996_reverse_frag0_hdr_trans() 278 ether_addr_copy(hdr.addr3, eth_hdr->h_dest); in mt7996_reverse_frag0_hdr_trans() 281 ether_addr_copy(hdr.addr3, eth_hdr->h_dest); in mt7996_reverse_frag0_hdr_trans() 282 ether_addr_copy(hdr.addr4, eth_hdr->h_source); in mt7996_reverse_frag0_hdr_trans() 291 ether_addr_copy(skb_push(skb, ETH_ALEN), bridge_tunnel_header); in mt7996_reverse_frag0_hdr_trans() 293 ether_addr_copy(skb_push(skb, ETH_ALEN), rfc1042_header); in mt7996_reverse_frag0_hdr_trans()
|