Home
last modified time | relevance | path

Searched refs:msix_used (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/lib/drivers/virtio/
H A DVirtIOPCILegacy.c69 ULONG_PTR ioaddr = vdev->addr + VIRTIO_PCI_CONFIG(vdev->msix_used) + offset; in vio_legacy_get_config()
85 ULONG_PTR ioaddr = vdev->addr + VIRTIO_PCI_CONFIG(vdev->msix_used) + offset; in vio_legacy_set_config()
239 if (vdev->msix_used) { in vio_legacy_del_vq()
H A DVirtIOPCICommon.c47 bool msix_used) in virtio_device_initialize() argument
54 vdev->msix_used = msix_used; in virtio_device_initialize()
H A Dvirtio_pci.h242 bool msix_used; member
290 bool msix_used);
H A DVirtIOPCIModern.c406 if (vdev->msix_used) { in vio_modern_del_vq()