Lines Matching refs:tmp_sdev
871 struct scsi_device *tmp_sdev;
877 shost_for_each_device(tmp_sdev, sdev->host) {
878 if (bfa_lun_queue_depth > tmp_sdev->queue_depth) {
879 if (tmp_sdev->id != sdev->id)
881 scsi_change_queue_depth(tmp_sdev,
882 tmp_sdev->queue_depth + 1);
893 struct scsi_device *tmp_sdev;
897 shost_for_each_device(tmp_sdev, sdev->host) {
898 if (tmp_sdev->id != sdev->id)
900 scsi_track_queue_full(tmp_sdev, tmp_sdev->queue_depth - 1);