Lines Matching defs:starget
1234 struct scsi_target *starget;
4056 struct scsi_target *starget = tp->starget;
4060 if (spi_support_wide(starget)) {
4068 if (spi_support_sync(starget)) {
4072 dev_info(&starget->dev, "target did not report SYNC.\n");
5559 spi_display_xfer_agreement(tp->starget);
6692 struct scsi_target *starget = tp->starget;
6851 spi_period(starget) = 0;
6852 spi_offset(starget) = 0;
6857 spi_width(starget) = 0;
6882 if (ofs && starget)
6883 spi_support_sync(starget) = 1;
6928 spi_period(starget) = 0;
6929 spi_offset(starget) = 0;
6934 spi_period(starget) = per;
6935 spi_offset(starget) = ofs;
6942 spi_width(starget) = 0;
6953 spi_period(starget) = per;
6954 spi_offset(starget) = ofs;
6992 if (wide && starget)
6993 spi_support_wide(starget) = 1;
7017 spi_width(starget) = 0;
7022 spi_width(starget) = wide;
7029 spi_period(starget) = 0;
7030 spi_offset(starget) = 0;
7041 spi_width(starget) = wide;
7960 tp->starget = device->sdev_target;
8527 static void ncr53c8xx_set_period(struct scsi_target *starget, int period)
8529 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
8531 struct tcb *tp = &np->target[starget->id];
8543 static void ncr53c8xx_set_offset(struct scsi_target *starget, int offset)
8545 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
8547 struct tcb *tp = &np->target[starget->id];
8559 static void ncr53c8xx_set_width(struct scsi_target *starget, int width)
8561 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
8563 struct tcb *tp = &np->target[starget->id];