Searched refs:target_info (Results 1 – 7 of 7) sorted by relevance
54 struct bmi_target_info *target_info) in ath10k_bmi_get_target_info() argument83 target_info->version = __le32_to_cpu(resp.get_target_info.version); in ath10k_bmi_get_target_info()84 target_info->type = __le32_to_cpu(resp.get_target_info.type); in ath10k_bmi_get_target_info()92 struct bmi_target_info *target_info) in ath10k_bmi_get_target_info_sdio() argument154 target_info->version = __le32_to_cpu(resp.get_target_info.version); in ath10k_bmi_get_target_info_sdio()155 target_info->type = __le32_to_cpu(resp.get_target_info.type); in ath10k_bmi_get_target_info_sdio()
225 struct bmi_target_info *target_info);227 struct bmi_target_info *target_info);
2856 struct bmi_target_info target_info; in ath10k_core_probe_fw() local2867 memset(&target_info, 0, sizeof(target_info)); in ath10k_core_probe_fw()2868 ret = ath10k_bmi_get_target_info_sdio(ar, &target_info); in ath10k_core_probe_fw()2873 ar->target_version = target_info.version; in ath10k_core_probe_fw()2874 ar->hw->wiphy->hw_version = target_info.version; in ath10k_core_probe_fw()2879 memset(&target_info, 0, sizeof(target_info)); in ath10k_core_probe_fw()2880 ret = ath10k_bmi_get_target_info(ar, &target_info); in ath10k_core_probe_fw()2885 ar->target_version = target_info.version; in ath10k_core_probe_fw()2886 ar->hw->wiphy->hw_version = target_info.version; in ath10k_core_probe_fw()2889 memset(&target_info, 0, sizeof(target_info)); in ath10k_core_probe_fw()[all …]
73 struct ath10k_snoc_target_info target_info; member
96 struct bmi_target_info *target_info);
733 struct bmi_target_info *target_info) in ath10k_snoc_hif_get_target_info() argument735 target_info->version = ATH10K_HW_WCN3990; in ath10k_snoc_hif_get_target_info()736 target_info->type = ATH10K_HW_WCN3990; in ath10k_snoc_hif_get_target_info()1281 bus_params.chip_id = ar_snoc->target_info.soc_version; in ath10k_snoc_fw_indication()
174 struct fcoe_cqe_target_info target_info; member