Lines Matching refs:vdevice
1230 VirtDevice *vdevice; in mptctl_getiocinfo() local
1310 vdevice = sdev->hostdata; in mptctl_getiocinfo()
1311 if (vdevice == NULL || vdevice->vtarget == NULL) in mptctl_getiocinfo()
1313 if (vdevice->vtarget->tflags & in mptctl_getiocinfo()
1363 VirtDevice *vdevice; in mptctl_gettargetinfo() local
1418 vdevice = sdev->hostdata; in mptctl_gettargetinfo()
1419 if (vdevice == NULL || vdevice->vtarget == NULL) in mptctl_gettargetinfo()
1421 if (vdevice->vtarget->tflags & in mptctl_gettargetinfo()
1424 lun = (vdevice->vtarget->raidVolume) ? 0x80 : vdevice->lun; in mptctl_gettargetinfo()
1425 *pdata = (((u8)lun << 16) + (vdevice->vtarget->channel << 8) + in mptctl_gettargetinfo()
1426 (vdevice->vtarget->id )); in mptctl_gettargetinfo()