Home
last modified time | relevance | path

Searched defs:vqueue_info (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dvirtio.h296 struct vqueue_info { struct
298 void (*vq_notify)(void *, struct vqueue_info *); argument
301 struct virtio_softc *vq_vs; /* backpointer to softc */
302 uint16_t vq_num; /* we're the num'th queue in the softc */
327 vq_ring_ready(struct vqueue_info *vq) in vq_ring_ready() argument