Home | History | Annotate | Download | only in ic

Lines Matching defs:tinfo

324 	struct ahd_initiator_tinfo *tinfo;
356 tinfo = ahd_fetch_transinfo(ahd, channel, our_id,
360 (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0)
423 tinfo = ahd_fetch_transinfo(ahd, channel, our_id, target_id,
438 period = tinfo->user.period;
439 offset = tinfo->user.offset;
440 ppr_options = tinfo->user.ppr_options;
441 width = tinfo->user.width;
457 if (width > tinfo->user.width)
458 width = tinfo->user.width;
468 (tinfo->user.ppr_options & MSG_EXT_PPR_DT_REQ))
491 && tinfo->user.transport_version >= 3) {
492 tinfo->goal.transport_version =
493 tinfo->user.transport_version;
494 tinfo->curr.transport_version =
495 tinfo->user.transport_version;
508 xm->xm_period = tinfo->curr.period;
509 xm->xm_offset = tinfo->curr.offset;
510 if (tinfo->curr.width == MSG_EXT_WDTR_BUS_16_BIT)
512 if (tinfo->curr.period)
516 if (tinfo->curr.ppr_options & MSG_EXT_PPR_DT_REQ)
533 struct ahd_initiator_tinfo *tinfo;
587 tinfo = ahd_fetch_transinfo(ahd, SCSIID_CHANNEL(ahd, scb->hscb->scsiid),
600 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU) != 0) {
608 (tinfo->goal.width != 0
609 || tinfo->goal.period != 0
610 || tinfo->goal.ppr_options != 0)) {
836 struct ahd_initiator_tinfo *tinfo;
848 tinfo = ahd_fetch_transinfo(ahd, channel, ahd->our_id, target,
855 if (tinfo->curr.period != tinfo->goal.period
856 || tinfo->curr.width != tinfo->goal.width
857 || tinfo->curr.offset != tinfo->goal.offset
858 || tinfo->curr.ppr_options != tinfo->goal.ppr_options)
862 xm.xm_period = tinfo->curr.period;
863 xm.xm_offset = tinfo->curr.offset;
864 if (tinfo->goal.ppr_options & MSG_EXT_PPR_DT_REQ)
866 if (tinfo->curr.width == MSG_EXT_WDTR_BUS_16_BIT)
868 if (tinfo->curr.period)