Searched refs:target_info (Results 1 – 7 of 7) sorted by relevance
65 struct bmi_target_info *target_info) in ath10k_bmi_get_target_info() argument94 target_info->version = __le32_to_cpu(resp.get_target_info.version); in ath10k_bmi_get_target_info()95 target_info->type = __le32_to_cpu(resp.get_target_info.type); in ath10k_bmi_get_target_info()103 struct bmi_target_info *target_info) in ath10k_bmi_get_target_info_sdio() argument165 target_info->version = __le32_to_cpu(resp.get_target_info.version); in ath10k_bmi_get_target_info_sdio()166 target_info->type = __le32_to_cpu(resp.get_target_info.type); in ath10k_bmi_get_target_info_sdio()
202 struct bmi_target_info *target_info);204 struct bmi_target_info *target_info);
2505 struct bmi_target_info target_info; in ath10k_core_probe_fw() local2516 memset(&target_info, 0, sizeof(target_info)); in ath10k_core_probe_fw()2517 ret = ath10k_bmi_get_target_info_sdio(ar, &target_info); in ath10k_core_probe_fw()2522 ar->target_version = target_info.version; in ath10k_core_probe_fw()2523 ar->hw->wiphy->hw_version = target_info.version; in ath10k_core_probe_fw()2528 memset(&target_info, 0, sizeof(target_info)); in ath10k_core_probe_fw()2529 ret = ath10k_bmi_get_target_info(ar, &target_info); in ath10k_core_probe_fw()2534 ar->target_version = target_info.version; in ath10k_core_probe_fw()2535 ar->hw->wiphy->hw_version = target_info.version; in ath10k_core_probe_fw()2538 memset(&target_info, 0, sizeof(target_info)); in ath10k_core_probe_fw()[all …]
76 struct ath10k_snoc_target_info target_info; member
99 struct bmi_target_info *target_info);
546 struct bmi_target_info *target_info) in ath10k_snoc_hif_get_target_info() argument548 target_info->version = ATH10K_HW_WCN3990; in ath10k_snoc_hif_get_target_info()549 target_info->type = ATH10K_HW_WCN3990; in ath10k_snoc_hif_get_target_info()
177 struct fcoe_cqe_target_info target_info; member