Searched refs:virtqueues (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/virtio/ |
D | virtio_mmio.c | 78 struct list_head virtqueues; member 212 list_for_each_entry(info, &vm_dev->virtqueues, node) in vm_interrupt() 324 list_add(&info->node, &vm_dev->virtqueues); in vm_setup_vq() 409 INIT_LIST_HEAD(&vm_dev->virtqueues); in virtio_mmio_probe()
|
D | virtio_pci.c | 45 struct list_head virtqueues; member 234 list_for_each_entry(info, &vp_dev->virtqueues, node) { in vp_vring_interrupt() 442 list_add(&info->node, &vp_dev->virtqueues); in setup_vq() 660 INIT_LIST_HEAD(&vp_dev->virtqueues); in virtio_pci_probe()
|
/linux-3.4.99/Documentation/virtual/ |
D | virtio-spec.txt | 58 more virtqueues: for example, the network device has one for 142 Bits, discovery of virtqueues for the device, optional MSI-X 152 virtqueues)[footnote: 329 As a device can have zero or more virtqueues for bulk data 594 example, the virtio network device has two virtqueues: the 827 space has changed: even if the config bit is set, virtqueues 910 Any change to configuration space, or new virtqueues, or 1357 transmission virtqueues. 1883 of input and output virtqueues. Moreover, a device has a pair of 1884 control IO virtqueues. The control virtqueues are used to [all …]
|
/linux-3.4.99/Documentation/ |
D | remoteproc.txt | 196 too expensive) to go through the existing virtqueues and look for new buffers
|