Searched defs:VIRTIO_PCI_QUEUE_NOTIFY (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dvirtio-pci.h20 #define VIRTIO_PCI_QUEUE_NOTIFY 16 macro
85 outw(queue_index, ioaddr + VIRTIO_PCI_QUEUE_NOTIFY);
/vbox/src/VBox/Additions/solaris/Virtio/
H A DVirtioPci-solaris.c55 #define VIRTIO_PCI_QUEUE_NOTIFY 0x10 macro
308 ddi_put16(pPciData->hIO, (uint16_t *)(pPciData->addrIOBase + VIRTIO_PCI_QUEUE_NOTIFY), pQueue->QueueIndex);

Completed in 56 milliseconds