Lines Matching refs:starget
71 dev_info(&tp->starget->dev, "%s: ", label); in sym_print_nego_msg()
1351 static void sym_check_goals(struct sym_hcb *np, struct scsi_target *starget, argument
1354 if (!spi_support_wide(starget))
1357 if (!spi_support_sync(starget)) {
1365 if (spi_support_dt(starget)) {
1366 if (spi_support_dt_only(starget))
1409 struct scsi_target *starget = tp->starget; local
1414 sym_check_goals(np, starget, goal);
2037 struct scsi_target *starget = tp->starget; local
2039 if (tp->tprint.period != spi_period(starget) ||
2040 tp->tprint.offset != spi_offset(starget) ||
2041 tp->tprint.width != spi_width(starget) ||
2042 tp->tprint.iu != spi_iu(starget) ||
2043 tp->tprint.dt != spi_dt(starget) ||
2044 tp->tprint.qas != spi_qas(starget) ||
2046 tp->tprint.period = spi_period(starget);
2047 tp->tprint.offset = spi_offset(starget);
2048 tp->tprint.width = spi_width(starget);
2049 tp->tprint.iu = spi_iu(starget);
2050 tp->tprint.dt = spi_dt(starget);
2051 tp->tprint.qas = spi_qas(starget);
2054 spi_display_xfer_agreement(starget);
2065 struct scsi_target *starget = tp->starget; local
2075 spi_offset(starget) = 0;
2076 spi_period(starget) = 0;
2077 spi_width(starget) = wide;
2078 spi_iu(starget) = 0;
2079 spi_dt(starget) = 0;
2080 spi_qas(starget) = 0;
2095 struct scsi_target *starget = tp->starget; local
2106 spi_period(starget) = per;
2107 spi_offset(starget) = ofs;
2108 spi_iu(starget) = spi_dt(starget) = spi_qas(starget) = 0;
2128 struct scsi_target *starget = tp->starget; local
2136 spi_width(starget) = tp->tgoal.width = wide;
2137 spi_period(starget) = tp->tgoal.period = per;
2138 spi_offset(starget) = tp->tgoal.offset = ofs;
2139 spi_iu(starget) = tp->tgoal.iu = !!(opts & PPR_OPT_IU);
2140 spi_dt(starget) = tp->tgoal.dt = !!(opts & PPR_OPT_DT);
2141 spi_qas(starget) = tp->tgoal.qas = !!(opts & PPR_OPT_QAS);
3274 struct scsi_target *starget; local
3523 starget = tp->starget;
3545 spi_period(starget) = 0;
3546 spi_offset(starget) = 0;
3547 spi_width(starget) = 0;
3548 spi_iu(starget) = 0;
3549 spi_dt(starget) = 0;
3550 spi_qas(starget) = 0;
3580 starget_printk(KERN_NOTICE, starget,
3589 dev_info(&tp->starget->dev, "control msgout:");
4365 starget_printk(lvl, tp->starget, fmt, ##v); \