Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dbmi.c54 struct bmi_target_info *target_info) in ath10k_bmi_get_target_info() argument
83 target_info->version = __le32_to_cpu(resp.get_target_info.version); in ath10k_bmi_get_target_info()
84 target_info->type = __le32_to_cpu(resp.get_target_info.type); in ath10k_bmi_get_target_info()
92 struct bmi_target_info *target_info) in ath10k_bmi_get_target_info_sdio() argument
154 target_info->version = __le32_to_cpu(resp.get_target_info.version); in ath10k_bmi_get_target_info_sdio()
155 target_info->type = __le32_to_cpu(resp.get_target_info.type); in ath10k_bmi_get_target_info_sdio()
Dbmi.h225 struct bmi_target_info *target_info);
227 struct bmi_target_info *target_info);
Dcore.c2856 struct bmi_target_info target_info; in ath10k_core_probe_fw() local
2867 memset(&target_info, 0, sizeof(target_info)); in ath10k_core_probe_fw()
2868 ret = ath10k_bmi_get_target_info_sdio(ar, &target_info); in ath10k_core_probe_fw()
2873 ar->target_version = target_info.version; in ath10k_core_probe_fw()
2874 ar->hw->wiphy->hw_version = target_info.version; in ath10k_core_probe_fw()
2879 memset(&target_info, 0, sizeof(target_info)); in ath10k_core_probe_fw()
2880 ret = ath10k_bmi_get_target_info(ar, &target_info); in ath10k_core_probe_fw()
2885 ar->target_version = target_info.version; in ath10k_core_probe_fw()
2886 ar->hw->wiphy->hw_version = target_info.version; in ath10k_core_probe_fw()
2889 memset(&target_info, 0, sizeof(target_info)); in ath10k_core_probe_fw()
[all …]
Dsnoc.h73 struct ath10k_snoc_target_info target_info; member
Dhif.h96 struct bmi_target_info *target_info);
Dsnoc.c733 struct bmi_target_info *target_info) in ath10k_snoc_hif_get_target_info() argument
735 target_info->version = ATH10K_HW_WCN3990; in ath10k_snoc_hif_get_target_info()
736 target_info->type = ATH10K_HW_WCN3990; in ath10k_snoc_hif_get_target_info()
1281 bus_params.chip_id = ar_snoc->target_info.soc_version; in ath10k_snoc_fw_indication()
/Linux-v5.4/drivers/scsi/qedf/
Dqedf_hsi.h174 struct fcoe_cqe_target_info target_info; member