Searched refs:VirtioGetQueue (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/solaris/Virtio/
H A DVirtioNet-solaris.c558 pNet->pRxQueue = VirtioGetQueue(pDevice, 0 /* index */ );
561 pNet->pTxQueue = VirtioGetQueue(pDevice, 1 /* index */);
566 pNet->pCtrlQueue = VirtioGetQueue(pDevice, 2 /* index */);
H A DVirtio-solaris.c174 PVIRTIOQUEUE VirtioGetQueue(PVIRTIODEVICE pDevice, uint16_t Index) function
179 LogRel((VIRTIOLOGNAME ":VirtioGetQueue: failed to alloc memory for %u bytes.\n", sizeof(VIRTIOQUEUE)));
187 LogRel((VIRTIOLOGNAME ":VirtioGetQueue: HyperOps GetQueue failed!\n"));
H A DVirtio-solaris.h184 PVIRTIOQUEUE VirtioGetQueue(PVIRTIODEVICE pDevice, uint16_t Index);

Completed in 46 milliseconds