• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/aic7xxx/

Lines Matching refs:tinfo

514 		struct	ahd_initiator_tinfo *tinfo;
529 tinfo = ahd_fetch_transinfo(ahd, 'A', our_id,
532 || (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0
726 struct ahd_initiator_tinfo *tinfo;
739 tinfo = ahd_fetch_transinfo(ahd, devinfo.channel,
747 tinfo->curr.protocol_version = cts->protocol_version;
748 tinfo->curr.transport_version = cts->transport_version;
749 tinfo->goal.protocol_version = cts->protocol_version;
750 tinfo->goal.transport_version = cts->transport_version;
755 tinfo->user.protocol_version = cts->protocol_version;
756 tinfo->user.transport_version = cts->transport_version;
777 ahd_validate_width(ahd, /*tinfo limit*/NULL,
785 spi->ppr_options = tinfo->user.ppr_options;
787 spi->ppr_options = tinfo->goal.ppr_options;
792 spi->sync_offset = tinfo->user.offset;
794 spi->sync_offset = tinfo->goal.offset;
799 spi->sync_period = tinfo->user.period;
801 spi->sync_period = tinfo->goal.period;
818 ahd_validate_offset(ahd, /*tinfo limit*/NULL,
844 struct ahd_transinfo *tinfo;
857 tinfo = &targ_info->curr;
859 tinfo = &targ_info->user;
876 cts->protocol_version = tinfo->protocol_version;
877 cts->transport_version = tinfo->transport_version;
879 spi->sync_period = tinfo->period;
880 spi->sync_offset = tinfo->offset;
881 spi->bus_width = tinfo->width;
882 spi->ppr_options = tinfo->ppr_options;
943 struct ahd_initiator_tinfo *tinfo;
1008 tinfo = ahd_fetch_transinfo(ahd, SCSIID_CHANNEL(ahd, scb->hscb->scsiid),
1019 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {
1026 && (tinfo->goal.width != 0
1027 || tinfo->goal.period != 0
1028 || tinfo->goal.ppr_options != 0)) {