Searched refs:virtqueues (Results 1 – 6 of 6) sorted by relevance
24 Device - Driver communication: virtqueues37 virtqueues, which are actually ring buffers [#f1]_ of buffer descriptors47 reference definitions of virtqueues and "Virtqueues and virtio ring: How126 At this point, the virtqueues will be allocated and configured by141 https://www.redhat.com/en/blog/virtqueues-and-virtio-ring-how-data-travels
22 and configure the virtqueues for the device according to its spec, the23 configuration of the virtqueues in the driver side must match the87 /* remove virtqueues */123 ("DRIVER_OK"). The virtqueues are anyway enabled automatically by the129 In any case, the virtqueues need to be enabled before adding buffers to
68 Mapping /dev/fuse to virtqueues requires solving differences in semantics69 between /dev/fuse and virtqueues. Each time the /dev/fuse device is read, the
94 struct list_head virtqueues; member319 list_for_each_entry(info, &vm_dev->virtqueues, node) in vm_interrupt()470 list_add(&info->node, &vm_dev->virtqueues); in vm_setup_vq()630 INIT_LIST_HEAD(&vm_dev->virtqueues); in virtio_mmio_probe()
101 configuration space, the number of virtqueues and so on for this emulated device.221 3. Setup the kick eventfd for the specified virtqueues with the VDUSE_VQ_SETUP_KICKFD
228 too expensive) to go through the existing virtqueues and look for new buffers