Home
last modified time | relevance | path

Searched defs:_vq (Results 1 – 2 of 2) sorted by relevance

/kvm-unit-tests/lib/
H A Dvirtio.c50 int virtqueue_add_outbuf(struct virtqueue *_vq, char *buf, unsigned int len) in virtqueue_add_outbuf()
83 bool virtqueue_kick(struct virtqueue *_vq) in virtqueue_kick()
106 void *virtqueue_get_buf(struct virtqueue *_vq, unsigned int *len) in virtqueue_get_buf()
H A Dvirtio.h132 #define to_vvq(_vq) container_of(_vq, struct vring_virtqueue, vq) argument