Searched refs:vq_getchain (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/dev/beri/virtio/
H A Dvirtio.h65 int vq_getchain(uint32_t beri_mem_offset, struct vqueue_info *vq,
H A Dvirtio.c124 vq_getchain(uint32_t offs, struct vqueue_info *vq, function
H A Dvirtio_block.c162 n = vq_getchain(sc->beri_mem_offset, vq, iov,
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_virtio_rnd.c123 n = vq_getchain(vq, &idx, &iov, 1, NULL);
H A Dpci_virtio_net.c322 n = vq_getchain(vq, &idx, iov, VTNET_MAXSEGS, NULL);
519 n = vq_getchain(vq, &idx, iov, VTNET_MAXSEGS, NULL);
604 n = vq_getchain(vq, &idx, iov, VTNET_MAXSEGS, NULL);
H A Dpci_virtio_console.c406 n = vq_getchain(vq, &idx, &iov, 1, NULL);
547 n = vq_getchain(vq, &idx, &iov, 1, NULL);
574 n = vq_getchain(vq, &idx, iov, 1, flags);
H A Dvirtio.h479 int vq_getchain(struct vqueue_info *vq, uint16_t *pidx,
H A Dpci_virtio_block.c211 n = vq_getchain(vq, &idx, iov, BLOCKIF_IOV_MAX + 2, flags);
H A Dvirtio.c206 * Helper inline for vq_getchain(): record the i'th "real"
262 vq_getchain(struct vqueue_info *vq, uint16_t *pidx, function
387 * (This chain is the one you handled when you called vq_getchain()
401 * (This chain is the one you handled when you called vq_getchain()
/freebsd-11-stable/sys/dev/beri/virtio/network/
H A Dif_vtbe.c186 n = vq_getchain(sc->beri_mem_offset, vq, iov,
396 n = vq_getchain(sc->beri_mem_offset, vq, iov,

Completed in 227 milliseconds