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

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dvirtio-pci.h17 #define VIRTIO_PCI_QUEUE_SEL 14 macro
92 outw(queue_index, ioaddr + VIRTIO_PCI_QUEUE_SEL);
/vbox/src/VBox/Additions/solaris/Virtio/
H A DVirtioPci-solaris.c54 #define VIRTIO_PCI_QUEUE_SEL 0x0E macro
375 ddi_put16(pPci->hIO, (uint16_t *)(pPci->addrIOBase + VIRTIO_PCI_QUEUE_SEL), pQueue->QueueIndex);
404 ddi_put16(pPci->hIO, (uint16_t *)(pPci->addrIOBase + VIRTIO_PCI_QUEUE_SEL), pQueue->QueueIndex);

Completed in 33 milliseconds