Searched refs:vdevice (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/message/fusion/ |
| H A D | mptscsih.c | 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() 1707 if (!vdevice || !vdevice->vtarget) { in mptscsih_abort() 1771 vdevice->vtarget->id, vdevice->lun, in mptscsih_abort() 1825 if (!vdevice || !vdevice->vtarget) { in mptscsih_dev_reset() 1833 vdevice->vtarget->id, vdevice->lun, 0, in mptscsih_dev_reset() 1881 if (!vdevice || !vdevice->vtarget) in mptscsih_bus_reset() 2286 if (!vdevice) in mptscsih_sdev_destroy() [all …]
|
| H 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_sdev_init() local 1882 if (!vdevice) { in mptsas_sdev_init() 1914 kfree(vdevice); in mptsas_sdev_init() 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() 4863 VirtDevice *vdevice; in mptsas_broadcast_primitive_work() local 4901 if (!vdevice || !vdevice->vtarget) in mptsas_broadcast_primitive_work() [all …]
|
| H A D | mptspi.c | 720 VirtDevice *vdevice; in mptspi_sdev_init() local 728 vdevice = kzalloc(sizeof(VirtDevice), GFP_KERNEL); in mptspi_sdev_init() 729 if (!vdevice) { in mptspi_sdev_init() 735 vdevice->lun = sdev->lun; in mptspi_sdev_init() 736 sdev->hostdata = vdevice; in mptspi_sdev_init() 740 vdevice->vtarget = vtarget; in mptspi_sdev_init() 781 VirtDevice *vdevice = SCpnt->device->hostdata; in mptspi_qcmd() local 784 if (!vdevice || !vdevice->vtarget) { in mptspi_qcmd() 807 VirtDevice *vdevice = sdev->hostdata; in mptspi_sdev_destroy() local 810 if (vtarget->num_luns == 1 && vdevice->configured_lun) { in mptspi_sdev_destroy()
|
| H 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 …]
|
| H A D | mptfc.c | 638 VirtDevice *vdevice; in mptfc_sdev_init() local 652 vdevice = kzalloc(sizeof(VirtDevice), GFP_KERNEL); in mptfc_sdev_init() 653 if (!vdevice) { in mptfc_sdev_init() 660 sdev->hostdata = vdevice; in mptfc_sdev_init() 668 vdevice->vtarget = vtarget; in mptfc_sdev_init() 669 vdevice->lun = sdev->lun; in mptfc_sdev_init() 685 VirtDevice *vdevice = SCpnt->device->hostdata; in mptfc_qcmd() local 687 if (!vdevice || !vdevice->vtarget) { in mptfc_qcmd()
|
| /linux-6.15/drivers/block/ |
| H A D | xen-blkfront.c | 206 int vdevice; member 1007 major = BLKIF_MAJOR(vdevice); in xen_translate_vdev() 1008 *minor = BLKIF_MINOR(vdevice); in xen_translate_vdev() 1087 if ((info->vdevice>>EXT_SHIFT) > 1) { in xlvbd_alloc_gendisk() 1109 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.15/arch/um/drivers/ |
| H A D | vector_kern.c | 1202 struct vector_device *vdevice; in vector_net_open() local 1301 vdevice = find_device(vp->unit); in vector_net_open() 1302 vdevice->opened = 1; in vector_net_open() 1371 struct vector_device *vdevice; in vector_net_load_bpf_flash() local 1393 vdevice = find_device(vp->unit); in vector_net_load_bpf_flash() 1395 if (request_firmware(&fw, efl->data, &vdevice->pdev.dev)) in vector_net_load_bpf_flash()
|
| /linux-6.15/Documentation/arch/powerpc/ |
| H A D | hvcs.rst | 368 /vdevice/vty-server@30000004
|