Searched refs:target_info (Results 1 – 3 of 3) sorted by relevance
56 struct bmi_target_info *target_info) in ath10k_bmi_get_target_info() argument85 target_info->version = __le32_to_cpu(resp.get_target_info.version); in ath10k_bmi_get_target_info()86 target_info->type = __le32_to_cpu(resp.get_target_info.type); in ath10k_bmi_get_target_info()
199 struct bmi_target_info *target_info);
1762 struct bmi_target_info target_info; in ath10k_core_probe_fw() local1771 memset(&target_info, 0, sizeof(target_info)); in ath10k_core_probe_fw()1772 ret = ath10k_bmi_get_target_info(ar, &target_info); in ath10k_core_probe_fw()1778 ar->target_version = target_info.version; in ath10k_core_probe_fw()1779 ar->hw->wiphy->hw_version = target_info.version; in ath10k_core_probe_fw()