• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/

Lines Matching refs:starget

84 	dev_info(&tp->starget->dev, "%s: ", label);
1333 static void sym_check_goals(struct sym_hcb *np, struct scsi_target *starget,
1336 if (!spi_support_wide(starget))
1339 if (!spi_support_sync(starget)) {
1347 if (spi_support_dt(starget)) {
1348 if (spi_support_dt_only(starget))
1391 struct scsi_target *starget = tp->starget;
1396 sym_check_goals(np, starget, goal);
1405 } else if (spi_width(starget) != goal->width) {
1407 } else if (spi_period(starget) != goal->period ||
1408 spi_offset(starget) != goal->offset) {
2008 struct scsi_target *starget = tp->starget;
2010 if (spi_width(starget) == wide)
2016 spi_offset(starget) = 0;
2017 spi_period(starget) = 0;
2018 spi_width(starget) = wide;
2019 spi_iu(starget) = 0;
2020 spi_dt(starget) = 0;
2021 spi_qas(starget) = 0;
2024 spi_display_xfer_agreement(starget);
2036 struct scsi_target *starget = tp->starget;
2041 spi_period(starget) = per;
2042 spi_offset(starget) = ofs;
2043 spi_iu(starget) = spi_dt(starget) = spi_qas(starget) = 0;
2051 spi_display_xfer_agreement(starget);
2063 struct scsi_target *starget = tp->starget;
2067 spi_width(starget) = tp->tgoal.width = wide;
2068 spi_period(starget) = tp->tgoal.period = per;
2069 spi_offset(starget) = tp->tgoal.offset = ofs;
2070 spi_iu(starget) = tp->tgoal.iu = !!(opts & PPR_OPT_IU);
2071 spi_dt(starget) = tp->tgoal.dt = !!(opts & PPR_OPT_DT);
2072 spi_qas(starget) = tp->tgoal.qas = !!(opts & PPR_OPT_QAS);
2075 spi_display_xfer_agreement(starget);
3166 struct scsi_target *starget;
3415 starget = tp->starget;
3437 spi_period(starget) = 0;
3438 spi_offset(starget) = 0;
3439 spi_width(starget) = 0;
3440 spi_iu(starget) = 0;
3441 spi_dt(starget) = 0;
3442 spi_qas(starget) = 0;
3479 dev_info(&tp->starget->dev, "control msgout:");