Lines Matching refs:target
282 unsigned int target = event->lun[1];
288 scsi_scan_target(&shost->shost_gendev, 0, target,
291 scsi_add_device(shost, 0, target, lun);
295 sdev = scsi_device_lookup(shost, 0, target, lun);
301 shost->host_no, target, lun);
314 unsigned int target = event->lun[1];
319 sdev = scsi_device_lookup(shost, 0, target, lun);
322 shost->host_no, target, lun);
664 * target itself.
667 * target's VPD information to advertise these limits. But
681 * virtscsi_change_queue_depth() - Change a virtscsi target's queue depth
682 * @sdev: Virtscsi target whose queue depth to change