| /freebsd-14.2/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()
|
| H A D | link.c | 219 ether_addr_copy(cmd.ref_bssid_addr, in iwl_mvm_link_changed()
|
| /freebsd-14.2/sys/contrib/dev/mediatek/mt76/ |
| H A D | mt76_connac_mac.c | 961 ether_addr_copy(hdr.addr1, vif->addr); in mt76_connac2_reverse_frag0_hdr_trans() 962 ether_addr_copy(hdr.addr2, sta->addr); in mt76_connac2_reverse_frag0_hdr_trans() 966 ether_addr_copy(hdr.addr3, vif->bss_conf.bssid); in mt76_connac2_reverse_frag0_hdr_trans() 969 ether_addr_copy(hdr.addr3, eth_hdr->h_source); in mt76_connac2_reverse_frag0_hdr_trans() 972 ether_addr_copy(hdr.addr3, eth_hdr->h_dest); in mt76_connac2_reverse_frag0_hdr_trans() 975 ether_addr_copy(hdr.addr3, eth_hdr->h_dest); in mt76_connac2_reverse_frag0_hdr_trans() 976 ether_addr_copy(hdr.addr4, eth_hdr->h_source); in mt76_connac2_reverse_frag0_hdr_trans() 985 ether_addr_copy(skb_push(skb, ETH_ALEN), bridge_tunnel_header); in mt76_connac2_reverse_frag0_hdr_trans() 987 ether_addr_copy(skb_push(skb, ETH_ALEN), rfc1042_header); in mt76_connac2_reverse_frag0_hdr_trans()
|
| /freebsd-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | etherdevice.h | 80 ether_addr_copy(u8 * dst, const u8 * src) in ether_addr_copy() function
|
| /freebsd-14.2/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() 263 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()
|
| /freebsd-14.2/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-14.2/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 | eswitch.h | 72 ether_addr_copy(ptr->node.addr, 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()
|
| /freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7615/ |
| H A D | mac.c | 285 ether_addr_copy(hdr.addr1, vif->addr); in mt7615_reverse_frag0_hdr_trans() 286 ether_addr_copy(hdr.addr2, sta->addr); in mt7615_reverse_frag0_hdr_trans() 290 ether_addr_copy(hdr.addr3, vif->bss_conf.bssid); in mt7615_reverse_frag0_hdr_trans() 293 ether_addr_copy(hdr.addr3, eth_hdr->h_source); in mt7615_reverse_frag0_hdr_trans() 296 ether_addr_copy(hdr.addr3, eth_hdr->h_dest); in mt7615_reverse_frag0_hdr_trans() 299 ether_addr_copy(hdr.addr3, eth_hdr->h_dest); in mt7615_reverse_frag0_hdr_trans() 300 ether_addr_copy(hdr.addr4, eth_hdr->h_source); in mt7615_reverse_frag0_hdr_trans() 309 ether_addr_copy(skb_push(skb, ETH_ALEN), bridge_tunnel_header); in mt7615_reverse_frag0_hdr_trans() 311 ether_addr_copy(skb_push(skb, ETH_ALEN), rfc1042_header); in mt7615_reverse_frag0_hdr_trans()
|
| /freebsd-14.2/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-14.2/sys/contrib/dev/athk/ath10k/ |
| H A D | wmi-tlv.c | 2251 ether_addr_copy(cmd->vdev_macaddr.addr, mac_addr); in ath10k_wmi_tlv_op_gen_vdev_create() 2413 ether_addr_copy(cmd->vdev_bssid.addr, bssid); in ath10k_wmi_tlv_op_gen_vdev_up() 2602 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath10k_wmi_tlv_op_gen_vdev_sta_uapsd() 2750 ether_addr_copy(cmd->peer_addr.addr, peer_addr); in ath10k_wmi_tlv_op_gen_peer_create() 2773 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath10k_wmi_tlv_op_gen_peer_delete() 2797 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath10k_wmi_tlv_op_gen_peer_flush() 2824 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath10k_wmi_tlv_op_gen_peer_set_param() 2891 ether_addr_copy(cmd->mac_addr.addr, arg->addr); in ath10k_wmi_tlv_op_gen_peer_assoc() 3015 ether_addr_copy(cmd->peer_macaddr.addr, mac); in ath10k_wmi_tlv_op_gen_set_ap_ps() 3258 ether_addr_copy(cmd->peer_macaddr.addr, addr); in ath10k_wmi_tlv_op_gen_request_peer_stats_info() [all …]
|
| H A D | htt_rx.c | 1628 ether_addr_copy(da, ieee80211_get_DA(hdr)); in ath10k_htt_rx_h_undecap_nwifi() 1629 ether_addr_copy(sa, ieee80211_get_SA(hdr)); in ath10k_htt_rx_h_undecap_nwifi() 1634 ether_addr_copy(da, ieee80211_get_DA(hdr2)); in ath10k_htt_rx_h_undecap_nwifi() 1635 ether_addr_copy(sa, ieee80211_get_SA(hdr2)); in ath10k_htt_rx_h_undecap_nwifi() 1665 ether_addr_copy(ieee80211_get_DA(hdr), da); in ath10k_htt_rx_h_undecap_nwifi() 1666 ether_addr_copy(ieee80211_get_SA(hdr), sa); in ath10k_htt_rx_h_undecap_nwifi() 1669 ether_addr_copy(ieee80211_get_DA(hdr2), da); in ath10k_htt_rx_h_undecap_nwifi() 1773 ether_addr_copy(da, eth->h_dest); in ath10k_htt_rx_h_undecap_eth() 1774 ether_addr_copy(sa, eth->h_source); in ath10k_htt_rx_h_undecap_eth() 1807 ether_addr_copy(ieee80211_get_DA(hdr), da); 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()
|
| H A D | wmi.c | 3397 ether_addr_copy(dst->peer_macaddr, in ath10k_wmi_10_4_op_pull_fw_stats() 5811 ether_addr_copy(ar->mac_addr, arg.mac_addr); in ath10k_wmi_event_ready() 6516 ether_addr_copy(cmd->mac_addr.addr, macaddr); in ath10k_wmi_op_gen_pdev_set_base_macaddr() 7081 ether_addr_copy(bssids->bssid_list[i].addr, in ath10k_wmi_put_start_scan_tlvs() 7238 ether_addr_copy(cmd->vdev_macaddr.addr, macaddr); in ath10k_wmi_op_gen_vdev_create() 7349 ether_addr_copy(cmd->vdev_bssid.addr, bssid); in ath10k_wmi_op_gen_vdev_up() 7647 ether_addr_copy(cmd->peer_macaddr.addr, mac); in ath10k_wmi_op_gen_set_ap_ps() 8186 ether_addr_copy(cmd->peer_macaddr.addr, mac); in ath10k_wmi_op_gen_addba_clear_resp() 8210 ether_addr_copy(cmd->peer_macaddr.addr, mac); in ath10k_wmi_op_gen_addba_send() 8236 ether_addr_copy(cmd->peer_macaddr.addr, mac); in ath10k_wmi_op_gen_addba_set_resp() [all …]
|
| /freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | mac.c | 296 ether_addr_copy(hdr.addr1, vif->addr); in mt7996_reverse_frag0_hdr_trans() 297 ether_addr_copy(hdr.addr2, sta->addr); in mt7996_reverse_frag0_hdr_trans() 301 ether_addr_copy(hdr.addr3, vif->bss_conf.bssid); in mt7996_reverse_frag0_hdr_trans() 304 ether_addr_copy(hdr.addr3, eth_hdr->h_source); in mt7996_reverse_frag0_hdr_trans() 307 ether_addr_copy(hdr.addr3, eth_hdr->h_dest); in mt7996_reverse_frag0_hdr_trans() 310 ether_addr_copy(hdr.addr3, eth_hdr->h_dest); in mt7996_reverse_frag0_hdr_trans() 311 ether_addr_copy(hdr.addr4, eth_hdr->h_source); in mt7996_reverse_frag0_hdr_trans() 320 ether_addr_copy(skb_push(skb, ETH_ALEN), bridge_tunnel_header); in mt7996_reverse_frag0_hdr_trans() 322 ether_addr_copy(skb_push(skb, ETH_ALEN), rfc1042_header); in mt7996_reverse_frag0_hdr_trans()
|
| /freebsd-14.2/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() 1194 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath12k_wmi_send_peer_delete_cmd() 1336 ether_addr_copy(cmd->peer_macaddr.addr, addr); in ath12k_wmi_peer_rx_reorder_queue_setup() 2452 ether_addr_copy(bssid->addr, in ath12k_wmi_send_scan_start_cmd() 2822 ether_addr_copy(cmd->peer_macaddr.addr, mac); in ath12k_wmi_delba_send() 2859 ether_addr_copy(cmd->peer_macaddr.addr, mac); in ath12k_wmi_addba_set_resp() 2894 ether_addr_copy(cmd->peer_macaddr.addr, mac); in ath12k_wmi_addba_send() 2929 ether_addr_copy(cmd->peer_macaddr.addr, mac); in ath12k_wmi_addba_clear_resp() 4937 ether_addr_copy(peer_del_resp->peer_macaddr.addr, in ath12k_pull_peer_del_resp_ev() [all …]
|
| H A D | peer.c | 150 ether_addr_copy(peer->addr, mac_addr); in ath12k_peer_map_event()
|
| /freebsd-14.2/sys/contrib/dev/athk/ath11k/ |
| H A D | wmi.c | 789 ether_addr_copy(cmd->vdev_macaddr.addr, macaddr); in ath11k_wmi_vdev_create() 1106 ether_addr_copy(cmd->vdev_bssid.addr, bssid); in ath11k_wmi_vdev_up() 1117 ether_addr_copy(cmd->tx_vdev_bssid.addr, in ath11k_wmi_vdev_up() 1329 ether_addr_copy(cmd->peer_macaddr.addr, addr); in ath11k_wmi_peer_rx_reorder_queue_setup() 2466 ether_addr_copy(bssid->addr, in ath11k_wmi_send_scan_start_cmd() 2856 ether_addr_copy(cmd->peer_macaddr.addr, mac); in ath11k_wmi_delba_send() 2893 ether_addr_copy(cmd->peer_macaddr.addr, mac); in ath11k_wmi_addba_set_resp() 2928 ether_addr_copy(cmd->peer_macaddr.addr, mac); in ath11k_wmi_addba_send() 2963 ether_addr_copy(cmd->peer_macaddr.addr, mac); in ath11k_wmi_addba_clear_resp() 3025 ether_addr_copy(info->peer_macaddr.addr, addr); in ath11k_wmi_pdev_peer_pktlog_filter() [all …]
|
| /freebsd-14.2/sys/dev/mlx5/mlx5_en/ |
| H A D | mlx5_en_flow_table.c | 275 ether_addr_copy(mv_dmac, ai->addr); in mlx5e_add_eth_addr_rule_sub() 983 ether_addr_copy(hn->ai.addr, LLADDR(sdl)); in mlx5e_copy_addr() 1019 ether_addr_copy(hn->ai.addr, if_getlladdr(ifp)); in mlx5e_sync_ifp_addr() 1076 ether_addr_copy(addr_array[i++], if_getlladdr(ifp)); in mlx5e_fill_addr_array() 1078 ether_addr_copy(addr_array[i++], if_getbroadcastaddr(ifp)); in mlx5e_fill_addr_array() 1085 ether_addr_copy(addr_array[i++], hn->ai.addr); in mlx5e_fill_addr_array() 1198 ether_addr_copy(priv->eth_addr.broadcast.addr, in mlx5e_set_rx_mode_core()
|
| /freebsd-14.2/sys/contrib/dev/rtw89/ |
| H A D | mac80211.c | 150 ether_addr_copy(rtwvif->mac_addr, vif->addr); in rtw89_ops_add_interface() 426 ether_addr_copy(rtwvif->bssid, conf->bssid); in rtw89_ops_bss_info_changed() 471 ether_addr_copy(rtwvif->bssid, vif->bss_conf.bssid); in rtw89_ops_start_ap()
|
| H A D | cam.c | 574 ether_addr_copy(bssid_cam->bssid, bssid); in rtw89_cam_init_bssid_cam() 583 ether_addr_copy(bssid_cam->bssid, rtwvif->bssid); in rtw89_cam_bssid_changed()
|