Searched defs:vqueue_info (Results 1 – 2 of 2) sorted by relevance
298 struct vqueue_info { struct300 void (*vq_notify)(void *, struct vqueue_info *); argument303 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