Lines Matching refs:vdevice
1251 VirtDevice *vdevice; in mptctl_getiocinfo() local
1339 vdevice = sdev->hostdata; in mptctl_getiocinfo()
1340 if (vdevice == NULL || vdevice->vtarget == NULL) in mptctl_getiocinfo()
1342 if (vdevice->vtarget->tflags & in mptctl_getiocinfo()
1393 VirtDevice *vdevice; in mptctl_gettargetinfo() local
1462 vdevice = sdev->hostdata; in mptctl_gettargetinfo()
1463 if (vdevice == NULL || vdevice->vtarget == NULL) in mptctl_gettargetinfo()
1465 if (vdevice->vtarget->tflags & in mptctl_gettargetinfo()
1468 lun = (vdevice->vtarget->raidVolume) ? 0x80 : vdevice->lun; in mptctl_gettargetinfo()
1469 *pdata = (((u8)lun << 16) + (vdevice->vtarget->channel << 8) + in mptctl_gettargetinfo()
1470 (vdevice->vtarget->id )); in mptctl_gettargetinfo()