Lines Matching refs:vdevice
221 "port state %x, active %d, vdevice %p.\n", caller,
469 * slave_alloc will fill in vdevice from vtarget.
601 VirtDevice *vdevice;
615 vdevice = kzalloc(sizeof(VirtDevice), GFP_KERNEL);
616 if (!vdevice) {
623 sdev->hostdata = vdevice;
631 vdevice->vtarget = vtarget;
632 vdevice->lun = sdev->lun;
648 VirtDevice *vdevice = SCpnt->device->hostdata;
650 if (!vdevice || !vdevice->vtarget) {