Searched defs:vdev_info (Results 1 – 2 of 2) sorted by relevance
38 struct vdev_info { struct39 struct virtio_device vdev;40 int control;41 struct pollfd fds[1];42 struct vq_info vqs[1];43 int nvqs;44 void *buf;68 void vhost_vq_setup(struct vdev_info *dev, struct vq_info *info) in vhost_vq_setup() argument
217 #define vdev_info(vdev, fmt, ...) \ macro