Searched refs:target_info (Results 1 – 13 of 13) sorted by relevance
50 struct bmi_target_info *target_info) in ath10k_bmi_get_target_info() argument79 target_info->version = __le32_to_cpu(resp.get_target_info.version); in ath10k_bmi_get_target_info()80 target_info->type = __le32_to_cpu(resp.get_target_info.type); in ath10k_bmi_get_target_info()88 struct bmi_target_info *target_info) in ath10k_bmi_get_target_info_sdio() argument150 target_info->version = __le32_to_cpu(resp.get_target_info.version); in ath10k_bmi_get_target_info_sdio()151 target_info->type = __le32_to_cpu(resp.get_target_info.type); in ath10k_bmi_get_target_info_sdio()
234 struct bmi_target_info *target_info);236 struct bmi_target_info *target_info);
72 struct ath10k_snoc_target_info target_info; member
3355 struct bmi_target_info target_info = {}; in ath10k_core_probe_fw() local3366 ret = ath10k_bmi_get_target_info_sdio(ar, &target_info); in ath10k_core_probe_fw()3371 ar->target_version = target_info.version; in ath10k_core_probe_fw()3372 ar->hw->wiphy->hw_version = target_info.version; in ath10k_core_probe_fw()3377 ret = ath10k_bmi_get_target_info(ar, &target_info); in ath10k_core_probe_fw()3382 ar->target_version = target_info.version; in ath10k_core_probe_fw()3383 ar->hw->wiphy->hw_version = target_info.version; in ath10k_core_probe_fw()3386 ret = ath10k_hif_get_target_info(ar, &target_info); in ath10k_core_probe_fw()3391 ar->target_version = target_info.version; in ath10k_core_probe_fw()3392 ar->hw->wiphy->hw_version = target_info.version; in ath10k_core_probe_fw()
98 struct bmi_target_info *target_info);
743 struct bmi_target_info *target_info) in ath10k_snoc_hif_get_target_info() argument745 target_info->version = ATH10K_HW_WCN3990; in ath10k_snoc_hif_get_target_info()746 target_info->type = ATH10K_HW_WCN3990; in ath10k_snoc_hif_get_target_info()1384 bus_params.chip_id = ar_snoc->target_info.soc_version; in ath10k_snoc_fw_indication()
95 struct target_info { struct
295 struct target_info *tinfo; in ksmbd_build_ntlmssp_challenge_blob()363 tinfo = (struct target_info *)(target_name + uni_len); in ksmbd_build_ntlmssp_challenge_blob()372 tinfo = (struct target_info *)((char *)tinfo + 4 + uni_len); in ksmbd_build_ntlmssp_challenge_blob()
112 struct target_info { struct144 struct target_info target; argument
3318 memset(&ab->qmi.target, 0, sizeof(struct target_info)); in ath11k_qmi_init_service()
110 struct target_info { struct155 struct target_info target;
4042 memset(&ab->qmi.target, 0, sizeof(struct target_info)); in ath12k_qmi_init_service()
174 struct fcoe_cqe_target_info target_info; member