Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dbmi.c50 struct bmi_target_info *target_info) in ath10k_bmi_get_target_info() argument
79 target_info->version = __le32_to_cpu(resp.get_target_info.version); in ath10k_bmi_get_target_info()
80 target_info->type = __le32_to_cpu(resp.get_target_info.type); in ath10k_bmi_get_target_info()
88 struct bmi_target_info *target_info) in ath10k_bmi_get_target_info_sdio() argument
150 target_info->version = __le32_to_cpu(resp.get_target_info.version); in ath10k_bmi_get_target_info_sdio()
151 target_info->type = __le32_to_cpu(resp.get_target_info.type); in ath10k_bmi_get_target_info_sdio()
H A Dbmi.h234 struct bmi_target_info *target_info);
236 struct bmi_target_info *target_info);
H A Dsnoc.h72 struct ath10k_snoc_target_info target_info; member
H A Dcore.c3355 struct bmi_target_info target_info = {}; in ath10k_core_probe_fw() local
3366 ret = ath10k_bmi_get_target_info_sdio(ar, &target_info); in ath10k_core_probe_fw()
3371 ar->target_version = target_info.version; in ath10k_core_probe_fw()
3372 ar->hw->wiphy->hw_version = target_info.version; in ath10k_core_probe_fw()
3377 ret = ath10k_bmi_get_target_info(ar, &target_info); in ath10k_core_probe_fw()
3382 ar->target_version = target_info.version; in ath10k_core_probe_fw()
3383 ar->hw->wiphy->hw_version = target_info.version; in ath10k_core_probe_fw()
3386 ret = ath10k_hif_get_target_info(ar, &target_info); in ath10k_core_probe_fw()
3391 ar->target_version = target_info.version; in ath10k_core_probe_fw()
3392 ar->hw->wiphy->hw_version = target_info.version; in ath10k_core_probe_fw()
H A Dhif.h98 struct bmi_target_info *target_info);
H A Dsnoc.c743 struct bmi_target_info *target_info) in ath10k_snoc_hif_get_target_info() argument
745 target_info->version = ATH10K_HW_WCN3990; in ath10k_snoc_hif_get_target_info()
746 target_info->type = ATH10K_HW_WCN3990; in ath10k_snoc_hif_get_target_info()
1384 bus_params.chip_id = ar_snoc->target_info.soc_version; in ath10k_snoc_fw_indication()
/linux/fs/smb/server/
H A Dntlmssp.h95 struct target_info { struct
H A Dauth.c295 struct target_info *tinfo; in ksmbd_build_ntlmssp_challenge_blob()
363 tinfo = (struct target_info *)(target_name + uni_len); in ksmbd_build_ntlmssp_challenge_blob()
372 tinfo = (struct target_info *)((char *)tinfo + 4 + uni_len); in ksmbd_build_ntlmssp_challenge_blob()
/linux/drivers/net/wireless/ath/ath11k/
H A Dqmi.h112 struct target_info { struct
144 struct target_info target; argument
H A Dqmi.c3318 memset(&ab->qmi.target, 0, sizeof(struct target_info)); in ath11k_qmi_init_service()
/linux/drivers/net/wireless/ath/ath12k/
H A Dqmi.h110 struct target_info { struct
155 struct target_info target;
H A Dqmi.c4042 memset(&ab->qmi.target, 0, sizeof(struct target_info)); in ath12k_qmi_init_service()
/linux/drivers/scsi/qedf/
H A Dqedf_hsi.h174 struct fcoe_cqe_target_info target_info; member