Searched refs:targ_info (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
H A D | bmi.c | 45 struct ath6kl_bmi_target_info *targ_info) ath6kl_bmi_get_target_info() 62 ret = ath6kl_hif_bmi_read(ar, (u8 *)targ_info, ath6kl_bmi_get_target_info() 63 sizeof(*targ_info)); ath6kl_bmi_get_target_info() 65 ret = ath6kl_hif_bmi_read(ar, (u8 *)&targ_info->version, ath6kl_bmi_get_target_info() 66 sizeof(targ_info->version)); ath6kl_bmi_get_target_info() 74 if (le32_to_cpu(targ_info->version) == TARGET_VERSION_SENTINAL) { ath6kl_bmi_get_target_info() 75 /* Determine how many bytes are in the Target's targ_info */ ath6kl_bmi_get_target_info() 77 (u8 *)&targ_info->byte_count, ath6kl_bmi_get_target_info() 78 sizeof(targ_info->byte_count)); ath6kl_bmi_get_target_info() 86 * The target's targ_info doesn't match the host's targ_info. ath6kl_bmi_get_target_info() 89 if (le32_to_cpu(targ_info->byte_count) != sizeof(*targ_info)) { ath6kl_bmi_get_target_info() 94 /* Read the remainder of the targ_info */ ath6kl_bmi_get_target_info() 96 ((u8 *)targ_info) + ath6kl_bmi_get_target_info() 97 sizeof(targ_info->byte_count), ath6kl_bmi_get_target_info() 98 sizeof(*targ_info) - ath6kl_bmi_get_target_info() 99 sizeof(targ_info->byte_count)); ath6kl_bmi_get_target_info() 103 targ_info->byte_count, ret); ath6kl_bmi_get_target_info() 109 targ_info->version, targ_info->type); ath6kl_bmi_get_target_info() 44 ath6kl_bmi_get_target_info(struct ath6kl *ar, struct ath6kl_bmi_target_info *targ_info) ath6kl_bmi_get_target_info() argument
|
H A D | core.c | 66 struct ath6kl_bmi_target_info targ_info; ath6kl_core_init() local 99 ret = ath6kl_bmi_get_target_info(ar, &targ_info); ath6kl_core_init() 103 ar->version.target_ver = le32_to_cpu(targ_info.version); ath6kl_core_init() 104 ar->target_type = le32_to_cpu(targ_info.type); ath6kl_core_init() 105 ar->wiphy->hw_version = le32_to_cpu(targ_info.version); ath6kl_core_init()
|
H A D | bmi.h | 256 struct ath6kl_bmi_target_info *targ_info);
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 1060 struct ahc_initiator_tinfo *targ_info; ahc_handle_seqint() local 1074 targ_info = ahc_fetch_transinfo(ahc, ahc_handle_seqint() 1079 tinfo = &targ_info->curr; ahc_handle_seqint() 1130 tstate, targ_info, ahc_handle_seqint() 1974 struct ahc_initiator_tinfo *targ_info; ahc_force_renegotiation() local 1977 targ_info = ahc_fetch_transinfo(ahc, ahc_force_renegotiation() 1983 targ_info, AHC_NEG_IF_NON_ASYNC); ahc_force_renegotiation()
|
H A D | aic79xx_core.c | 1917 struct ahd_initiator_tinfo *targ_info; ahd_handle_seqint() local 1947 targ_info = ahd_fetch_transinfo(ahd, ahd_handle_seqint() 1952 tinfo = &targ_info->curr; ahd_handle_seqint() 3422 struct ahd_initiator_tinfo *targ_info; ahd_force_renegotiation() local 3431 targ_info = ahd_fetch_transinfo(ahd, ahd_force_renegotiation() 3437 targ_info, AHD_NEG_IF_NON_ASYNC); ahd_force_renegotiation() 9030 struct ahd_initiator_tinfo *targ_info; ahd_handle_scsi_status() local 9049 targ_info = ahd_fetch_transinfo(ahd, ahd_handle_scsi_status() 9054 tinfo = &targ_info->curr; ahd_handle_scsi_status() 9100 tstate, targ_info, ahd_handle_scsi_status()
|
Completed in 197 milliseconds