| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | signal.c | 165 struct msa_extcontext __user *msa = buf; in save_msa_extcontext() local 188 err = __put_user(read_msa_csr(), &msa->csr); in save_msa_extcontext() 189 err |= _save_msa_all_upper(&msa->wr); in save_msa_extcontext() 195 err = __put_user(current->thread.fpu.msacsr, &msa->csr); in save_msa_extcontext() 199 err |= __put_user(val, &msa->wr[i]); in save_msa_extcontext() 203 err |= __put_user(MSA_EXTCONTEXT_MAGIC, &msa->ext.magic); in save_msa_extcontext() 204 err |= __put_user(sizeof(*msa), &msa->ext.size); in save_msa_extcontext() 206 return err ? -EFAULT : sizeof(*msa); in save_msa_extcontext() 211 struct msa_extcontext __user *msa = buf; in restore_msa_extcontext() local 216 if (size != sizeof(*msa)) in restore_msa_extcontext() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | asmmacro.h | 247 .set msa 256 .set msa 265 .set msa 274 .set msa 283 .set msa 292 .set msa 301 .set msa 310 .set msa 319 .set msa 328 .set msa [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/ |
| H A D | snoc.c | 1433 hdr->start = cpu_to_le32((unsigned long)ar->msa.vaddr); in ath10k_msa_dump_memory() 1434 hdr->length = cpu_to_le32(ar->msa.mem_size); in ath10k_msa_dump_memory() 1436 if (current_region->len < ar->msa.mem_size) { in ath10k_msa_dump_memory() 1437 memcpy(buf, ar->msa.vaddr, current_region->len); in ath10k_msa_dump_memory() 1439 current_region->len, ar->msa.mem_size); in ath10k_msa_dump_memory() 1441 memcpy(buf, ar->msa.vaddr, ar->msa.mem_size); in ath10k_msa_dump_memory() 1485 ar->msa.paddr = r.start; in ath10k_setup_msa_resources() 1486 ar->msa.mem_size = resource_size(&r); in ath10k_setup_msa_resources() 1487 ar->msa.vaddr = devm_memremap(dev, ar->msa.paddr, in ath10k_setup_msa_resources() 1488 ar->msa.mem_size, in ath10k_setup_msa_resources() [all …]
|
| H A D | qmi.c | 125 req.msa_addr = ar->msa.paddr; in ath10k_qmi_msa_mem_info_send_sync_msg() 126 req.size = ar->msa.mem_size; in ath10k_qmi_msa_mem_info_send_sync_msg() 160 max_mapped_addr = ar->msa.paddr + ar->msa.mem_size; in ath10k_qmi_msa_mem_info_send_sync_msg() 163 if (resp.mem_region_info[i].size > ar->msa.mem_size || in ath10k_qmi_msa_mem_info_send_sync_msg() 165 resp.mem_region_info[i].region_addr < ar->msa.paddr || in ath10k_qmi_msa_mem_info_send_sync_msg()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/mesh/ |
| H A D | rtw_mesh.c | 2842 u8 msa[ETH_ALEN]; member 2907 static int rtw_mrc_check(_adapter *adapter, const u8 *msa, u32 seq) in rtw_mrc_check() argument 2931 } else if ((seq == p->seqnum) && _rtw_memcmp(msa, p->msa, ETH_ALEN) == _TRUE) in rtw_mrc_check() 2941 _rtw_memcpy(p->msa, msa, ETH_ALEN); in rtw_mrc_check() 2946 static int rtw_mesh_decache(_adapter *adapter, const u8 *msa, u32 seq) in rtw_mesh_decache() argument 2948 return rtw_mrc_check(adapter, msa, seq); in rtw_mesh_decache() 3146 err = rtw_mesh_nexthop_lookup(adapter, target_addr, attrib->msa, attrib->ra); in rtw_mesh_nexthop_resolve() 3199 const u8 *mda, const u8 *msa, u8 *ra) in rtw_mesh_nexthop_lookup() argument 3224 if (_rtw_memcmp(adapter_mac_addr(adapter), msa, ETH_ALEN) == _TRUE && in rtw_mesh_nexthop_lookup() 3240 _rtw_memcmp(adapter_mac_addr(adapter), msa, ETH_ALEN) == _TRUE && in rtw_mesh_nexthop_lookup() [all …]
|
| H A D | rtw_mesh_pathtbl.h | 159 const u8 *mda, const u8 *msa, u8 *ra);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/mesh/ |
| H A D | rtw_mesh.c | 2863 u8 msa[ETH_ALEN]; member 2928 static int rtw_mrc_check(_adapter *adapter, const u8 *msa, u32 seq) in rtw_mrc_check() argument 2952 } else if ((seq == p->seqnum) && _rtw_memcmp(msa, p->msa, ETH_ALEN) == _TRUE) in rtw_mrc_check() 2962 _rtw_memcpy(p->msa, msa, ETH_ALEN); in rtw_mrc_check() 2967 static int rtw_mesh_decache(_adapter *adapter, const u8 *msa, u32 seq) in rtw_mesh_decache() argument 2969 return rtw_mrc_check(adapter, msa, seq); in rtw_mesh_decache() 3167 err = rtw_mesh_nexthop_lookup(adapter, target_addr, attrib->msa, attrib->ra); in rtw_mesh_nexthop_resolve() 3220 const u8 *mda, const u8 *msa, u8 *ra) in rtw_mesh_nexthop_lookup() argument 3245 if (_rtw_memcmp(adapter_mac_addr(adapter), msa, ETH_ALEN) == _TRUE && in rtw_mesh_nexthop_lookup() 3261 _rtw_memcmp(adapter_mac_addr(adapter), msa, ETH_ALEN) == _TRUE && in rtw_mesh_nexthop_lookup() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/mesh/ |
| H A D | rtw_mesh.c | 2842 u8 msa[ETH_ALEN]; member 2907 static int rtw_mrc_check(_adapter *adapter, const u8 *msa, u32 seq) in rtw_mrc_check() argument 2931 } else if ((seq == p->seqnum) && _rtw_memcmp(msa, p->msa, ETH_ALEN) == _TRUE) in rtw_mrc_check() 2941 _rtw_memcpy(p->msa, msa, ETH_ALEN); in rtw_mrc_check() 2946 static int rtw_mesh_decache(_adapter *adapter, const u8 *msa, u32 seq) in rtw_mesh_decache() argument 2948 return rtw_mrc_check(adapter, msa, seq); in rtw_mesh_decache() 3146 err = rtw_mesh_nexthop_lookup(adapter, target_addr, attrib->msa, attrib->ra); in rtw_mesh_nexthop_resolve() 3199 const u8 *mda, const u8 *msa, u8 *ra) in rtw_mesh_nexthop_lookup() argument 3224 if (_rtw_memcmp(adapter_mac_addr(adapter), msa, ETH_ALEN) == _TRUE && in rtw_mesh_nexthop_lookup() 3240 _rtw_memcmp(adapter_mac_addr(adapter), msa, ETH_ALEN) == _TRUE && in rtw_mesh_nexthop_lookup() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/mesh/ |
| H A D | rtw_mesh.c | 2842 u8 msa[ETH_ALEN]; member 2907 static int rtw_mrc_check(_adapter *adapter, const u8 *msa, u32 seq) in rtw_mrc_check() argument 2931 } else if ((seq == p->seqnum) && _rtw_memcmp(msa, p->msa, ETH_ALEN) == _TRUE) in rtw_mrc_check() 2941 _rtw_memcpy(p->msa, msa, ETH_ALEN); in rtw_mrc_check() 2946 static int rtw_mesh_decache(_adapter *adapter, const u8 *msa, u32 seq) in rtw_mesh_decache() argument 2948 return rtw_mrc_check(adapter, msa, seq); in rtw_mesh_decache() 3146 err = rtw_mesh_nexthop_lookup(adapter, target_addr, attrib->msa, attrib->ra); in rtw_mesh_nexthop_resolve() 3199 const u8 *mda, const u8 *msa, u8 *ra) in rtw_mesh_nexthop_lookup() argument 3224 if (_rtw_memcmp(adapter_mac_addr(adapter), msa, ETH_ALEN) == _TRUE && in rtw_mesh_nexthop_lookup() 3240 _rtw_memcmp(adapter_mac_addr(adapter), msa, ETH_ALEN) == _TRUE && in rtw_mesh_nexthop_lookup() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/mesh/ |
| H A D | rtw_mesh.c | 3118 u8 msa[ETH_ALEN]; member 3183 static int rtw_mrc_check(_adapter *adapter, const u8 *msa, u32 seq) in rtw_mrc_check() argument 3207 } else if ((seq == p->seqnum) && _rtw_memcmp(msa, p->msa, ETH_ALEN) == _TRUE) in rtw_mrc_check() 3217 _rtw_memcpy(p->msa, msa, ETH_ALEN); in rtw_mrc_check() 3222 static int rtw_mesh_decache(_adapter *adapter, const u8 *msa, u32 seq) in rtw_mesh_decache() argument 3224 return rtw_mrc_check(adapter, msa, seq); in rtw_mesh_decache() 3422 err = rtw_mesh_nexthop_lookup(adapter, target_addr, attrib->msa, attrib->ra); in rtw_mesh_nexthop_resolve() 3475 const u8 *mda, const u8 *msa, u8 *ra) in rtw_mesh_nexthop_lookup() argument 3500 if (_rtw_memcmp(adapter_mac_addr(adapter), msa, ETH_ALEN) == _TRUE && in rtw_mesh_nexthop_lookup() 3516 _rtw_memcmp(adapter_mac_addr(adapter), msa, ETH_ALEN) == _TRUE && in rtw_mesh_nexthop_lookup() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/mesh/ |
| H A D | rtw_mesh.c | 3132 u8 msa[ETH_ALEN]; member 3197 static int rtw_mrc_check(_adapter *adapter, const u8 *msa, u32 seq) in rtw_mrc_check() argument 3221 } else if ((seq == p->seqnum) && _rtw_memcmp(msa, p->msa, ETH_ALEN) == _TRUE) in rtw_mrc_check() 3231 _rtw_memcpy(p->msa, msa, ETH_ALEN); in rtw_mrc_check() 3236 static int rtw_mesh_decache(_adapter *adapter, const u8 *msa, u32 seq) in rtw_mesh_decache() argument 3238 return rtw_mrc_check(adapter, msa, seq); in rtw_mesh_decache() 3437 err = rtw_mesh_nexthop_lookup(adapter, target_addr, attrib->msa, attrib->ra); in rtw_mesh_nexthop_resolve() 3490 const u8 *mda, const u8 *msa, u8 *ra) in rtw_mesh_nexthop_lookup() argument 3515 if (_rtw_memcmp(adapter_mac_addr(adapter), msa, ETH_ALEN) == _TRUE && in rtw_mesh_nexthop_lookup() 3531 _rtw_memcmp(adapter_mac_addr(adapter), msa, ETH_ALEN) == _TRUE && in rtw_mesh_nexthop_lookup() [all …]
|
| H A D | rtw_mesh_pathtbl.h | 158 const u8 *mda, const u8 *msa, u8 *ra);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/mesh/ |
| H A D | rtw_mesh.c | 3132 u8 msa[ETH_ALEN]; member 3197 static int rtw_mrc_check(_adapter *adapter, const u8 *msa, u32 seq) in rtw_mrc_check() argument 3221 } else if ((seq == p->seqnum) && _rtw_memcmp(msa, p->msa, ETH_ALEN) == _TRUE) in rtw_mrc_check() 3231 _rtw_memcpy(p->msa, msa, ETH_ALEN); in rtw_mrc_check() 3236 static int rtw_mesh_decache(_adapter *adapter, const u8 *msa, u32 seq) in rtw_mesh_decache() argument 3238 return rtw_mrc_check(adapter, msa, seq); in rtw_mesh_decache() 3437 err = rtw_mesh_nexthop_lookup(adapter, target_addr, attrib->msa, attrib->ra); in rtw_mesh_nexthop_resolve() 3490 const u8 *mda, const u8 *msa, u8 *ra) in rtw_mesh_nexthop_lookup() argument 3515 if (_rtw_memcmp(adapter_mac_addr(adapter), msa, ETH_ALEN) == _TRUE && in rtw_mesh_nexthop_lookup() 3531 _rtw_memcmp(adapter_mac_addr(adapter), msa, ETH_ALEN) == _TRUE && in rtw_mesh_nexthop_lookup() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/mesh/ |
| H A D | rtw_mesh.c | 3132 u8 msa[ETH_ALEN]; member 3197 static int rtw_mrc_check(_adapter *adapter, const u8 *msa, u32 seq) in rtw_mrc_check() argument 3221 } else if ((seq == p->seqnum) && _rtw_memcmp(msa, p->msa, ETH_ALEN) == _TRUE) in rtw_mrc_check() 3231 _rtw_memcpy(p->msa, msa, ETH_ALEN); in rtw_mrc_check() 3236 static int rtw_mesh_decache(_adapter *adapter, const u8 *msa, u32 seq) in rtw_mesh_decache() argument 3238 return rtw_mrc_check(adapter, msa, seq); in rtw_mesh_decache() 3437 err = rtw_mesh_nexthop_lookup(adapter, target_addr, attrib->msa, attrib->ra); in rtw_mesh_nexthop_resolve() 3490 const u8 *mda, const u8 *msa, u8 *ra) in rtw_mesh_nexthop_lookup() argument 3515 if (_rtw_memcmp(adapter_mac_addr(adapter), msa, ETH_ALEN) == _TRUE && in rtw_mesh_nexthop_lookup() 3531 _rtw_memcmp(adapter_mac_addr(adapter), msa, ETH_ALEN) == _TRUE && in rtw_mesh_nexthop_lookup() [all …]
|
| H A D | rtw_mesh_pathtbl.h | 158 const u8 *mda, const u8 *msa, u8 *ra);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/mesh/ |
| H A D | rtw_mesh.c | 3132 u8 msa[ETH_ALEN]; member 3197 static int rtw_mrc_check(_adapter *adapter, const u8 *msa, u32 seq) in rtw_mrc_check() argument 3221 } else if ((seq == p->seqnum) && _rtw_memcmp(msa, p->msa, ETH_ALEN) == _TRUE) in rtw_mrc_check() 3231 _rtw_memcpy(p->msa, msa, ETH_ALEN); in rtw_mrc_check() 3236 static int rtw_mesh_decache(_adapter *adapter, const u8 *msa, u32 seq) in rtw_mesh_decache() argument 3238 return rtw_mrc_check(adapter, msa, seq); in rtw_mesh_decache() 3437 err = rtw_mesh_nexthop_lookup(adapter, target_addr, attrib->msa, attrib->ra); in rtw_mesh_nexthop_resolve() 3490 const u8 *mda, const u8 *msa, u8 *ra) in rtw_mesh_nexthop_lookup() argument 3515 if (_rtw_memcmp(adapter_mac_addr(adapter), msa, ETH_ALEN) == _TRUE && in rtw_mesh_nexthop_lookup() 3531 _rtw_memcmp(adapter_mac_addr(adapter), msa, ETH_ALEN) == _TRUE && in rtw_mesh_nexthop_lookup() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/mesh/ |
| H A D | rtw_mesh.c | 3133 u8 msa[ETH_ALEN]; member 3198 static int rtw_mrc_check(_adapter *adapter, const u8 *msa, u32 seq) in rtw_mrc_check() argument 3222 } else if ((seq == p->seqnum) && _rtw_memcmp(msa, p->msa, ETH_ALEN) == _TRUE) in rtw_mrc_check() 3232 _rtw_memcpy(p->msa, msa, ETH_ALEN); in rtw_mrc_check() 3237 static int rtw_mesh_decache(_adapter *adapter, const u8 *msa, u32 seq) in rtw_mesh_decache() argument 3239 return rtw_mrc_check(adapter, msa, seq); in rtw_mesh_decache() 3438 err = rtw_mesh_nexthop_lookup(adapter, target_addr, attrib->msa, attrib->ra); in rtw_mesh_nexthop_resolve() 3491 const u8 *mda, const u8 *msa, u8 *ra) in rtw_mesh_nexthop_lookup() argument 3516 if (_rtw_memcmp(adapter_mac_addr(adapter), msa, ETH_ALEN) == _TRUE && in rtw_mesh_nexthop_lookup() 3532 _rtw_memcmp(adapter_mac_addr(adapter), msa, ETH_ALEN) == _TRUE && in rtw_mesh_nexthop_lookup() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/mesh/ |
| H A D | rtw_mesh.c | 3133 u8 msa[ETH_ALEN]; member 3198 static int rtw_mrc_check(_adapter *adapter, const u8 *msa, u32 seq) in rtw_mrc_check() argument 3222 } else if ((seq == p->seqnum) && _rtw_memcmp(msa, p->msa, ETH_ALEN) == _TRUE) in rtw_mrc_check() 3232 _rtw_memcpy(p->msa, msa, ETH_ALEN); in rtw_mrc_check() 3237 static int rtw_mesh_decache(_adapter *adapter, const u8 *msa, u32 seq) in rtw_mesh_decache() argument 3239 return rtw_mrc_check(adapter, msa, seq); in rtw_mesh_decache() 3438 err = rtw_mesh_nexthop_lookup(adapter, target_addr, attrib->msa, attrib->ra); in rtw_mesh_nexthop_resolve() 3491 const u8 *mda, const u8 *msa, u8 *ra) in rtw_mesh_nexthop_lookup() argument 3516 if (_rtw_memcmp(adapter_mac_addr(adapter), msa, ETH_ALEN) == _TRUE && in rtw_mesh_nexthop_lookup() 3532 _rtw_memcmp(adapter_mac_addr(adapter), msa, ETH_ALEN) == _TRUE && in rtw_mesh_nexthop_lookup() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/mesh/ |
| H A D | rtw_mesh.c | 3132 u8 msa[ETH_ALEN]; member 3197 static int rtw_mrc_check(_adapter *adapter, const u8 *msa, u32 seq) in rtw_mrc_check() argument 3221 } else if ((seq == p->seqnum) && _rtw_memcmp(msa, p->msa, ETH_ALEN) == _TRUE) in rtw_mrc_check() 3231 _rtw_memcpy(p->msa, msa, ETH_ALEN); in rtw_mrc_check() 3236 static int rtw_mesh_decache(_adapter *adapter, const u8 *msa, u32 seq) in rtw_mesh_decache() argument 3238 return rtw_mrc_check(adapter, msa, seq); in rtw_mesh_decache() 3437 err = rtw_mesh_nexthop_lookup(adapter, target_addr, attrib->msa, attrib->ra); in rtw_mesh_nexthop_resolve() 3490 const u8 *mda, const u8 *msa, u8 *ra) in rtw_mesh_nexthop_lookup() argument 3515 if (_rtw_memcmp(adapter_mac_addr(adapter), msa, ETH_ALEN) == _TRUE && in rtw_mesh_nexthop_lookup() 3531 _rtw_memcmp(adapter_mac_addr(adapter), msa, ETH_ALEN) == _TRUE && in rtw_mesh_nexthop_lookup() [all …]
|
| H A D | rtw_mesh_pathtbl.h | 158 const u8 *mda, const u8 *msa, u8 *ra);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/mesh/ |
| H A D | rtw_mesh.c | 3132 u8 msa[ETH_ALEN]; member 3197 static int rtw_mrc_check(_adapter *adapter, const u8 *msa, u32 seq) in rtw_mrc_check() argument 3221 } else if ((seq == p->seqnum) && _rtw_memcmp(msa, p->msa, ETH_ALEN) == _TRUE) in rtw_mrc_check() 3231 _rtw_memcpy(p->msa, msa, ETH_ALEN); in rtw_mrc_check() 3236 static int rtw_mesh_decache(_adapter *adapter, const u8 *msa, u32 seq) in rtw_mesh_decache() argument 3238 return rtw_mrc_check(adapter, msa, seq); in rtw_mesh_decache() 3437 err = rtw_mesh_nexthop_lookup(adapter, target_addr, attrib->msa, attrib->ra); in rtw_mesh_nexthop_resolve() 3490 const u8 *mda, const u8 *msa, u8 *ra) in rtw_mesh_nexthop_lookup() argument 3515 if (_rtw_memcmp(adapter_mac_addr(adapter), msa, ETH_ALEN) == _TRUE && in rtw_mesh_nexthop_lookup() 3531 _rtw_memcmp(adapter_mac_addr(adapter), msa, ETH_ALEN) == _TRUE && in rtw_mesh_nexthop_lookup() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/mesh/ |
| H A D | rtw_mesh.c | 3118 u8 msa[ETH_ALEN]; member 3183 static int rtw_mrc_check(_adapter *adapter, const u8 *msa, u32 seq) in rtw_mrc_check() argument 3207 } else if ((seq == p->seqnum) && _rtw_memcmp(msa, p->msa, ETH_ALEN) == _TRUE) in rtw_mrc_check() 3217 _rtw_memcpy(p->msa, msa, ETH_ALEN); in rtw_mrc_check() 3222 static int rtw_mesh_decache(_adapter *adapter, const u8 *msa, u32 seq) in rtw_mesh_decache() argument 3224 return rtw_mrc_check(adapter, msa, seq); in rtw_mesh_decache() 3422 err = rtw_mesh_nexthop_lookup(adapter, target_addr, attrib->msa, attrib->ra); in rtw_mesh_nexthop_resolve() 3475 const u8 *mda, const u8 *msa, u8 *ra) in rtw_mesh_nexthop_lookup() argument 3500 if (_rtw_memcmp(adapter_mac_addr(adapter), msa, ETH_ALEN) == _TRUE && in rtw_mesh_nexthop_lookup() 3516 _rtw_memcmp(adapter_mac_addr(adapter), msa, ETH_ALEN) == _TRUE && in rtw_mesh_nexthop_lookup() [all …]
|
| H A D | rtw_mesh_pathtbl.h | 158 const u8 *mda, const u8 *msa, u8 *ra);
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/wireless/ |
| H A D | qcom,ath10k.txt | 73 Definition: reference to the reserved-memory for the msa region 92 - qcom,msa-fixed-perm: Boolean context flag to disable SCM call for statically 93 mapped msa region. 211 qcom,msa-fixed-perm;
|
| /OK3568_Linux_fs/kernel/arch/mips/kvm/ |
| H A D | Makefile | 9 common-objs-$(CONFIG_CPU_HAS_MSA) += msa.o
|