Lines Matching refs:vdevice
1232 VirtDevice *vdevice;
1312 vdevice = sdev->hostdata;
1313 if (vdevice == NULL || vdevice->vtarget == NULL)
1315 if (vdevice->vtarget->tflags &
1365 VirtDevice *vdevice;
1426 vdevice = sdev->hostdata;
1427 if (vdevice == NULL || vdevice->vtarget == NULL)
1429 if (vdevice->vtarget->tflags &
1432 lun = (vdevice->vtarget->raidVolume) ? 0x80 : vdevice->lun;
1433 *pdata = (((u8)lun << 16) + (vdevice->vtarget->channel << 8) +
1434 (vdevice->vtarget->id ));