Home
last modified time | relevance | path

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

1234

/freebsd/sys/contrib/dev/athk/ath12k/wifi7/
H A Dhal_qcc2072.c114 ether_addr_copy(hdr->addr1, desc->u.qcc2072.mpdu_start.addr1); in ath12k_hal_rx_desc_get_dot11_hdr_qcc2072()
115 ether_addr_copy(hdr->addr2, desc->u.qcc2072.mpdu_start.addr2); in ath12k_hal_rx_desc_get_dot11_hdr_qcc2072()
116 ether_addr_copy(hdr->addr3, desc->u.qcc2072.mpdu_start.addr3); in ath12k_hal_rx_desc_get_dot11_hdr_qcc2072()
120 ether_addr_copy(hdr->addr4, desc->u.qcc2072.mpdu_start.addr4); in ath12k_hal_rx_desc_get_dot11_hdr_qcc2072()
H A Dhal_wcn7850.c575 ether_addr_copy(hdr->addr1, desc->u.wcn7850.mpdu_start.addr1); in ath12k_hal_rx_desc_get_dot11_hdr_wcn7850()
576 ether_addr_copy(hdr->addr2, desc->u.wcn7850.mpdu_start.addr2); in ath12k_hal_rx_desc_get_dot11_hdr_wcn7850()
577 ether_addr_copy(hdr->addr3, desc->u.wcn7850.mpdu_start.addr3); in ath12k_hal_rx_desc_get_dot11_hdr_wcn7850()
580 ether_addr_copy(hdr->addr4, desc->u.wcn7850.mpdu_start.addr4); in ath12k_hal_rx_desc_get_dot11_hdr_wcn7850()
H A Dhal_qcn9274.c805 ether_addr_copy(hdr->addr1, desc->u.qcn9274_compact.mpdu_start.addr1); in ath12k_hal_rx_desc_get_dot11_hdr_qcn9274()
806 ether_addr_copy(hdr->addr2, desc->u.qcn9274_compact.mpdu_start.addr2); in ath12k_hal_rx_desc_get_dot11_hdr_qcn9274()
807 ether_addr_copy(hdr->addr3, desc->u.qcn9274_compact.mpdu_start.addr3); in ath12k_hal_rx_desc_get_dot11_hdr_qcn9274()
810 ether_addr_copy(hdr->addr4, desc->u.qcn9274_compact.mpdu_start.addr4); in ath12k_hal_rx_desc_get_dot11_hdr_qcn9274()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mac.c980 ether_addr_copy(hdr.addr1, vif->addr); in mt76_connac2_reverse_frag0_hdr_trans()
981 ether_addr_copy(hdr.addr2, sta->addr); in mt76_connac2_reverse_frag0_hdr_trans()
985 ether_addr_copy(hdr.addr3, vif->bss_conf.bssid); in mt76_connac2_reverse_frag0_hdr_trans()
988 ether_addr_copy(hdr.addr3, eth_hdr->h_source); in mt76_connac2_reverse_frag0_hdr_trans()
991 ether_addr_copy(hdr.addr3, eth_hdr->h_dest); in mt76_connac2_reverse_frag0_hdr_trans()
994 ether_addr_copy(hdr.addr3, eth_hdr->h_dest); in mt76_connac2_reverse_frag0_hdr_trans()
995 ether_addr_copy(hdr.addr4, eth_hdr->h_source); in mt76_connac2_reverse_frag0_hdr_trans()
1004 ether_addr_copy(skb_push(skb, ETH_ALEN), bridge_tunnel_header); in mt76_connac2_reverse_frag0_hdr_trans()
1006 ether_addr_copy(skb_push(skb, ETH_ALEN), rfc1042_header); in mt76_connac2_reverse_frag0_hdr_trans()
H A Dscan.c54 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/mvm/
H A Dtime-sync.c155 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/iwlwifi/mld/
H A Dlink.c55 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 Dtime_sync.c21 ether_addr_copy(time_sync->peer_addr, addr); in iwl_mld_init_time_sync()
39 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 Dmac.c199 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 Dbf.c76 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 Dsec.c41 ether_addr_copy(cam->addr, sta->addr); in rtw_sec_write_cam()
H A Drtw8723x.c232 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 Dirdma_verbs.h365 ether_addr_copy(mac, mac4); in irdma_mcast_mac_v4()
379 ether_addr_copy(mac, mac6); in irdma_mcast_mac_v6()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Detherdevice.h88 ether_addr_copy(u8 * dst, const u8 * src) in ether_addr_copy() function
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_mpfs.c74 ether_addr_copy(&in_mac_addr[2], mac); in mlx5_mpfs_add_mac()
H A Dmlx5_vport.c291 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 Deswitch.h74 ether_addr_copy(ptr->node.addr, mac); \
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c282 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 Dwmi-tlv.c2101 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 Dhtt_rx.c1629 ether_addr_copy(da, ieee80211_get_DA(hdr)); in ath10k_htt_rx_h_undecap_nwifi()
1630 ether_addr_copy(sa, ieee80211_get_SA(hdr)); in ath10k_htt_rx_h_undecap_nwifi()
1635 ether_addr_copy(da, ieee80211_get_DA(hdr2)); in ath10k_htt_rx_h_undecap_nwifi()
1636 ether_addr_copy(sa, ieee80211_get_SA(hdr2)); in ath10k_htt_rx_h_undecap_nwifi()
1666 ether_addr_copy(ieee80211_get_DA(hdr), da); in ath10k_htt_rx_h_undecap_nwifi()
1667 ether_addr_copy(ieee80211_get_SA(hdr), sa); in ath10k_htt_rx_h_undecap_nwifi()
1671 ether_addr_copy(ieee80211_get_DA(hdr2), da); in ath10k_htt_rx_h_undecap_nwifi()
1672 ether_addr_copy(ieee80211_get_SA(hdr2), sa); in ath10k_htt_rx_h_undecap_nwifi()
1775 ether_addr_copy(da, eth->h_dest); in ath10k_htt_rx_h_undecap_eth()
1776 ether_addr_copy(sa, eth->h_source); in ath10k_htt_rx_h_undecap_eth()
[all …]
/freebsd/sys/dev/mlx5/mlx5_lib/
H A Dmlx5_gid.c144 ether_addr_copy(addr_mac, mac); in mlx5_core_roce_gid_set()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.c806 ether_addr_copy(cmd->vdev_macaddr.addr, macaddr); in ath11k_wmi_vdev_create()
1123 ether_addr_copy(cmd->vdev_bssid.addr, bssid); in ath11k_wmi_vdev_up()
1128 ether_addr_copy(cmd->tx_vdev_bssid.addr, tx_bssid); in ath11k_wmi_vdev_up()
1134 ether_addr_copy(cmd->tx_vdev_bssid.addr, in ath11k_wmi_vdev_up()
1170 ether_addr_copy(cmd->peer_macaddr.addr, param->peer_addr); in ath11k_wmi_send_peer_create_cmd()
1203 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath11k_wmi_send_peer_delete_cmd()
1274 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath11k_wmi_set_peer_param()
1309 ether_addr_copy(cmd->peer_macaddr.addr, peer_addr); in ath11k_wmi_send_peer_flush_tids_cmd()
1346 ether_addr_copy(cmd->peer_macaddr.addr, addr); in ath11k_wmi_peer_rx_reorder_queue_setup()
1388 ether_addr_copy(cmd->peer_macaddr.addr, param->peer_macaddr); in ath11k_wmi_rx_reord_queue_remove()
[all …]
H A Dcfr.c291 ether_addr_copy(header->meta_data.peer_addr, params->peer_mac_addr); in ath11k_cfr_fill_hdr_info()
625 ether_addr_copy(entry->peer_mac, peer_mac); in ath11k_cfr_update_unassoc_pool()
763 ether_addr_copy(entry->peer_mac, peer_mac); in ath11k_write_file_cfr_unassoc()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c282 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/athk/ath12k/
H A Ddp_peer.c176 ether_addr_copy(peer->addr, mac_addr); in ath12k_dp_link_peer_map_event()
470 ether_addr_copy(dp_peer->addr, addr); in ath12k_dp_peer_create()

1234