• Home
  • Raw
  • Download

Lines Matching refs:starget

1234 	struct scsi_target *starget;  member
4056 struct scsi_target *starget = tp->starget; in ncr_prepare_nego() local
4060 if (spi_support_wide(starget)) { in ncr_prepare_nego()
4068 if (spi_support_sync(starget)) { in ncr_prepare_nego()
4072 dev_info(&starget->dev, "target did not report SYNC.\n"); in ncr_prepare_nego()
5559 spi_display_xfer_agreement(tp->starget); in ncr_setsync()
6692 struct scsi_target *starget = tp->starget; in ncr_int_sir() local
6851 spi_period(starget) = 0; in ncr_int_sir()
6852 spi_offset(starget) = 0; in ncr_int_sir()
6857 spi_width(starget) = 0; in ncr_int_sir()
6882 if (ofs && starget) in ncr_int_sir()
6883 spi_support_sync(starget) = 1; in ncr_int_sir()
6928 spi_period(starget) = 0; in ncr_int_sir()
6929 spi_offset(starget) = 0; in ncr_int_sir()
6934 spi_period(starget) = per; in ncr_int_sir()
6935 spi_offset(starget) = ofs; in ncr_int_sir()
6942 spi_width(starget) = 0; in ncr_int_sir()
6953 spi_period(starget) = per; in ncr_int_sir()
6954 spi_offset(starget) = ofs; in ncr_int_sir()
6992 if (wide && starget) in ncr_int_sir()
6993 spi_support_wide(starget) = 1; in ncr_int_sir()
7017 spi_width(starget) = 0; in ncr_int_sir()
7022 spi_width(starget) = wide; in ncr_int_sir()
7029 spi_period(starget) = 0; in ncr_int_sir()
7030 spi_offset(starget) = 0; in ncr_int_sir()
7041 spi_width(starget) = wide; in ncr_int_sir()
7960 tp->starget = device->sdev_target;
8527 static void ncr53c8xx_set_period(struct scsi_target *starget, int period) argument
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) argument
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) argument
8561 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
8563 struct tcb *tp = &np->target[starget->id];