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

/vbox/src/VBox/Additions/solaris/Virtio/
H A DVirtio-solaris.h101 struct VirtioQueue;
111 typedef void *(*PFNVIRTIOGETQUEUE)(struct VirtioDevice *pDevice, struct VirtioQueue *pQueue);
112 typedef void (*PFNVIRTIOPUTQUEUE)(struct VirtioDevice *pDevice, struct VirtioQueue *pQueue);
113 typedef int (*PFNVIRTIONOTIFYQUEUE)(struct VirtioDevice *pDevice, struct VirtioQueue *pQueue);
153 struct VirtioQueue struct
162 typedef struct VirtioQueue VIRTIOQUEUE;

Completed in 45 milliseconds