Lines Matching refs:target
281 unsigned int target = event->lun[1];
287 scsi_scan_target(&shost->shost_gendev, 0, target,
290 scsi_add_device(shost, 0, target, lun);
294 sdev = scsi_device_lookup(shost, 0, target, lun);
300 shost->host_no, target, lun);
313 unsigned int target = event->lun[1];
318 sdev = scsi_device_lookup(shost, 0, target, lun);
321 shost->host_no, target, lun);
670 * target itself.
673 * target's VPD information to advertise these limits. But
687 * virtscsi_change_queue_depth() - Change a virtscsi target's queue depth
688 * @sdev: Virtscsi target whose queue depth to change