Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dbmi.c65 struct bmi_target_info *target_info) in ath10k_bmi_get_target_info() argument
94 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() argument
165 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()
Dbmi.h202 struct bmi_target_info *target_info);
204 struct bmi_target_info *target_info);
Dcore.c2505 struct bmi_target_info target_info; in ath10k_core_probe_fw() local
2516 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 …]
Dsnoc.h76 struct ath10k_snoc_target_info target_info; member
Dhif.h99 struct bmi_target_info *target_info);
Dsnoc.c546 struct bmi_target_info *target_info) in ath10k_snoc_hif_get_target_info() argument
548 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()
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_hsi.h177 struct fcoe_cqe_target_info target_info; member