Home
last modified time | relevance | path

Searched refs:virtqueue_add_outbuf (Results 1 – 3 of 3) sorted by relevance

/kvm-unit-tests/lib/
H A Dchr-testdev.c22 ret = virtqueue_add_outbuf(out_vq, buf, len); in __testdev_send()
H A Dvirtio.h142 extern int virtqueue_add_outbuf(struct virtqueue *vq, char *buf,
H A Dvirtio.c50 int virtqueue_add_outbuf(struct virtqueue *_vq, char *buf, unsigned int len) in virtqueue_add_outbuf() function