Lines Matching full:virtio
18 * Intel Virtio Over PCIe (VOP) driver.
26 #include <linux/virtio.h>
41 * obey the virtio spec according to which guest works with native
53 * @hotplug_work: Handle virtio device creation, deletion and configuration
54 * @cookie: Cookie received upon requesting a virtio configuration interrupt
56 * @vdev_list: List of "active" virtio devices injected in the peer node
58 * creation/deletion of virtio devices on the peer node
80 * struct vop_vringh - Virtio ring host information.
91 * @vdev: Back pointer to VOP virtio device for vringh_notify(..).
106 * struct vop_vdev - Host information for a card Virtio device.
108 * @virtio_id - Virtio device id.
123 * @virtio_bh_work - Work struct used to schedule virtio bottom half handling.
124 * @dd - Virtio device descriptor.
125 * @dc - Virtio device control fields.
126 * @list - List of Virtio devices.
130 * @vdev_mutex: Mutex synchronizing virtio device injection,
132 * @destroy: Track if a virtio device is being destroyed.
133 * @deleted: The virtio device has been deleted.
160 /* Helper API to check if a virtio device is running */