Home
last modified time | relevance | path

Searched refs:vdevice (Results 1 – 7 of 7) sorted by relevance

/drivers/message/fusion/
Dmptscsih.c109 static void mptscsih_synchronize_cache(MPT_SCSI_HOST *hd, VirtDevice *vdevice);
595 VirtDevice *vdevice; in mptscsih_io_done() local
633 VirtDevice *vdevice = sc->device->hostdata; in mptscsih_io_done() local
635 if (!vdevice || !vdevice->vtarget || in mptscsih_io_done()
636 vdevice->vtarget->deleted) { in mptscsih_io_done()
729 vdevice = sc->device->hostdata; in mptscsih_io_done()
730 if (!vdevice) in mptscsih_io_done()
732 vtarget = vdevice->vtarget; in mptscsih_io_done()
749 VirtDevice *vdevice = in mptscsih_io_done() local
756 if (vdevice && vdevice-> in mptscsih_io_done()
[all …]
Dmptsas.c969 VirtDevice *vdevice; in mptsas_find_vtarget() local
973 vdevice = sdev->hostdata; in mptsas_find_vtarget()
974 if ((vdevice == NULL) || in mptsas_find_vtarget()
975 (vdevice->vtarget == NULL)) in mptsas_find_vtarget()
977 if ((vdevice->vtarget->tflags & in mptsas_find_vtarget()
979 vdevice->vtarget->raidVolume)) in mptsas_find_vtarget()
981 if (vdevice->vtarget->id == id && in mptsas_find_vtarget()
982 vdevice->vtarget->channel == channel) in mptsas_find_vtarget()
983 vtarget = vdevice->vtarget; in mptsas_find_vtarget()
1693 VirtDevice *vdevice = sdev->hostdata; in mptsas_slave_configure() local
[all …]
Dmptspi.c726 VirtDevice *vdevice; in mptspi_slave_alloc() local
734 vdevice = kzalloc(sizeof(VirtDevice), GFP_KERNEL); in mptspi_slave_alloc()
735 if (!vdevice) { in mptspi_slave_alloc()
741 vdevice->lun = sdev->lun; in mptspi_slave_alloc()
742 sdev->hostdata = vdevice; in mptspi_slave_alloc()
746 vdevice->vtarget = vtarget; in mptspi_slave_alloc()
786 VirtDevice *vdevice = SCpnt->device->hostdata; in mptspi_qcmd_lck() local
789 if (!vdevice || !vdevice->vtarget) { in mptspi_qcmd_lck()
814 VirtDevice *vdevice = sdev->hostdata; in DEF_SCSI_QCMD() local
817 if (vtarget->num_luns == 1 && vdevice->configured_lun) { in DEF_SCSI_QCMD()
Dmptfc.c610 VirtDevice *vdevice; in mptfc_slave_alloc() local
624 vdevice = kzalloc(sizeof(VirtDevice), GFP_KERNEL); in mptfc_slave_alloc()
625 if (!vdevice) { in mptfc_slave_alloc()
632 sdev->hostdata = vdevice; in mptfc_slave_alloc()
640 vdevice->vtarget = vtarget; in mptfc_slave_alloc()
641 vdevice->lun = sdev->lun; in mptfc_slave_alloc()
657 VirtDevice *vdevice = SCpnt->device->hostdata; in mptfc_qcmd_lck() local
659 if (!vdevice || !vdevice->vtarget) { in mptfc_qcmd_lck()
Dmptctl.c1247 VirtDevice *vdevice; in mptctl_getiocinfo() local
1343 vdevice = sdev->hostdata; in mptctl_getiocinfo()
1344 if (vdevice == NULL || vdevice->vtarget == NULL) in mptctl_getiocinfo()
1346 if (vdevice->vtarget->tflags & in mptctl_getiocinfo()
1397 VirtDevice *vdevice; in mptctl_gettargetinfo() local
1466 vdevice = sdev->hostdata; in mptctl_gettargetinfo()
1467 if (vdevice == NULL || vdevice->vtarget == NULL) in mptctl_gettargetinfo()
1469 if (vdevice->vtarget->tflags & in mptctl_gettargetinfo()
1472 lun = (vdevice->vtarget->raidVolume) ? 0x80 : vdevice->lun; in mptctl_gettargetinfo()
1473 *pdata = (((u8)lun << 16) + (vdevice->vtarget->channel << 8) + in mptctl_gettargetinfo()
[all …]
/drivers/block/
Dxen-blkfront.c96 int vdevice; member
600 static int xen_translate_vdev(int vdevice, int *minor, unsigned int *offset) in xen_translate_vdev() argument
603 major = BLKIF_MAJOR(vdevice); in xen_translate_vdev()
604 *minor = BLKIF_MINOR(vdevice); in xen_translate_vdev()
683 if ((info->vdevice>>EXT_SHIFT) > 1) { in xlvbd_alloc_gendisk()
685 …intk(KERN_WARNING "blkfront: vdevice 0x%x is above the extended range; ignoring\n", info->vdevice); in xlvbd_alloc_gendisk()
689 if (!VDEV_IS_EXTENDED(info->vdevice)) { in xlvbd_alloc_gendisk()
690 err = xen_translate_vdev(info->vdevice, &minor, &offset); in xlvbd_alloc_gendisk()
695 minor = BLKIF_MINOR_EXT(info->vdevice); in xlvbd_alloc_gendisk()
701 "from xvde on\n", info->vdevice); in xlvbd_alloc_gendisk()
[all …]
/drivers/staging/media/go7007/
Dgo7007.txt449 $ apps/gorecord -vdevice /dev/video1 -noaudio test.avi