Searched refs:SDpnt (Results 1 – 2 of 2) sorted by relevance
2564 struct scsi_device *SDpnt; in fas216_eh_bus_reset() local2592 shost_for_each_device(SDpnt, info->host) { in fas216_eh_bus_reset()2595 if (SDpnt->soft_reset) in fas216_eh_bus_reset()2598 queue_remove_all_target(&info->queues.issue, SDpnt->id); in fas216_eh_bus_reset()2599 queue_remove_all_target(&info->queues.disconnected, SDpnt->id); in fas216_eh_bus_reset()2600 if (info->origSCpnt && info->origSCpnt->device->id == SDpnt->id) in fas216_eh_bus_reset()2602 if (info->reqSCpnt && info->reqSCpnt->device->id == SDpnt->id) in fas216_eh_bus_reset()2607 clear_bit(SDpnt->id * 8 + i, info->busyluns); in fas216_eh_bus_reset()
161 STATIC int NCR_700_slave_alloc(struct scsi_device *SDpnt);162 STATIC int NCR_700_slave_configure(struct scsi_device *SDpnt);163 STATIC void NCR_700_slave_destroy(struct scsi_device *SDpnt);164 static int NCR_700_change_queue_depth(struct scsi_device *SDpnt, int depth);