Lines Matching refs:starget

1237 	struct scsi_target *starget;  member
4029 struct scsi_target *starget = tp->starget; in ncr_prepare_nego() local
4033 if (spi_support_wide(starget)) { in ncr_prepare_nego()
4041 if (spi_support_sync(starget)) { in ncr_prepare_nego()
4045 dev_info(&starget->dev, "target did not report SYNC.\n"); in ncr_prepare_nego()
5394 spi_display_xfer_agreement(tp->starget); in ncr_setsync()
6527 struct scsi_target *starget = tp->starget; in ncr_int_sir() local
6686 spi_period(starget) = 0; in ncr_int_sir()
6687 spi_offset(starget) = 0; in ncr_int_sir()
6692 spi_width(starget) = 0; in ncr_int_sir()
6717 if (ofs && starget) in ncr_int_sir()
6718 spi_support_sync(starget) = 1; in ncr_int_sir()
6763 spi_period(starget) = 0; in ncr_int_sir()
6764 spi_offset(starget) = 0; in ncr_int_sir()
6769 spi_period(starget) = per; in ncr_int_sir()
6770 spi_offset(starget) = ofs; in ncr_int_sir()
6777 spi_width(starget) = 0; in ncr_int_sir()
6788 spi_period(starget) = per; in ncr_int_sir()
6789 spi_offset(starget) = ofs; in ncr_int_sir()
6827 if (wide && starget) in ncr_int_sir()
6828 spi_support_wide(starget) = 1; in ncr_int_sir()
6852 spi_width(starget) = 0; in ncr_int_sir()
6857 spi_width(starget) = wide; in ncr_int_sir()
6864 spi_period(starget) = 0; in ncr_int_sir()
6865 spi_offset(starget) = 0; in ncr_int_sir()
6876 spi_width(starget) = wide; in ncr_int_sir()
7795 tp->starget = device->sdev_target;
8320 static void ncr53c8xx_set_period(struct scsi_target *starget, int period) argument
8322 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
8324 struct tcb *tp = &np->target[starget->id];
8336 static void ncr53c8xx_set_offset(struct scsi_target *starget, int offset) argument
8338 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
8340 struct tcb *tp = &np->target[starget->id];
8352 static void ncr53c8xx_set_width(struct scsi_target *starget, int width) argument
8354 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
8356 struct tcb *tp = &np->target[starget->id];