Lines Matching refs:vdevice
1234 VirtDevice *vdevice; in mptctl_getiocinfo() local
1314 vdevice = sdev->hostdata; in mptctl_getiocinfo()
1315 if (vdevice == NULL || vdevice->vtarget == NULL) in mptctl_getiocinfo()
1317 if (vdevice->vtarget->tflags & in mptctl_getiocinfo()
1367 VirtDevice *vdevice; in mptctl_gettargetinfo() local
1422 vdevice = sdev->hostdata; in mptctl_gettargetinfo()
1423 if (vdevice == NULL || vdevice->vtarget == NULL) in mptctl_gettargetinfo()
1425 if (vdevice->vtarget->tflags & in mptctl_gettargetinfo()
1428 lun = (vdevice->vtarget->raidVolume) ? 0x80 : vdevice->lun; in mptctl_gettargetinfo()
1429 *pdata = (((u8)lun << 16) + (vdevice->vtarget->channel << 8) + in mptctl_gettargetinfo()
1430 (vdevice->vtarget->id )); in mptctl_gettargetinfo()