• Home
  • Raw
  • Download

Lines Matching refs:starget

709 		dev_info(&tp->starget->dev,  in sym_tune_dev_queuing()
760 tp->starget = sdev->sdev_target; in sym53c8xx_slave_alloc()
762 spi_min_period(tp->starget) = tp->usr_period; in sym53c8xx_slave_alloc()
763 spi_max_width(tp->starget) = tp->usr_width; in sym53c8xx_slave_alloc()
829 starget_printk(KERN_WARNING, tp->starget, in sym53c8xx_slave_destroy()
842 tp->starget = NULL; in sym53c8xx_slave_destroy()
1880 static void sym2_set_offset(struct scsi_target *starget, int offset) in sym2_set_offset() argument
1882 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent); in sym2_set_offset()
1884 struct sym_tcb *tp = &np->target[starget->id]; in sym2_set_offset()
1890 static void sym2_set_period(struct scsi_target *starget, int period) in sym2_set_period() argument
1892 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent); in sym2_set_period()
1894 struct sym_tcb *tp = &np->target[starget->id]; in sym2_set_period()
1898 if (period <= np->minsync && spi_width(starget)) in sym2_set_period()
1905 static void sym2_set_width(struct scsi_target *starget, int width) in sym2_set_width() argument
1907 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent); in sym2_set_width()
1909 struct sym_tcb *tp = &np->target[starget->id]; in sym2_set_width()
1920 static void sym2_set_dt(struct scsi_target *starget, int dt) in sym2_set_dt() argument
1922 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent); in sym2_set_dt()
1924 struct sym_tcb *tp = &np->target[starget->id]; in sym2_set_dt()
1935 static void sym2_set_iu(struct scsi_target *starget, int iu)
1937 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
1939 struct sym_tcb *tp = &np->target[starget->id];
1948 static void sym2_set_qas(struct scsi_target *starget, int qas)
1950 struct Scsi_Host *shost = dev_to_shost(starget->dev.parent);
1952 struct sym_tcb *tp = &np->target[starget->id];