Searched refs:tinfo (Results 1 – 8 of 8) sorted by relevance
/drivers/scsi/aic7xxx/ |
D | aic79xx_proc.c | 93 ahd_format_transinfo(struct seq_file *m, struct ahd_transinfo *tinfo) in ahd_format_transinfo() argument 99 if (tinfo->period == AHD_PERIOD_UNKNOWN) { in ahd_format_transinfo() 105 if (tinfo->offset != 0) { in ahd_format_transinfo() 106 freq = ahd_calc_syncsrate(tinfo->period); in ahd_format_transinfo() 109 speed *= (0x01 << tinfo->width); in ahd_format_transinfo() 121 if ((tinfo->ppr_options & MSG_EXT_PPR_RD_STRM) != 0) { in ahd_format_transinfo() 125 if ((tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0) { in ahd_format_transinfo() 129 if ((tinfo->ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_format_transinfo() 133 if ((tinfo->ppr_options & MSG_EXT_PPR_RTI) != 0) { in ahd_format_transinfo() 138 if ((tinfo->ppr_options & MSG_EXT_PPR_QAS_REQ) != 0) { in ahd_format_transinfo() [all …]
|
D | aic79xx_osm.c | 616 struct ahd_initiator_tinfo *tinfo; in ahd_linux_target_alloc() local 629 tinfo = ahd_fetch_transinfo(ahd, 'A', ahd->our_id, in ahd_linux_target_alloc() 645 spi_min_period(starget) = tinfo->user.period; in ahd_linux_target_alloc() 646 spi_max_offset(starget) = tinfo->user.offset; in ahd_linux_target_alloc() 649 tinfo = ahd_fetch_transinfo(ahd, channel, ahd->our_id, in ahd_linux_target_alloc() 790 struct ahd_initiator_tinfo *tinfo; in ahd_linux_dev_reset() local 831 tinfo = ahd_fetch_transinfo(ahd, 'A', ahd->our_id, in ahd_linux_dev_reset() 845 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_linux_dev_reset() 1305 struct ahd_initiator_tinfo *tinfo; in ahd_linux_initialize_scsi_bus() local 1308 tinfo = ahd_fetch_transinfo(ahd, 'A', ahd->our_id, in ahd_linux_initialize_scsi_bus() [all …]
|
D | aic7xxx_proc.c | 94 ahc_format_transinfo(struct seq_file *m, struct ahc_transinfo *tinfo) in ahc_format_transinfo() argument 102 if (tinfo->offset != 0) { in ahc_format_transinfo() 103 freq = ahc_calc_syncsrate(tinfo->period); in ahc_format_transinfo() 106 speed *= (0x01 << tinfo->width); in ahc_format_transinfo() 116 (tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0 in ahc_format_transinfo() 117 ? " DT" : "", tinfo->offset); in ahc_format_transinfo() 120 if (tinfo->width > 0) { in ahc_format_transinfo() 126 seq_printf(m, "%dbit)", 8 * (0x01 << tinfo->width)); in ahc_format_transinfo() 139 struct ahc_initiator_tinfo *tinfo; in ahc_dump_target_state() local 143 tinfo = ahc_fetch_transinfo(ahc, channel, our_id, in ahc_dump_target_state() [all …]
|
D | aic7xxx_osm.c | 577 struct ahc_initiator_tinfo *tinfo; in ahc_linux_target_alloc() local 626 tinfo = ahc_fetch_transinfo(ahc, channel, ahc->our_id, in ahc_linux_target_alloc() 1191 struct ahc_initiator_tinfo *tinfo; in ahc_linux_initialize_scsi_bus() local 1205 tinfo = ahc_fetch_transinfo(ahc, channel, our_id, in ahc_linux_initialize_scsi_bus() 1210 tinfo, AHC_NEG_ALWAYS); in ahc_linux_initialize_scsi_bus() 1441 struct ahc_initiator_tinfo *tinfo; in ahc_linux_run_command() local 1497 tinfo = ahc_fetch_transinfo(ahc, SCB_GET_CHANNEL(ahc, scb), in ahc_linux_run_command() 1500 hscb->scsirate = tinfo->scsirate; in ahc_linux_run_command() 1501 hscb->scsioffset = tinfo->curr.offset; in ahc_linux_run_command() 1637 struct ahc_initiator_tinfo *tinfo; in ahc_send_async() local [all …]
|
D | aic7xxx_core.c | 1062 struct ahc_transinfo *tinfo; in ahc_handle_seqint() local 1079 tinfo = &targ_info->curr; in ahc_handle_seqint() 1102 if (tinfo->protocol_version <= SCSI_REV_2 in ahc_handle_seqint() 1872 struct ahc_initiator_tinfo *tinfo; in ahc_handle_scsiint() local 1879 tinfo = ahc_fetch_transinfo(ahc, in ahc_handle_scsiint() 1884 tinfo->curr.transport_version = 2; in ahc_handle_scsiint() 1885 tinfo->goal.transport_version = 2; in ahc_handle_scsiint() 1886 tinfo->goal.ppr_options = 0; in ahc_handle_scsiint() 2217 struct ahc_initiator_tinfo *tinfo, in ahc_devlimited_syncrate() argument 2248 transinfo = &tinfo->user; in ahc_devlimited_syncrate() [all …]
|
D | aic79xx_core.c | 130 struct ahd_transinfo *tinfo); 1919 struct ahd_transinfo *tinfo; in ahd_handle_seqint() local 1952 tinfo = &targ_info->curr; in ahd_handle_seqint() 3135 struct ahd_initiator_tinfo *tinfo; in ahd_handle_nonpkt_busfree() local 3152 tinfo = ahd_fetch_transinfo(ahd, devinfo.channel, in ahd_handle_nonpkt_busfree() 3155 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ)!=0) { in ahd_handle_nonpkt_busfree() 3171 tinfo->curr.transport_version = 2; in ahd_handle_nonpkt_busfree() 3172 tinfo->goal.transport_version = 2; in ahd_handle_nonpkt_busfree() 3173 tinfo->goal.ppr_options = 0; in ahd_handle_nonpkt_busfree() 3698 struct ahd_initiator_tinfo *tinfo, in ahd_devlimited_syncrate() argument [all …]
|
/drivers/net/wireless/ath/ath9k/ |
D | mci.c | 87 struct ath_mci_profile_info *info, *tinfo; in ath_mci_flush_profile() local 95 list_for_each_entry_safe(info, tinfo, &mci->info, list) { in ath_mci_flush_profile()
|
/drivers/rapidio/devices/ |
D | tsi721_dma.c | 657 void *tinfo) in tsi721_prep_rio_sg() argument 663 struct rio_dma_ext *rext = tinfo; in tsi721_prep_rio_sg()
|