Lines Matching refs:tmp_sdev
729 struct scsi_device *tmp_sdev;
747 shost_for_each_device(tmp_sdev, sdev->host) {
748 if (tmp_sdev->channel != sdev->channel ||
749 tmp_sdev->id != sdev->id ||
750 tmp_sdev->queue_depth == sdev->max_queue_depth)
753 scsi_change_queue_depth(tmp_sdev, tmp_sdev->queue_depth + 1);
761 struct scsi_device *tmp_sdev;
766 shost_for_each_device(tmp_sdev, sdev->host) {
767 if (tmp_sdev->channel != sdev->channel ||
768 tmp_sdev->id != sdev->id)
775 scsi_track_queue_full(tmp_sdev, tmp_sdev->queue_depth - 1);