Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/beri/virtio/
H A Dvirtio.h
/freebsd-src/usr.sbin/bhyve/
H A Dvirtio.h298 struct vqueue_info { struct
300 void (*vq_notify)(void *, struct vqueue_info *); argument
303 struct virtio_softc *vq_vs; /* backpointer to softc */
304 uint16_t vq_num; /* we're the num'th queue in the softc */
329 vq_ring_ready(struct vqueue_info *vq) in vq_ring_ready() argument