Searched refs:tmp_sdev (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfad_im.c880 struct scsi_device *tmp_sdev; local
886 shost_for_each_device(tmp_sdev, sdev->host) {
887 if (bfa_lun_queue_depth > tmp_sdev->queue_depth) {
888 if (tmp_sdev->id != sdev->id)
890 if (tmp_sdev->ordered_tags)
891 scsi_adjust_queue_depth(tmp_sdev,
893 tmp_sdev->queue_depth + 1);
895 scsi_adjust_queue_depth(tmp_sdev,
897 tmp_sdev->queue_depth + 1);
908 struct scsi_device *tmp_sdev; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_error.c368 struct scsi_device *tmp_sdev; local
386 shost_for_each_device(tmp_sdev, sdev->host) {
387 if (tmp_sdev->channel != sdev->channel ||
388 tmp_sdev->id != sdev->id ||
389 tmp_sdev->queue_depth == sdev->max_queue_depth)
395 sht->change_queue_depth(tmp_sdev, tmp_sdev->queue_depth + 1,
404 struct scsi_device *tmp_sdev; local
409 shost_for_each_device(tmp_sdev, sdev->host) {
410 if (tmp_sdev
[all...]
H A Dses.c481 struct scsi_device *tmp_sdev; local
598 shost_for_each_device(tmp_sdev, sdev->host) {
599 if (tmp_sdev->lun != 0 || scsi_device_enclosure(tmp_sdev))
601 ses_match_to_enclosure(edev, tmp_sdev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_scsi.c2317 struct scsi_device *tmp_sdev; local
2506 shost_for_each_device(tmp_sdev, shost) {
2507 if (tmp_sdev->id != scsi_id)
2509 depth = scsi_track_queue_full(tmp_sdev,
2510 tmp_sdev->queue_depth-1);
2518 tmp_sdev->lun,

Completed in 101 milliseconds