Home
last modified time | relevance | path

Searched refs:target_addr (Results 1 – 25 of 87) sorted by relevance

1234

/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Drelocate.c89 unsigned long target_addr = (*loc_orig) & 0x03ffffff; in apply_r_mips_26_rel() local
97 target_addr <<= 2; in apply_r_mips_26_rel()
98 target_addr += (unsigned long)loc_orig & ~0x03ffffff; in apply_r_mips_26_rel()
101 target_addr += offset; in apply_r_mips_26_rel()
103 if ((target_addr & 0xf0000000) != ((unsigned long)loc_new & 0xf0000000)) { in apply_r_mips_26_rel()
108 target_addr -= (unsigned long)loc_new & ~0x03ffffff; in apply_r_mips_26_rel()
109 target_addr >>= 2; in apply_r_mips_26_rel()
111 *loc_new = (*loc_new & ~0x03ffffff) | (target_addr & 0x03ffffff); in apply_r_mips_26_rel()
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dmesh_hwmp.c565 const u8 *target_addr, *orig_addr; in hwmp_preq_frame_process() local
574 target_addr = PREQ_IE_TARGET_ADDR(preq_elem); in hwmp_preq_frame_process()
585 if (ether_addr_equal(target_addr, sdata->vif.addr)) { in hwmp_preq_frame_process()
601 } else if (is_broadcast_ether_addr(target_addr) && in hwmp_preq_frame_process()
608 target_addr = sdata->vif.addr; in hwmp_preq_frame_process()
619 mpath = mesh_path_lookup(sdata, target_addr); in hwmp_preq_frame_process()
643 orig_sn, 0, target_addr, in hwmp_preq_frame_process()
670 target_addr = PREQ_IE_TARGET_ADDR(preq_elem); in hwmp_preq_frame_process()
675 orig_sn, target_flags, target_addr, in hwmp_preq_frame_process()
701 const u8 *target_addr, *orig_addr; in hwmp_prep_frame_process() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dswap.c32 seg_info->target_addr = -1; in ath10k_swap_code_seg_fill()
50 seg_info->target_addr = in ath10k_swap_code_seg_fill()
63 if (seg_info->target_addr == -1) { in ath10k_swap_code_seg_fill()
137 ret = ath10k_bmi_write_memory(ar, seg_info->target_addr, in ath10k_swap_code_seg_configure()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/mesh/
H A Drtw_mesh_hwmp.c631 const u8 *target_addr, *originator_addr; in rtw_hwmp_preq_frame_process() local
640 target_addr = RTW_PREQ_IE_TARGET_ADDR(preq_elem); in rtw_hwmp_preq_frame_process()
651 if (rtw_ether_addr_equal(target_addr, adapter_mac_addr(adapter))) { in rtw_hwmp_preq_frame_process()
679 } else if (is_broadcast_mac_addr(target_addr) && in rtw_hwmp_preq_frame_process()
686 target_addr = adapter_mac_addr(adapter); in rtw_hwmp_preq_frame_process()
719 path = rtw_mesh_path_lookup(adapter, target_addr); in rtw_hwmp_preq_frame_process()
743 originator_sn, 0, target_addr, in rtw_hwmp_preq_frame_process()
757 originator_sn, 0, target_addr, in rtw_hwmp_preq_frame_process()
784 target_addr = RTW_PREQ_IE_TARGET_ADDR(preq_elem); in rtw_hwmp_preq_frame_process()
789 originator_sn, target_flags, target_addr, in rtw_hwmp_preq_frame_process()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/mesh/
H A Drtw_mesh_hwmp.c632 const u8 *target_addr, *originator_addr; in rtw_hwmp_preq_frame_process() local
641 target_addr = RTW_PREQ_IE_TARGET_ADDR(preq_elem); in rtw_hwmp_preq_frame_process()
652 if (rtw_ether_addr_equal(target_addr, adapter_mac_addr(adapter))) { in rtw_hwmp_preq_frame_process()
680 } else if (is_broadcast_mac_addr(target_addr) && in rtw_hwmp_preq_frame_process()
687 target_addr = adapter_mac_addr(adapter); in rtw_hwmp_preq_frame_process()
720 path = rtw_mesh_path_lookup(adapter, target_addr); in rtw_hwmp_preq_frame_process()
744 originator_sn, 0, target_addr, in rtw_hwmp_preq_frame_process()
758 originator_sn, 0, target_addr, in rtw_hwmp_preq_frame_process()
785 target_addr = RTW_PREQ_IE_TARGET_ADDR(preq_elem); in rtw_hwmp_preq_frame_process()
790 originator_sn, target_flags, target_addr, in rtw_hwmp_preq_frame_process()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/mesh/
H A Drtw_mesh_hwmp.c631 const u8 *target_addr, *originator_addr; in rtw_hwmp_preq_frame_process() local
640 target_addr = RTW_PREQ_IE_TARGET_ADDR(preq_elem); in rtw_hwmp_preq_frame_process()
651 if (rtw_ether_addr_equal(target_addr, adapter_mac_addr(adapter))) { in rtw_hwmp_preq_frame_process()
679 } else if (is_broadcast_mac_addr(target_addr) && in rtw_hwmp_preq_frame_process()
686 target_addr = adapter_mac_addr(adapter); in rtw_hwmp_preq_frame_process()
719 path = rtw_mesh_path_lookup(adapter, target_addr); in rtw_hwmp_preq_frame_process()
743 originator_sn, 0, target_addr, in rtw_hwmp_preq_frame_process()
757 originator_sn, 0, target_addr, in rtw_hwmp_preq_frame_process()
784 target_addr = RTW_PREQ_IE_TARGET_ADDR(preq_elem); in rtw_hwmp_preq_frame_process()
789 originator_sn, target_flags, target_addr, in rtw_hwmp_preq_frame_process()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/mesh/
H A Drtw_mesh_hwmp.c632 const u8 *target_addr, *originator_addr; in rtw_hwmp_preq_frame_process() local
641 target_addr = RTW_PREQ_IE_TARGET_ADDR(preq_elem); in rtw_hwmp_preq_frame_process()
652 if (rtw_ether_addr_equal(target_addr, adapter_mac_addr(adapter))) { in rtw_hwmp_preq_frame_process()
680 } else if (is_broadcast_mac_addr(target_addr) && in rtw_hwmp_preq_frame_process()
687 target_addr = adapter_mac_addr(adapter); in rtw_hwmp_preq_frame_process()
720 path = rtw_mesh_path_lookup(adapter, target_addr); in rtw_hwmp_preq_frame_process()
744 originator_sn, 0, target_addr, in rtw_hwmp_preq_frame_process()
758 originator_sn, 0, target_addr, in rtw_hwmp_preq_frame_process()
785 target_addr = RTW_PREQ_IE_TARGET_ADDR(preq_elem); in rtw_hwmp_preq_frame_process()
790 originator_sn, target_flags, target_addr, in rtw_hwmp_preq_frame_process()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/mesh/
H A Drtw_mesh_hwmp.c632 const u8 *target_addr, *originator_addr; in rtw_hwmp_preq_frame_process() local
641 target_addr = RTW_PREQ_IE_TARGET_ADDR(preq_elem); in rtw_hwmp_preq_frame_process()
652 if (rtw_ether_addr_equal(target_addr, adapter_mac_addr(adapter))) { in rtw_hwmp_preq_frame_process()
680 } else if (is_broadcast_mac_addr(target_addr) && in rtw_hwmp_preq_frame_process()
687 target_addr = adapter_mac_addr(adapter); in rtw_hwmp_preq_frame_process()
720 path = rtw_mesh_path_lookup(adapter, target_addr); in rtw_hwmp_preq_frame_process()
744 originator_sn, 0, target_addr, in rtw_hwmp_preq_frame_process()
758 originator_sn, 0, target_addr, in rtw_hwmp_preq_frame_process()
785 target_addr = RTW_PREQ_IE_TARGET_ADDR(preq_elem); in rtw_hwmp_preq_frame_process()
790 originator_sn, target_flags, target_addr, in rtw_hwmp_preq_frame_process()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/mesh/
H A Drtw_mesh_hwmp.c475 const u8 *target_addr, *originator_addr; in rtw_hwmp_preq_frame_process() local
484 target_addr = RTW_PREQ_IE_TARGET_ADDR(preq_elem); in rtw_hwmp_preq_frame_process()
495 if (rtw_ether_addr_equal(target_addr, adapter_mac_addr(adapter))) { in rtw_hwmp_preq_frame_process()
523 } else if (is_broadcast_mac_addr(target_addr) && in rtw_hwmp_preq_frame_process()
530 target_addr = adapter_mac_addr(adapter); in rtw_hwmp_preq_frame_process()
563 path = rtw_mesh_path_lookup(adapter, target_addr); in rtw_hwmp_preq_frame_process()
587 originator_sn, 0, target_addr, in rtw_hwmp_preq_frame_process()
601 originator_sn, 0, target_addr, in rtw_hwmp_preq_frame_process()
628 target_addr = RTW_PREQ_IE_TARGET_ADDR(preq_elem); in rtw_hwmp_preq_frame_process()
633 originator_sn, target_flags, target_addr, in rtw_hwmp_preq_frame_process()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/mesh/
H A Drtw_mesh_hwmp.c475 const u8 *target_addr, *originator_addr; in rtw_hwmp_preq_frame_process() local
484 target_addr = RTW_PREQ_IE_TARGET_ADDR(preq_elem); in rtw_hwmp_preq_frame_process()
495 if (rtw_ether_addr_equal(target_addr, adapter_mac_addr(adapter))) { in rtw_hwmp_preq_frame_process()
523 } else if (is_broadcast_mac_addr(target_addr) && in rtw_hwmp_preq_frame_process()
530 target_addr = adapter_mac_addr(adapter); in rtw_hwmp_preq_frame_process()
563 path = rtw_mesh_path_lookup(adapter, target_addr); in rtw_hwmp_preq_frame_process()
587 originator_sn, 0, target_addr, in rtw_hwmp_preq_frame_process()
601 originator_sn, 0, target_addr, in rtw_hwmp_preq_frame_process()
628 target_addr = RTW_PREQ_IE_TARGET_ADDR(preq_elem); in rtw_hwmp_preq_frame_process()
633 originator_sn, target_flags, target_addr, in rtw_hwmp_preq_frame_process()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/mesh/
H A Drtw_mesh_hwmp.c632 const u8 *target_addr, *originator_addr; in rtw_hwmp_preq_frame_process() local
641 target_addr = RTW_PREQ_IE_TARGET_ADDR(preq_elem); in rtw_hwmp_preq_frame_process()
652 if (rtw_ether_addr_equal(target_addr, adapter_mac_addr(adapter))) { in rtw_hwmp_preq_frame_process()
680 } else if (is_broadcast_mac_addr(target_addr) && in rtw_hwmp_preq_frame_process()
687 target_addr = adapter_mac_addr(adapter); in rtw_hwmp_preq_frame_process()
720 path = rtw_mesh_path_lookup(adapter, target_addr); in rtw_hwmp_preq_frame_process()
744 originator_sn, 0, target_addr, in rtw_hwmp_preq_frame_process()
758 originator_sn, 0, target_addr, in rtw_hwmp_preq_frame_process()
785 target_addr = RTW_PREQ_IE_TARGET_ADDR(preq_elem); in rtw_hwmp_preq_frame_process()
790 originator_sn, target_flags, target_addr, in rtw_hwmp_preq_frame_process()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/mesh/
H A Drtw_mesh_hwmp.c475 const u8 *target_addr, *originator_addr; in rtw_hwmp_preq_frame_process() local
484 target_addr = RTW_PREQ_IE_TARGET_ADDR(preq_elem); in rtw_hwmp_preq_frame_process()
495 if (rtw_ether_addr_equal(target_addr, adapter_mac_addr(adapter))) { in rtw_hwmp_preq_frame_process()
523 } else if (is_broadcast_mac_addr(target_addr) && in rtw_hwmp_preq_frame_process()
530 target_addr = adapter_mac_addr(adapter); in rtw_hwmp_preq_frame_process()
563 path = rtw_mesh_path_lookup(adapter, target_addr); in rtw_hwmp_preq_frame_process()
587 originator_sn, 0, target_addr, in rtw_hwmp_preq_frame_process()
601 originator_sn, 0, target_addr, in rtw_hwmp_preq_frame_process()
628 target_addr = RTW_PREQ_IE_TARGET_ADDR(preq_elem); in rtw_hwmp_preq_frame_process()
633 originator_sn, target_flags, target_addr, in rtw_hwmp_preq_frame_process()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/mesh/
H A Drtw_mesh_hwmp.c475 const u8 *target_addr, *originator_addr; in rtw_hwmp_preq_frame_process() local
484 target_addr = RTW_PREQ_IE_TARGET_ADDR(preq_elem); in rtw_hwmp_preq_frame_process()
495 if (rtw_ether_addr_equal(target_addr, adapter_mac_addr(adapter))) { in rtw_hwmp_preq_frame_process()
523 } else if (is_broadcast_mac_addr(target_addr) && in rtw_hwmp_preq_frame_process()
530 target_addr = adapter_mac_addr(adapter); in rtw_hwmp_preq_frame_process()
563 path = rtw_mesh_path_lookup(adapter, target_addr); in rtw_hwmp_preq_frame_process()
587 originator_sn, 0, target_addr, in rtw_hwmp_preq_frame_process()
601 originator_sn, 0, target_addr, in rtw_hwmp_preq_frame_process()
628 target_addr = RTW_PREQ_IE_TARGET_ADDR(preq_elem); in rtw_hwmp_preq_frame_process()
633 originator_sn, target_flags, target_addr, in rtw_hwmp_preq_frame_process()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/mesh/
H A Drtw_mesh_hwmp.c475 const u8 *target_addr, *originator_addr; in rtw_hwmp_preq_frame_process() local
484 target_addr = RTW_PREQ_IE_TARGET_ADDR(preq_elem); in rtw_hwmp_preq_frame_process()
495 if (rtw_ether_addr_equal(target_addr, adapter_mac_addr(adapter))) { in rtw_hwmp_preq_frame_process()
523 } else if (is_broadcast_mac_addr(target_addr) && in rtw_hwmp_preq_frame_process()
530 target_addr = adapter_mac_addr(adapter); in rtw_hwmp_preq_frame_process()
563 path = rtw_mesh_path_lookup(adapter, target_addr); in rtw_hwmp_preq_frame_process()
587 originator_sn, 0, target_addr, in rtw_hwmp_preq_frame_process()
601 originator_sn, 0, target_addr, in rtw_hwmp_preq_frame_process()
628 target_addr = RTW_PREQ_IE_TARGET_ADDR(preq_elem); in rtw_hwmp_preq_frame_process()
633 originator_sn, target_flags, target_addr, in rtw_hwmp_preq_frame_process()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/mesh/
H A Drtw_mesh_hwmp.c476 const u8 *target_addr, *originator_addr; in rtw_hwmp_preq_frame_process() local
485 target_addr = RTW_PREQ_IE_TARGET_ADDR(preq_elem); in rtw_hwmp_preq_frame_process()
496 if (rtw_ether_addr_equal(target_addr, adapter_mac_addr(adapter))) { in rtw_hwmp_preq_frame_process()
524 } else if (is_broadcast_mac_addr(target_addr) && in rtw_hwmp_preq_frame_process()
531 target_addr = adapter_mac_addr(adapter); in rtw_hwmp_preq_frame_process()
564 path = rtw_mesh_path_lookup(adapter, target_addr); in rtw_hwmp_preq_frame_process()
588 originator_sn, 0, target_addr, in rtw_hwmp_preq_frame_process()
602 originator_sn, 0, target_addr, in rtw_hwmp_preq_frame_process()
629 target_addr = RTW_PREQ_IE_TARGET_ADDR(preq_elem); in rtw_hwmp_preq_frame_process()
634 originator_sn, target_flags, target_addr, in rtw_hwmp_preq_frame_process()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/mesh/
H A Drtw_mesh_hwmp.c475 const u8 *target_addr, *originator_addr; in rtw_hwmp_preq_frame_process() local
484 target_addr = RTW_PREQ_IE_TARGET_ADDR(preq_elem); in rtw_hwmp_preq_frame_process()
495 if (rtw_ether_addr_equal(target_addr, adapter_mac_addr(adapter))) { in rtw_hwmp_preq_frame_process()
523 } else if (is_broadcast_mac_addr(target_addr) && in rtw_hwmp_preq_frame_process()
530 target_addr = adapter_mac_addr(adapter); in rtw_hwmp_preq_frame_process()
563 path = rtw_mesh_path_lookup(adapter, target_addr); in rtw_hwmp_preq_frame_process()
587 originator_sn, 0, target_addr, in rtw_hwmp_preq_frame_process()
601 originator_sn, 0, target_addr, in rtw_hwmp_preq_frame_process()
628 target_addr = RTW_PREQ_IE_TARGET_ADDR(preq_elem); in rtw_hwmp_preq_frame_process()
633 originator_sn, target_flags, target_addr, in rtw_hwmp_preq_frame_process()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/mesh/
H A Drtw_mesh_hwmp.c475 const u8 *target_addr, *originator_addr; in rtw_hwmp_preq_frame_process() local
484 target_addr = RTW_PREQ_IE_TARGET_ADDR(preq_elem); in rtw_hwmp_preq_frame_process()
495 if (rtw_ether_addr_equal(target_addr, adapter_mac_addr(adapter))) { in rtw_hwmp_preq_frame_process()
523 } else if (is_broadcast_mac_addr(target_addr) && in rtw_hwmp_preq_frame_process()
530 target_addr = adapter_mac_addr(adapter); in rtw_hwmp_preq_frame_process()
563 path = rtw_mesh_path_lookup(adapter, target_addr); in rtw_hwmp_preq_frame_process()
587 originator_sn, 0, target_addr, in rtw_hwmp_preq_frame_process()
601 originator_sn, 0, target_addr, in rtw_hwmp_preq_frame_process()
628 target_addr = RTW_PREQ_IE_TARGET_ADDR(preq_elem); in rtw_hwmp_preq_frame_process()
633 originator_sn, target_flags, target_addr, in rtw_hwmp_preq_frame_process()
[all …]
/OK3568_Linux_fs/kernel/net/appletalk/
H A Daarp.c63 struct atalk_addr target_addr; member
141 eah->pa_dst_net = a->target_addr.s_net; in __aarp_send_query()
142 eah->pa_dst_node = a->target_addr.s_node; in __aarp_send_query()
400 if (list->target_addr.s_net == sat->s_net && in __aarp_find_entry()
401 list->target_addr.s_node == sat->s_node && in __aarp_find_entry()
506 entry->target_addr.s_node = sa->s_node; in aarp_proxy_probe_network()
507 entry->target_addr.s_net = sa->s_net; in aarp_proxy_probe_network()
642 a->target_addr = *sa; in aarp_send_ddp()
1013 ntohs(entry->target_addr.s_net), in aarp_seq_show()
1014 (unsigned int) entry->target_addr.s_node, in aarp_seq_show()
/OK3568_Linux_fs/kernel/arch/arm64/kvm/vgic/
H A Dvgic-its.c134 u32 target_addr; member
138 ((coll)->target_addr != COLLECTION_NOT_MAPPED))
394 vcpu = kvm_get_vcpu(kvm, ite->collection->target_addr); in update_affinity_ite()
682 vcpu = kvm_get_vcpu(kvm, ite->collection->target_addr); in vgic_its_resolve_lpi()
890 vcpu = kvm_get_vcpu(kvm, collection->target_addr); in vgic_its_cmd_handle_movi()
993 collection->target_addr = COLLECTION_NOT_MAPPED; in vgic_its_alloc_collection()
1095 vcpu = kvm_get_vcpu(kvm, collection->target_addr); in vgic_its_cmd_handle_mapi()
1216 u32 target_addr; in vgic_its_cmd_handle_mapc() local
1222 target_addr = its_cmd_get_target_addr(its_cmd); in vgic_its_cmd_handle_mapc()
1224 if (target_addr >= atomic_read(&kvm->online_vcpus)) in vgic_its_cmd_handle_mapc()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dsh_css_firmware.c384 ia_css_ptr target_addr = hmm_alloc(size, HMM_BO_PRIVATE, 0, NULL, 0); in sh_css_load_blob() local
391 if (target_addr) in sh_css_load_blob()
392 hmm_store(target_addr, blob, size); in sh_css_load_blob()
393 return target_addr; in sh_css_load_blob()
/OK3568_Linux_fs/kernel/drivers/net/wimax/i2400m/
H A Dfw.c196 checksum += cmd->command + cmd->target_addr + cmd->data_size; in i2400m_bm_cmd_prepare()
483 ack->target_addr = le32_to_cpu(ack->target_addr); in __i2400m_bm_ack_verify()
605 cmd->target_addr, cmd->data_size, in i2400m_bm_cmd()
666 buf->cmd.target_addr = cpu_to_le32(addr); in i2400m_download_chunk()
722 le32_to_cpu(bh->target_addr)); in i2400m_dnload_bcf()
804 le32_to_cpu(cmd->target_addr)); in i2400m_dnload_finalize()
815 le32_to_cpu(cmd->target_addr)); in i2400m_dnload_finalize()
1036 cmd->target_addr = cpu_to_le32(0x00203fe8); in i2400m_read_mac_addr()
1123 cmd_buf->cmd.target_addr = 0; in i2400m_dnload_init_signed()
/OK3568_Linux_fs/u-boot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c216 static u8 *get_2nd_stage_bl_location(ulong target_addr) in get_2nd_stage_bl_location() argument
222 addr = target_addr; in get_2nd_stage_bl_location()
397 u32 code_len, code_offset, target_addr, exec_entry; in compute_second_stage_hash() local
412 target_addr = *(u32 *)(buf + ESDHC_BOOT_IMAGE_TARGET_OFS); in compute_second_stage_hash()
415 load_addr = get_2nd_stage_bl_location(target_addr); in compute_second_stage_hash()
416 if (load_addr == (u8 *)target_addr) in compute_second_stage_hash()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A D802.11s.h129 struct ether_addr target_addr; member
141 struct ether_addr target_addr; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A D802.11s.h129 struct ether_addr target_addr; member
141 struct ether_addr target_addr; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A D802.11s.h129 struct ether_addr target_addr; member
141 struct ether_addr target_addr; member

1234