Home
last modified time | relevance | path

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

/kvmtool/virtio/
H A Dconsole.c205 static unsigned int get_vq_count(struct kvm *kvm, void *dev) in get_vq_count() function
H A Drng.c159 static unsigned int get_vq_count(struct kvm *kvm, void *dev) in get_vq_count() function
H A Dscsi.c156 static unsigned int get_vq_count(struct kvm *kvm, void *dev) in get_vq_count() function
H A Dvsock.c157 static unsigned int get_vq_count(struct kvm *kvm, void *dev) in get_vq_count() function
H A Dballoon.c258 static unsigned int get_vq_count(struct kvm *kvm, void *dev) in get_vq_count() function
H A Dblk.c292 static unsigned int get_vq_count(struct kvm *kvm, void *dev) in get_vq_count() function
H A Dnet.c712 static unsigned int get_vq_count(struct kvm *kvm, void *dev) in get_vq_count() function
H A D9p.c1473 static unsigned int get_vq_count(struct kvm *kvm, void *dev) in get_vq_count() function
/kvmtool/include/kvm/
H A Dvirtio.h233 unsigned int (*get_vq_count)(struct kvm *kvm, void *dev); member