Home
last modified time | relevance | path

Searched refs:vq_relchain (Results 1 – 5 of 5) sorted by relevance

/trueos/usr.sbin/bhyve/
HDpci_virtio_rnd.c128 vq_relchain(vq, idx, len); in pci_vtrnd_notify()
HDvirtio.h457 void vq_relchain(struct vqueue_info *vq, uint16_t idx, uint32_t iolen);
HDpci_virtio_net.c367 vq_relchain(vq, idx, len + sc->rx_vhdrlen); in pci_vtnet_tap_rx()
427 vq_relchain(vq, idx, tlen); in pci_vtnet_proctx()
HDpci_virtio_block.c189 vq_relchain(&sc->vbsc_vq, io->io_idx, 1); in pci_vtblk_done()
HDvirtio.c395 vq_relchain(struct vqueue_info *vq, uint16_t idx, uint32_t iolen) in vq_relchain() function