Searched refs:SDptr (Results 1 – 4 of 4) sorted by relevance
262 sdptr = aic_dev->SDptr; in aic7xxx_proc_info()
899 struct scsi_device *SDptr; member3150 sd = aic_dev->SDptr; in aic7xxx_reset_device()6497 struct scsi_device *sdpnt = aic_dev->SDptr; in aic7xxx_init_transinfo()6564 aic7xxx_slave_alloc(struct scsi_device *SDptr) in aic7xxx_slave_alloc() argument6566 struct aic7xxx_host *p = (struct aic7xxx_host *)SDptr->host->hostdata; in aic7xxx_slave_alloc()6576 if (!(p->flags & AHC_A_SCANNED) && (SDptr->channel == 0)) in aic7xxx_slave_alloc()6585 if (!(p->flags & AHC_B_SCANNED) && (SDptr->channel == 1)) in aic7xxx_slave_alloc()6595 SDptr->hostdata = aic_dev; in aic7xxx_slave_alloc()6596 aic_dev->SDptr = SDptr; in aic7xxx_slave_alloc()6717 aic7xxx_slave_destroy(struct scsi_device *SDptr) in aic7xxx_slave_destroy() argument[all …]
1202 ips_slave_configure(struct scsi_device * SDptr) in ips_slave_configure() argument1207 ha = IPS_HA(SDptr->host); in ips_slave_configure()1208 if (SDptr->tagged_supported && SDptr->type == TYPE_DISK) { in ips_slave_configure()1212 scsi_adjust_queue_depth(SDptr, MSG_ORDERED_TAG, min); in ips_slave_configure()1215 SDptr->skip_ms_page_8 = 1; in ips_slave_configure()1216 SDptr->skip_ms_page_3f = 1; in ips_slave_configure()
422 static int ips_slave_configure(struct scsi_device *SDptr);