Home
last modified time | relevance | path

Searched refs:target_info (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dbmi.c47 struct bmi_target_info *target_info) in ath10k_bmi_get_target_info()
76 target_info->version = __le32_to_cpu(resp.get_target_info.version); in ath10k_bmi_get_target_info()
77 target_info->type = __le32_to_cpu(resp.get_target_info.type); in ath10k_bmi_get_target_info()
85 struct bmi_target_info *target_info) in ath10k_bmi_get_target_info_sdio()
147 target_info->version = __le32_to_cpu(resp.get_target_info.version); in ath10k_bmi_get_target_info_sdio()
148 target_info->type = __le32_to_cpu(resp.get_target_info.type); in ath10k_bmi_get_target_info_sdio()
46 ath10k_bmi_get_target_info(struct ath10k *ar, struct bmi_target_info *target_info) ath10k_bmi_get_target_info() argument
84 ath10k_bmi_get_target_info_sdio(struct ath10k *ar, struct bmi_target_info *target_info) ath10k_bmi_get_target_info_sdio() argument
H A Dbmi.h234 struct bmi_target_info *target_info);
236 struct bmi_target_info *target_info);
H A Dcore.c2988 struct bmi_target_info target_info; in ath10k_core_probe_fw() local
2999 memset(&target_info, 0, sizeof(target_info)); in ath10k_core_probe_fw()
3000 ret = ath10k_bmi_get_target_info_sdio(ar, &target_info); in ath10k_core_probe_fw()
3005 ar->target_version = target_info.version; in ath10k_core_probe_fw()
3006 ar->hw->wiphy->hw_version = target_info.version; in ath10k_core_probe_fw()
3011 memset(&target_info, 0, sizeof(target_info)); in ath10k_core_probe_fw()
3012 ret = ath10k_bmi_get_target_info(ar, &target_info); in ath10k_core_probe_fw()
3017 ar->target_version = target_info in ath10k_core_probe_fw()
[all...]
H A Dsnoc.h67 struct ath10k_snoc_target_info target_info; member
H A Dhif.h98 struct bmi_target_info *target_info);
H A Dsnoc.c739 struct bmi_target_info *target_info) in ath10k_snoc_hif_get_target_info()
741 target_info->version = ATH10K_HW_WCN3990; in ath10k_snoc_hif_get_target_info()
742 target_info->type = ATH10K_HW_WCN3990; in ath10k_snoc_hif_get_target_info()
1323 bus_params.chip_id = ar_snoc->target_info.soc_version; in ath10k_snoc_fw_indication()
738 ath10k_snoc_hif_get_target_info(struct ath10k *ar, struct bmi_target_info *target_info) ath10k_snoc_hif_get_target_info() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dbmi.c47 struct bmi_target_info *target_info) in ath10k_bmi_get_target_info()
76 target_info->version = __le32_to_cpu(resp.get_target_info.version); in ath10k_bmi_get_target_info()
77 target_info->type = __le32_to_cpu(resp.get_target_info.type); in ath10k_bmi_get_target_info()
85 struct bmi_target_info *target_info) in ath10k_bmi_get_target_info_sdio()
147 target_info->version = __le32_to_cpu(resp.get_target_info.version); in ath10k_bmi_get_target_info_sdio()
148 target_info->type = __le32_to_cpu(resp.get_target_info.type); in ath10k_bmi_get_target_info_sdio()
46 ath10k_bmi_get_target_info(struct ath10k *ar, struct bmi_target_info *target_info) ath10k_bmi_get_target_info() argument
84 ath10k_bmi_get_target_info_sdio(struct ath10k *ar, struct bmi_target_info *target_info) ath10k_bmi_get_target_info_sdio() argument
H A Dbmi.h234 struct bmi_target_info *target_info);
236 struct bmi_target_info *target_info);
H A Dcore.c3289 struct bmi_target_info target_info; in ath10k_core_probe_fw() local
3300 memset(&target_info, 0, sizeof(target_info)); in ath10k_core_probe_fw()
3301 ret = ath10k_bmi_get_target_info_sdio(ar, &target_info); in ath10k_core_probe_fw()
3306 ar->target_version = target_info.version; in ath10k_core_probe_fw()
3307 ar->hw->wiphy->hw_version = target_info.version; in ath10k_core_probe_fw()
3312 memset(&target_info, 0, sizeof(target_info)); in ath10k_core_probe_fw()
3313 ret = ath10k_bmi_get_target_info(ar, &target_info); in ath10k_core_probe_fw()
3318 ar->target_version = target_info in ath10k_core_probe_fw()
[all...]
H A Dsnoc.h70 struct ath10k_snoc_target_info target_info; member
H A Dhif.h98 struct bmi_target_info *target_info);
H A Dsnoc.c740 struct bmi_target_info *target_info) in ath10k_snoc_hif_get_target_info()
742 target_info->version = ATH10K_HW_WCN3990; in ath10k_snoc_hif_get_target_info()
743 target_info->type = ATH10K_HW_WCN3990; in ath10k_snoc_hif_get_target_info()
1362 bus_params.chip_id = ar_snoc->target_info.soc_version; in ath10k_snoc_fw_indication()
739 ath10k_snoc_hif_get_target_info(struct ath10k *ar, struct bmi_target_info *target_info) ath10k_snoc_hif_get_target_info() argument
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dqmi.h96 struct target_info { struct
126 struct target_info target;
H A Dqmi.c2666 memset(&ab->qmi.target, 0, sizeof(struct target_info)); in ath11k_qmi_init_service()
/kernel/linux/linux-6.6/fs/smb/server/
H A Dntlmssp.h95 struct target_info { struct
H A Dauth.c414 struct target_info *tinfo; in ksmbd_build_ntlmssp_challenge_blob()
482 tinfo = (struct target_info *)(target_name + uni_len); in ksmbd_build_ntlmssp_challenge_blob()
491 tinfo = (struct target_info *)((char *)tinfo + 4 + uni_len); in ksmbd_build_ntlmssp_challenge_blob()
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H A Dqedf_hsi.h174 struct fcoe_cqe_target_info target_info; member
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H A Dqedf_hsi.h174 struct fcoe_cqe_target_info target_info; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dqmi.h107 struct target_info { struct
144 struct target_info target;
H A Dqmi.c3049 memset(&ab->qmi.target, 0, sizeof(struct target_info)); in ath12k_qmi_init_service()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dqmi.h109 struct target_info { struct
141 struct target_info target;
H A Dqmi.c3287 memset(&ab->qmi.target, 0, sizeof(struct target_info)); in ath11k_qmi_init_service()

Completed in 43 milliseconds