Searched refs:vdevice (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/message/fusion/ |
A D | mptscsih.c | 593 VirtDevice *vdevice; in mptscsih_io_done() local 633 if (!vdevice || !vdevice->vtarget || in mptscsih_io_done() 728 if (!vdevice) in mptscsih_io_done() 754 if (vdevice && vdevice-> in mptscsih_io_done() 1119 vdevice->vtarget->channel, vdevice->vtarget->id, in mptscsih_search_running_cmds() 1708 if (!vdevice || !vdevice->vtarget) { in mptscsih_abort() 1772 vdevice->vtarget->id, vdevice->lun, in mptscsih_abort() 1826 if (!vdevice || !vdevice->vtarget) { in mptscsih_dev_reset() 1889 if (!vdevice || !vdevice->vtarget) in mptscsih_bus_reset() 2294 if (!vdevice) in mptscsih_slave_destroy() [all …]
|
A D | mptsas.c | 996 VirtDevice *vdevice; in mptsas_find_vtarget() local 1001 if ((vdevice == NULL) || in mptsas_find_vtarget() 1876 VirtDevice *vdevice; in mptsas_slave_alloc() local 1882 if (!vdevice) { in mptsas_slave_alloc() 1914 kfree(vdevice); in mptsas_slave_alloc() 1930 if (!vdevice || !vdevice->vtarget || vdevice->vtarget->deleted) { in mptsas_qcmd() 1959 VirtDevice *vdevice; in mptsas_eh_timed_out() local 1986 if (vdevice && vdevice->vtarget && (vdevice->vtarget->inDMD in mptsas_eh_timed_out() 4868 VirtDevice *vdevice; in mptsas_broadcast_primitive_work() local 4906 if (!vdevice || !vdevice->vtarget) in mptsas_broadcast_primitive_work() [all …]
|
A D | mptspi.c | 720 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()
|
A D | mptfc.c | 601 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()
|
A D | mptctl.c | 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() [all …]
|
/linux-6.3-rc2/drivers/block/ |
A D | xen-blkfront.c | 206 int vdevice; member 1003 major = BLKIF_MAJOR(vdevice); in xen_translate_vdev() 1004 *minor = BLKIF_MINOR(vdevice); in xen_translate_vdev() 1083 if ((info->vdevice>>EXT_SHIFT) > 1) { in xlvbd_alloc_gendisk() 1105 info->vdevice, minor); in xlvbd_alloc_gendisk() 1938 int err, vdevice; in blkfront_probe() local 1947 "%i", &vdevice); in blkfront_probe() 1961 if (!VDEV_IS_EXTENDED(vdevice)) in blkfront_probe() 1962 major = BLKIF_MAJOR(vdevice); in blkfront_probe() 1969 __func__, vdevice); in blkfront_probe() [all …]
|
/linux-6.3-rc2/arch/um/drivers/ |
A D | vector_kern.c | 1210 struct vector_device *vdevice; in vector_net_open() local 1313 vdevice = find_device(vp->unit); in vector_net_open() 1314 vdevice->opened = 1; in vector_net_open() 1383 struct vector_device *vdevice; in vector_net_load_bpf_flash() local 1407 vdevice = find_device(vp->unit); in vector_net_load_bpf_flash() 1409 if (request_firmware(&fw, efl->data, &vdevice->pdev.dev)) in vector_net_load_bpf_flash()
|
/linux-6.3-rc2/Documentation/powerpc/ |
A D | hvcs.rst | 368 /vdevice/vty-server@30000004
|
Completed in 37 milliseconds