Home
last modified time | relevance | path

Searched defs:notify_vq (Results 1 – 9 of 9) sorted by relevance

/kvmtool/virtio/
H A Dconsole.c178 static int notify_vq(struct kvm *kvm, void *dev, u32 vq) in notify_vq() function
H A Drng.c132 static int notify_vq(struct kvm *kvm, void *dev, u32 vq) in notify_vq() function
H A Dscsi.c134 static int notify_vq(struct kvm *kvm, void *dev, u32 vq) in notify_vq() function
H A Dvsock.c125 static int notify_vq(struct kvm *kvm, void *dev, u32 vq) in notify_vq() function
H A Dballoon.c231 static int notify_vq(struct kvm *kvm, void *dev, u32 vq) in notify_vq() function
H A Dblk.c260 static int notify_vq(struct kvm *kvm, void *dev, u32 vq) in notify_vq() function
H A Dnet.c684 static int notify_vq(struct kvm *kvm, void *dev, u32 vq) in notify_vq() function
H A D9p.c1446 static int notify_vq(struct kvm *kvm, void *dev, u32 vq) in notify_vq() function
/kvmtool/include/kvm/
H A Dvirtio.h236 int (*notify_vq)(struct kvm *kvm, void *dev, u32 vq); member