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

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dvirtio-pci.h11 #define VIRTIO_PCI_QUEUE_PFN 8 macro
96 outl(0, ioaddr + VIRTIO_PCI_QUEUE_PFN);
/vbox/src/VBox/Additions/solaris/Virtio/
H A DVirtioPci-solaris.c52 #define VIRTIO_PCI_QUEUE_PFN 0x08 macro
376 ddi_put32(pPci->hIO, (uint32_t *)(pPci->addrIOBase + VIRTIO_PCI_QUEUE_PFN), 0);
419 uint32_t QueuePFN = ddi_get32(pPci->hIO, (uint32_t *)(pPci->addrIOBase + VIRTIO_PCI_QUEUE_PFN));
466 ddi_put32(pPci->hIO, (uint32_t *)(pPci->addrIOBase + VIRTIO_PCI_QUEUE_PFN), pPciQueue->pageBuf);

Completed in 43 milliseconds