Lines Matching refs:starget

1236 	struct scsi_target *starget;  member
4028 struct scsi_target *starget = tp->starget; in ncr_prepare_nego() local
4032 if (spi_support_wide(starget)) { in ncr_prepare_nego()
4040 if (spi_support_sync(starget)) { in ncr_prepare_nego()
4044 dev_info(&starget->dev, "target did not report SYNC.\n"); in ncr_prepare_nego()
5393 spi_display_xfer_agreement(tp->starget); in ncr_setsync()
6526 struct scsi_target *starget = tp->starget; in ncr_int_sir() local
6685 spi_period(starget) = 0; in ncr_int_sir()
6686 spi_offset(starget) = 0; in ncr_int_sir()
6691 spi_width(starget) = 0; in ncr_int_sir()
6716 if (ofs && starget) in ncr_int_sir()
6717 spi_support_sync(starget) = 1; in ncr_int_sir()
6762 spi_period(starget) = 0; in ncr_int_sir()
6763 spi_offset(starget) = 0; in ncr_int_sir()
6768 spi_period(starget) = per; in ncr_int_sir()
6769 spi_offset(starget) = ofs; in ncr_int_sir()
6776 spi_width(starget) = 0; in ncr_int_sir()
6787 spi_period(starget) = per; in ncr_int_sir()
6788 spi_offset(starget) = ofs; in ncr_int_sir()
6826 if (wide && starget) in ncr_int_sir()
6827 spi_support_wide(starget) = 1; in ncr_int_sir()
6851 spi_width(starget) = 0; in ncr_int_sir()
6856 spi_width(starget) = wide; in ncr_int_sir()
6863 spi_period(starget) = 0; in ncr_int_sir()
6864 spi_offset(starget) = 0; in ncr_int_sir()
6875 spi_width(starget) = wide; in ncr_int_sir()
7794 tp->starget = device->sdev_target;
8322 static void ncr53c8xx_set_period(struct scsi_target *starget, int period) argument
8324 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
8326 struct tcb *tp = &np->target[starget->id];
8338 static void ncr53c8xx_set_offset(struct scsi_target *starget, int offset) argument
8340 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
8342 struct tcb *tp = &np->target[starget->id];
8354 static void ncr53c8xx_set_width(struct scsi_target *starget, int width) argument
8356 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
8358 struct tcb *tp = &np->target[starget->id];