Lines Matching refs:tmp_sdev
647 struct scsi_device *tmp_sdev;
665 shost_for_each_device(tmp_sdev, sdev->host) {
666 if (tmp_sdev->channel != sdev->channel ||
667 tmp_sdev->id != sdev->id ||
668 tmp_sdev->queue_depth == sdev->max_queue_depth)
671 scsi_change_queue_depth(tmp_sdev, tmp_sdev->queue_depth + 1);
679 struct scsi_device *tmp_sdev;
684 shost_for_each_device(tmp_sdev, sdev->host) {
685 if (tmp_sdev->channel != sdev->channel ||
686 tmp_sdev->id != sdev->id)
693 scsi_track_queue_full(tmp_sdev, tmp_sdev->queue_depth - 1);