Searched refs:SDpnt (Results 1 – 2 of 2) sorted by relevance
2557 struct scsi_device *SDpnt; in fas216_eh_bus_reset() local2585 shost_for_each_device(SDpnt, info->host) { in fas216_eh_bus_reset()2588 if (SDpnt->soft_reset) in fas216_eh_bus_reset()2591 queue_remove_all_target(&info->queues.issue, SDpnt->id); in fas216_eh_bus_reset()2592 queue_remove_all_target(&info->queues.disconnected, SDpnt->id); in fas216_eh_bus_reset()2593 if (info->origSCpnt && info->origSCpnt->device->id == SDpnt->id) in fas216_eh_bus_reset()2595 if (info->reqSCpnt && info->reqSCpnt->device->id == SDpnt->id) in fas216_eh_bus_reset()2600 clear_bit(SDpnt->id * 8 + i, info->busyluns); in fas216_eh_bus_reset()
174 STATIC int NCR_700_slave_alloc(struct scsi_device *SDpnt);175 STATIC int NCR_700_slave_configure(struct scsi_device *SDpnt);176 STATIC void NCR_700_slave_destroy(struct scsi_device *SDpnt);177 static int NCR_700_change_queue_depth(struct scsi_device *SDpnt, int depth);