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

/vbox/src/VBox/Additions/solaris/Virtio/
H A DVirtioRing-solaris.c98 * @param physBuf Physical address of the buffer.
104 int VirtioRingPush(PVIRTIOQUEUE pQueue, paddr_t physBuf, uint32_t cbBuf, uint16_t fFlags) argument
120 AssertCompile(sizeof(physBuf) == sizeof(pRingDesc->AddrBuf));
126 pRingDesc->AddrBuf = physBuf;
H A DVirtioPci-solaris.c80 paddr_t physBuf; /* Size of buffer. */ member in struct:virtio_pci_queue_t
454 pPciQueue->physBuf = DmaCookie.dmac_laddress;
455 pPciQueue->pageBuf = pPciQueue->physBuf >> VIRTIO_PCI_QUEUE_ADDR_SHIFT;
457 LogFlow((VIRTIOLOGNAME ":VirtioPciGetQueue: Queue[%d]%p physBuf=%x pfn of Buf %#x\n", pQueue->QueueIndex,
458 pQueue->pQueue, pPciQueue->physBuf, pPciQueue->pageBuf));
459 cmn_err(CE_NOTE, ":VirtioPciGetQueue: Queue[%d]%p physBuf=%x pfn of Buf %x\n", pQueue->QueueIndex,
460 pQueue->pQueue, pPciQueue->physBuf, pPciQueue->pageBuf);

Completed in 44 milliseconds