Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/ath/ath6kl/
A Dbmi.c63 sizeof(*targ_info)); in ath6kl_bmi_get_target_info()
66 sizeof(targ_info->version)); 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()
97 sizeof(targ_info->byte_count), in ath6kl_bmi_get_target_info()
98 sizeof(*targ_info) - in ath6kl_bmi_get_target_info()
99 sizeof(targ_info->byte_count)); in ath6kl_bmi_get_target_info()
103 targ_info->byte_count, ret); in ath6kl_bmi_get_target_info()
[all …]
A 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()
A Dbmi.h256 struct ath6kl_bmi_target_info *targ_info);
/linux-6.3-rc2/drivers/scsi/aic7xxx/
A 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()
A 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()

Completed in 30 milliseconds