Searched refs:target_info (Results 1 – 9 of 9) sorted by relevance
48 struct bmi_target_info *target_info) in ath10k_bmi_get_target_info() argument77 target_info->version = __le32_to_cpu(resp.get_target_info.version); in ath10k_bmi_get_target_info()78 target_info->type = __le32_to_cpu(resp.get_target_info.type); in ath10k_bmi_get_target_info()86 struct bmi_target_info *target_info) in ath10k_bmi_get_target_info_sdio() argument148 target_info->version = __le32_to_cpu(resp.get_target_info.version); in ath10k_bmi_get_target_info_sdio()149 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);
3312 struct bmi_target_info target_info; in ath10k_core_probe_fw() local3323 memset(&target_info, 0, sizeof(target_info)); in ath10k_core_probe_fw()3324 ret = ath10k_bmi_get_target_info_sdio(ar, &target_info); in ath10k_core_probe_fw()3329 ar->target_version = target_info.version; in ath10k_core_probe_fw()3330 ar->hw->wiphy->hw_version = target_info.version; in ath10k_core_probe_fw()3335 memset(&target_info, 0, sizeof(target_info)); in ath10k_core_probe_fw()3336 ret = ath10k_bmi_get_target_info(ar, &target_info); in ath10k_core_probe_fw()3341 ar->target_version = target_info.version; in ath10k_core_probe_fw()3342 ar->hw->wiphy->hw_version = target_info.version; in ath10k_core_probe_fw()3345 memset(&target_info, 0, sizeof(target_info)); in ath10k_core_probe_fw()[all …]
70 struct ath10k_snoc_target_info target_info; member
98 struct bmi_target_info *target_info);
95 struct target_info { struct
416 struct target_info *tinfo; in ksmbd_build_ntlmssp_challenge_blob()484 tinfo = (struct target_info *)(target_name + uni_len); in ksmbd_build_ntlmssp_challenge_blob()493 tinfo = (struct target_info *)((char *)tinfo + 4 + uni_len); in ksmbd_build_ntlmssp_challenge_blob()
109 struct target_info { struct141 struct target_info target; argument
174 struct fcoe_cqe_target_info target_info; member