Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/
A 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()
A Dbmi.h234 struct bmi_target_info *target_info);
236 struct bmi_target_info *target_info);
A Dcore.c3298 struct bmi_target_info target_info; in ath10k_core_probe_fw() local
3309 memset(&target_info, 0, sizeof(target_info)); in ath10k_core_probe_fw()
3315 ar->target_version = target_info.version; in ath10k_core_probe_fw()
3316 ar->hw->wiphy->hw_version = target_info.version; in ath10k_core_probe_fw()
3321 memset(&target_info, 0, sizeof(target_info)); in ath10k_core_probe_fw()
3322 ret = ath10k_bmi_get_target_info(ar, &target_info); in ath10k_core_probe_fw()
3327 ar->target_version = target_info.version; in ath10k_core_probe_fw()
3328 ar->hw->wiphy->hw_version = target_info.version; in ath10k_core_probe_fw()
3331 memset(&target_info, 0, sizeof(target_info)); in ath10k_core_probe_fw()
3337 ar->target_version = target_info.version; in ath10k_core_probe_fw()
[all …]
A Dsnoc.h70 struct ath10k_snoc_target_info target_info; member
A Dhif.h98 struct bmi_target_info *target_info);
A Dsnoc.c740 struct bmi_target_info *target_info) in ath10k_snoc_hif_get_target_info() argument
742 target_info->version = ATH10K_HW_WCN3990; in ath10k_snoc_hif_get_target_info()
743 target_info->type = ATH10K_HW_WCN3990; in ath10k_snoc_hif_get_target_info()
1351 bus_params.chip_id = ar_snoc->target_info.soc_version; in ath10k_snoc_fw_indication()
/linux-6.3-rc2/fs/ksmbd/
A Dntlmssp.h95 struct target_info { struct
A Dauth.c408 struct target_info *tinfo; in ksmbd_build_ntlmssp_challenge_blob()
476 tinfo = (struct target_info *)(target_name + uni_len); in ksmbd_build_ntlmssp_challenge_blob()
485 tinfo = (struct target_info *)((char *)tinfo + 4 + uni_len); in ksmbd_build_ntlmssp_challenge_blob()
/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/
A Dqmi.h109 struct target_info { struct
141 struct target_info target; argument
A Dqmi.c3247 memset(&ab->qmi.target, 0, sizeof(struct target_info)); in ath11k_qmi_init_service()
/linux-6.3-rc2/drivers/net/wireless/ath/ath12k/
A Dqmi.h107 struct target_info { struct
144 struct target_info target;
A Dqmi.c3045 memset(&ab->qmi.target, 0, sizeof(struct target_info)); in ath12k_qmi_init_service()
/linux-6.3-rc2/drivers/scsi/qedf/
A Dqedf_hsi.h174 struct fcoe_cqe_target_info target_info; member

Completed in 36 milliseconds