Home
last modified time | relevance | path

Searched refs:target_info (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dbmi.c56 struct bmi_target_info *target_info) in ath10k_bmi_get_target_info() argument
85 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()
Dbmi.h199 struct bmi_target_info *target_info);
Dcore.c1762 struct bmi_target_info target_info; in ath10k_core_probe_fw() local
1771 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()