Searched defs:nvqs (Results 1 – 9 of 9) sorted by relevance
/linux-3.3/tools/virtio/ |
D | virtio_test.c | 34 int nvqs; member
|
/linux-3.3/drivers/virtio/ |
D | virtio_pci.c | 509 static int vp_try_to_find_vqs(struct virtio_device *vdev, unsigned nvqs, in vp_try_to_find_vqs() 584 static int vp_find_vqs(struct virtio_device *vdev, unsigned nvqs, in vp_find_vqs()
|
D | virtio_balloon.c | 283 int err, nvqs; in init_vqs() local
|
D | virtio_mmio.c | 339 static int vm_find_vqs(struct virtio_device *vdev, unsigned nvqs, in vm_find_vqs()
|
/linux-3.3/drivers/lguest/ |
D | lguest_device.c | 366 static int lg_find_vqs(struct virtio_device *vdev, unsigned nvqs, in lg_find_vqs()
|
/linux-3.3/drivers/s390/kvm/ |
D | kvm_virtio.c | 242 static int kvm_find_vqs(struct virtio_device *vdev, unsigned nvqs, in kvm_find_vqs()
|
/linux-3.3/drivers/vhost/ |
D | vhost.h | 155 int nvqs; member
|
D | vhost.c | 290 struct vhost_virtqueue *vqs, int nvqs) in vhost_dev_init()
|
/linux-3.3/drivers/net/ |
D | virtio_net.c | 993 int nvqs, err; in init_vqs() local
|