Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dbmi.c47 struct bmi_target_info *target_info) in ath10k_bmi_get_target_info() argument
76 target_info->version = __le32_to_cpu(resp.get_target_info.version); in ath10k_bmi_get_target_info()
77 target_info->type = __le32_to_cpu(resp.get_target_info.type); in ath10k_bmi_get_target_info()
85 struct bmi_target_info *target_info) in ath10k_bmi_get_target_info_sdio() argument
147 target_info->version = __le32_to_cpu(resp.get_target_info.version); in ath10k_bmi_get_target_info_sdio()
148 target_info->type = __le32_to_cpu(resp.get_target_info.type); in ath10k_bmi_get_target_info_sdio()
Dbmi.h234 struct bmi_target_info *target_info);
236 struct bmi_target_info *target_info);
Dcore.c2971 struct bmi_target_info target_info; in ath10k_core_probe_fw() local
2982 memset(&target_info, 0, sizeof(target_info)); in ath10k_core_probe_fw()
2983 ret = ath10k_bmi_get_target_info_sdio(ar, &target_info); in ath10k_core_probe_fw()
2988 ar->target_version = target_info.version; in ath10k_core_probe_fw()
2989 ar->hw->wiphy->hw_version = target_info.version; in ath10k_core_probe_fw()
2994 memset(&target_info, 0, sizeof(target_info)); in ath10k_core_probe_fw()
2995 ret = ath10k_bmi_get_target_info(ar, &target_info); in ath10k_core_probe_fw()
3000 ar->target_version = target_info.version; in ath10k_core_probe_fw()
3001 ar->hw->wiphy->hw_version = target_info.version; in ath10k_core_probe_fw()
3004 memset(&target_info, 0, sizeof(target_info)); in ath10k_core_probe_fw()
[all …]
Dsnoc.h67 struct ath10k_snoc_target_info target_info; member
Dhif.h98 struct bmi_target_info *target_info);
Dsnoc.c739 struct bmi_target_info *target_info) in ath10k_snoc_hif_get_target_info() argument
741 target_info->version = ATH10K_HW_WCN3990; in ath10k_snoc_hif_get_target_info()
742 target_info->type = ATH10K_HW_WCN3990; in ath10k_snoc_hif_get_target_info()
1313 bus_params.chip_id = ar_snoc->target_info.soc_version; in ath10k_snoc_fw_indication()
/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dqmi.h96 struct target_info { struct
125 struct target_info target; argument
Dqmi.c2642 memset(&ab->qmi.target, 0, sizeof(struct target_info)); in ath11k_qmi_init_service()
/Linux-v5.10/drivers/scsi/qedf/
Dqedf_hsi.h174 struct fcoe_cqe_target_info target_info; member