Lines Matching refs:starget

84 	dev_info(&tp->starget->dev, "%s: ", label);
1364 static void sym_check_goals(struct sym_hcb *np, struct scsi_target *starget,
1367 if (!spi_support_wide(starget))
1370 if (!spi_support_sync(starget)) {
1378 if (spi_support_dt(starget)) {
1379 if (spi_support_dt_only(starget))
1422 struct scsi_target *starget = tp->starget;
1427 sym_check_goals(np, starget, goal);
2050 struct scsi_target *starget = tp->starget;
2052 if (tp->tprint.period != spi_period(starget) ||
2053 tp->tprint.offset != spi_offset(starget) ||
2054 tp->tprint.width != spi_width(starget) ||
2055 tp->tprint.iu != spi_iu(starget) ||
2056 tp->tprint.dt != spi_dt(starget) ||
2057 tp->tprint.qas != spi_qas(starget) ||
2059 tp->tprint.period = spi_period(starget);
2060 tp->tprint.offset = spi_offset(starget);
2061 tp->tprint.width = spi_width(starget);
2062 tp->tprint.iu = spi_iu(starget);
2063 tp->tprint.dt = spi_dt(starget);
2064 tp->tprint.qas = spi_qas(starget);
2067 spi_display_xfer_agreement(starget);
2078 struct scsi_target *starget = tp->starget;
2088 spi_offset(starget) = 0;
2089 spi_period(starget) = 0;
2090 spi_width(starget) = wide;
2091 spi_iu(starget) = 0;
2092 spi_dt(starget) = 0;
2093 spi_qas(starget) = 0;
2108 struct scsi_target *starget = tp->starget;
2119 spi_period(starget) = per;
2120 spi_offset(starget) = ofs;
2121 spi_iu(starget) = spi_dt(starget) = spi_qas(starget) = 0;
2141 struct scsi_target *starget = tp->starget;
2149 spi_width(starget) = tp->tgoal.width = wide;
2150 spi_period(starget) = tp->tgoal.period = per;
2151 spi_offset(starget) = tp->tgoal.offset = ofs;
2152 spi_iu(starget) = tp->tgoal.iu = !!(opts & PPR_OPT_IU);
2153 spi_dt(starget) = tp->tgoal.dt = !!(opts & PPR_OPT_DT);
2154 spi_qas(starget) = tp->tgoal.qas = !!(opts & PPR_OPT_QAS);
3286 struct scsi_target *starget;
3535 starget = tp->starget;
3557 spi_period(starget) = 0;
3558 spi_offset(starget) = 0;
3559 spi_width(starget) = 0;
3560 spi_iu(starget) = 0;
3561 spi_dt(starget) = 0;
3562 spi_qas(starget) = 0;
3592 starget_printk(KERN_NOTICE, starget,
3601 dev_info(&tp->starget->dev, "control msgout:");