Home
last modified time | relevance | path

Searched refs:targ_info (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/net/wireless/ath/ath6kl/
Dbmi.c45 struct ath6kl_bmi_target_info *targ_info) in ath6kl_bmi_get_target_info() argument
62 ret = ath6kl_hif_bmi_read(ar, (u8 *)targ_info, in ath6kl_bmi_get_target_info()
63 sizeof(*targ_info)); in ath6kl_bmi_get_target_info()
65 ret = ath6kl_hif_bmi_read(ar, (u8 *)&targ_info->version, in ath6kl_bmi_get_target_info()
66 sizeof(targ_info->version)); in ath6kl_bmi_get_target_info()
74 if (le32_to_cpu(targ_info->version) == TARGET_VERSION_SENTINAL) { in ath6kl_bmi_get_target_info()
77 (u8 *)&targ_info->byte_count, in ath6kl_bmi_get_target_info()
78 sizeof(targ_info->byte_count)); in ath6kl_bmi_get_target_info()
89 if (le32_to_cpu(targ_info->byte_count) != sizeof(*targ_info)) { in ath6kl_bmi_get_target_info()
96 ((u8 *)targ_info) + in ath6kl_bmi_get_target_info()
[all …]
Dcore.c68 struct ath6kl_bmi_target_info targ_info; in ath6kl_core_init() local
101 ret = ath6kl_bmi_get_target_info(ar, &targ_info); in ath6kl_core_init()
105 ar->version.target_ver = le32_to_cpu(targ_info.version); in ath6kl_core_init()
106 ar->target_type = le32_to_cpu(targ_info.type); in ath6kl_core_init()
107 ar->wiphy->hw_version = le32_to_cpu(targ_info.version); in ath6kl_core_init()
Dbmi.h256 struct ath6kl_bmi_target_info *targ_info);
/linux-5.19.10/drivers/scsi/aic7xxx/
Daic7xxx_core.c1053 struct ahc_initiator_tinfo *targ_info; in ahc_handle_seqint() local
1067 targ_info = ahc_fetch_transinfo(ahc, in ahc_handle_seqint()
1072 tinfo = &targ_info->curr; in ahc_handle_seqint()
1123 tstate, targ_info, in ahc_handle_seqint()
1951 struct ahc_initiator_tinfo *targ_info; in ahc_force_renegotiation() local
1954 targ_info = ahc_fetch_transinfo(ahc, in ahc_force_renegotiation()
1960 targ_info, AHC_NEG_IF_NON_ASYNC); in ahc_force_renegotiation()
Daic79xx_core.c3390 struct ahd_initiator_tinfo *targ_info; in ahd_force_renegotiation() local
3399 targ_info = ahd_fetch_transinfo(ahd, in ahd_force_renegotiation()
3405 targ_info, AHD_NEG_IF_NON_ASYNC); in ahd_force_renegotiation()
8934 struct ahd_initiator_tinfo *targ_info; in ahd_handle_scsi_status() local
8953 targ_info = ahd_fetch_transinfo(ahd, in ahd_handle_scsi_status()
8958 tinfo = &targ_info->curr; in ahd_handle_scsi_status()
9004 tstate, targ_info, in ahd_handle_scsi_status()