Searched refs:vq_endchains (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/usr.sbin/bhyve/
H A Dpci_virtio_rnd.c115 vq_endchains(vq, 0);
135 vq_endchains(vq, 1); /* Generate interrupt if appropriate. */
H A Dpci_virtio_console.c431 vq_endchains(vq, 1);
445 vq_endchains(vq, 0);
455 vq_endchains(vq, 1);
589 vq_endchains(vq, 1);
616 vq_endchains(vq, 1); /* Generate interrupt if appropriate. */
H A Dvirtio.h309 uint16_t vq_save_used; /* saved vq_used->idx; see vq_endchains */
424 void vq_endchains(struct vqueue_info *vq, int used_all_avail);
H A Dpci_virtio_9p.c169 vq_endchains(&sc->vsc_vq, 1);
184 vq_endchains(&sc->vsc_vq, 1);
H A Dpci_virtio_net.c270 vq_endchains(vq, /*used_all_avail=*/0);
305 vq_endchains(vq, /*used_all_avail=*/1);
542 vq_endchains(vq, /*used_all_avail=*/1);
H A Dpci_virtio_input.c232 vq_endchains(vq, 1);
566 vq_endchains(vq, 1);
H A Dpci_virtio_block.c249 vq_endchains(&sc->vbsc_vq, 0);
H A Dpci_virtio_scsi.c285 vq_endchains(q->vsq_vq, 0);
600 vq_endchains(vq, 1); /* Generate interrupt if appropriate. */
H A Dvirtio.c470 vq_endchains(struct vqueue_info *vq, int used_all_avail) function

Completed in 165 milliseconds