Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/message/fusion/
H A Dmptscsih.c109 static void mptscsih_synchronize_cache(MPT_SCSI_HOST *hd, VirtDevice *vdevice);
593 VirtDevice *vdevice; in mptscsih_io_done() local
631 VirtDevice *vdevice = sc->device->hostdata; in mptscsih_io_done() local
633 if (!vdevice || !vdevice->vtarget || in mptscsih_io_done()
634 vdevice->vtarget->deleted) { in mptscsih_io_done()
727 vdevice = sc->device->hostdata; in mptscsih_io_done()
728 if (!vdevice) in mptscsih_io_done()
730 vtarget = vdevice->vtarget; in mptscsih_io_done()
747 VirtDevice *vdevice = in mptscsih_io_done() local
754 if (vdevice && vdevice-> in mptscsih_io_done()
[all …]
H A 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()
1690 VirtDevice *vdevice = sdev->hostdata; in mptsas_slave_configure() local
[all …]
H A Dmptspi.c720 VirtDevice *vdevice; in mptspi_slave_alloc() local
728 vdevice = kzalloc(sizeof(VirtDevice), GFP_KERNEL); in mptspi_slave_alloc()
729 if (!vdevice) { in mptspi_slave_alloc()
735 vdevice->lun = sdev->lun; in mptspi_slave_alloc()
736 sdev->hostdata = vdevice; in mptspi_slave_alloc()
740 vdevice->vtarget = vtarget; in mptspi_slave_alloc()
780 VirtDevice *vdevice = SCpnt->device->hostdata; in mptspi_qcmd() local
783 if (!vdevice || !vdevice->vtarget) { in mptspi_qcmd()
806 VirtDevice *vdevice = sdev->hostdata; in mptspi_slave_destroy() local
809 if (vtarget->num_luns == 1 && vdevice->configured_lun) { in mptspi_slave_destroy()
H A Dmptfc.c601 VirtDevice *vdevice; in mptfc_slave_alloc() local
615 vdevice = kzalloc(sizeof(VirtDevice), GFP_KERNEL); in mptfc_slave_alloc()
616 if (!vdevice) { in mptfc_slave_alloc()
623 sdev->hostdata = vdevice; in mptfc_slave_alloc()
631 vdevice->vtarget = vtarget; in mptfc_slave_alloc()
632 vdevice->lun = sdev->lun; in mptfc_slave_alloc()
648 VirtDevice *vdevice = SCpnt->device->hostdata; in mptfc_qcmd() local
650 if (!vdevice || !vdevice->vtarget) { in mptfc_qcmd()
H A Dmptctl.c1232 VirtDevice *vdevice; in mptctl_getiocinfo() local
1312 vdevice = sdev->hostdata; in mptctl_getiocinfo()
1313 if (vdevice == NULL || vdevice->vtarget == NULL) in mptctl_getiocinfo()
1315 if (vdevice->vtarget->tflags & in mptctl_getiocinfo()
1365 VirtDevice *vdevice; in mptctl_gettargetinfo() local
1426 vdevice = sdev->hostdata; in mptctl_gettargetinfo()
1427 if (vdevice == NULL || vdevice->vtarget == NULL) in mptctl_gettargetinfo()
1429 if (vdevice->vtarget->tflags & in mptctl_gettargetinfo()
1432 lun = (vdevice->vtarget->raidVolume) ? 0x80 : vdevice->lun; in mptctl_gettargetinfo()
1433 *pdata = (((u8)lun << 16) + (vdevice->vtarget->channel << 8) + in mptctl_gettargetinfo()
[all …]
/OK3568_Linux_fs/kernel/drivers/block/
H A Dxen-blkfront.c204 int vdevice; member
1054 static int xen_translate_vdev(int vdevice, int *minor, unsigned int *offset) in xen_translate_vdev() argument
1057 major = BLKIF_MAJOR(vdevice); in xen_translate_vdev()
1058 *minor = BLKIF_MINOR(vdevice); in xen_translate_vdev()
1138 if ((info->vdevice>>EXT_SHIFT) > 1) { in xlvbd_alloc_gendisk()
1140 …intk(KERN_WARNING "blkfront: vdevice 0x%x is above the extended range; ignoring\n", info->vdevice); in xlvbd_alloc_gendisk()
1144 if (!VDEV_IS_EXTENDED(info->vdevice)) { in xlvbd_alloc_gendisk()
1145 err = xen_translate_vdev(info->vdevice, &minor, &offset); in xlvbd_alloc_gendisk()
1150 minor = BLKIF_MINOR_EXT(info->vdevice); in xlvbd_alloc_gendisk()
1156 "from xvde on\n", info->vdevice); in xlvbd_alloc_gendisk()
[all …]
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dvector_kern.c1220 struct vector_device *vdevice; in vector_net_open() local
1319 vdevice = find_device(vp->unit); in vector_net_open()
1320 vdevice->opened = 1; in vector_net_open()
1389 struct vector_device *vdevice; in vector_net_load_bpf_flash() local
1413 vdevice = find_device(vp->unit); in vector_net_load_bpf_flash()
1415 if (request_firmware(&fw, efl->data, &vdevice->pdev.dev)) in vector_net_load_bpf_flash()
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dhvcs.rst368 /vdevice/vty-server@30000004
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...