Home
last modified time | relevance | path

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

/linux-4.4.14/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.c66 struct ath6kl_bmi_target_info targ_info; in ath6kl_core_init() local
99 ret = ath6kl_bmi_get_target_info(ar, &targ_info); in ath6kl_core_init()
103 ar->version.target_ver = le32_to_cpu(targ_info.version); in ath6kl_core_init()
104 ar->target_type = le32_to_cpu(targ_info.type); in ath6kl_core_init()
105 ar->wiphy->hw_version = le32_to_cpu(targ_info.version); in ath6kl_core_init()
Dbmi.h256 struct ath6kl_bmi_target_info *targ_info);
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx_core.c1060 struct ahc_initiator_tinfo *targ_info; in ahc_handle_seqint() local
1074 targ_info = ahc_fetch_transinfo(ahc, in ahc_handle_seqint()
1079 tinfo = &targ_info->curr; in ahc_handle_seqint()
1130 tstate, targ_info, in ahc_handle_seqint()
1974 struct ahc_initiator_tinfo *targ_info; in ahc_force_renegotiation() local
1977 targ_info = ahc_fetch_transinfo(ahc, in ahc_force_renegotiation()
1983 targ_info, AHC_NEG_IF_NON_ASYNC); in ahc_force_renegotiation()
Daic79xx_core.c1917 struct ahd_initiator_tinfo *targ_info; in ahd_handle_seqint() local
1947 targ_info = ahd_fetch_transinfo(ahd, in ahd_handle_seqint()
1952 tinfo = &targ_info->curr; in ahd_handle_seqint()
3422 struct ahd_initiator_tinfo *targ_info; in ahd_force_renegotiation() local
3431 targ_info = ahd_fetch_transinfo(ahd, in ahd_force_renegotiation()
3437 targ_info, AHD_NEG_IF_NON_ASYNC); in ahd_force_renegotiation()
9030 struct ahd_initiator_tinfo *targ_info; in ahd_handle_scsi_status() local
9049 targ_info = ahd_fetch_transinfo(ahd, in ahd_handle_scsi_status()
9054 tinfo = &targ_info->curr; in ahd_handle_scsi_status()
9100 tstate, targ_info, in ahd_handle_scsi_status()