Searched defs:notify_vq (Results 1 – 9 of 9) sorted by relevance
/kvmtool/virtio/ |
H A D | console.c | 178 static int notify_vq(struct kvm *kvm, void *dev, u32 vq) in notify_vq() function
|
H A D | rng.c | 132 static int notify_vq(struct kvm *kvm, void *dev, u32 vq) in notify_vq() function
|
H A D | scsi.c | 134 static int notify_vq(struct kvm *kvm, void *dev, u32 vq) in notify_vq() function
|
H A D | vsock.c | 125 static int notify_vq(struct kvm *kvm, void *dev, u32 vq) in notify_vq() function
|
H A D | balloon.c | 231 static int notify_vq(struct kvm *kvm, void *dev, u32 vq) in notify_vq() function
|
H A D | blk.c | 260 static int notify_vq(struct kvm *kvm, void *dev, u32 vq) in notify_vq() function
|
H A D | net.c | 684 static int notify_vq(struct kvm *kvm, void *dev, u32 vq) in notify_vq() function
|
H A D | 9p.c | 1446 static int notify_vq(struct kvm *kvm, void *dev, u32 vq) in notify_vq() function
|
/kvmtool/include/kvm/ |
H A D | virtio.h | 236 int (*notify_vq)(struct kvm *kvm, void *dev, u32 vq); member
|