Home
last modified time | relevance | path

Searched refs:queue_selector (Results 1 – 3 of 3) sorted by relevance

/kvmtool/virtio/
H A Dpci-legacy.c20 ioport__write16(data, vpci->vq_vector[vpci->queue_selector]); in virtio_pci__specific_data_in()
51 vq = vdev->ops->get_vq(kvm, vpci->dev, vpci->queue_selector); in virtio_pci__data_in()
55 val = vdev->ops->get_size_vq(kvm, vpci->dev, vpci->queue_selector); in virtio_pci__data_in()
95 vpci->vq_vector[vpci->queue_selector] = vec; in virtio_pci__specific_data_out()
101 vpci->gsis[vpci->queue_selector] = gsi; in virtio_pci__specific_data_out()
104 vpci->queue_selector, in virtio_pci__specific_data_out()
141 vpci->queue_selector); in virtio_pci__data_out()
148 virtio_pci_init_vq(kvm, vdev, vpci->queue_selector); in virtio_pci__data_out()
150 virtio_pci_exit_vq(kvm, vdev, vpci->queue_selector); in virtio_pci__data_out()
160 vpci->queue_selector = val; in virtio_pci__data_out()
H A Dpci-modern.c33 vdev->ops->get_vq((vpci)->kvm, (vpci)->dev, (vpci)->queue_selector)
76 vpci->queue_selector = val; in virtio_pci__common_write()
80 vpci->queue_selector, in virtio_pci__common_write()
84 vec = vpci->vq_vector[vpci->queue_selector] = ioport__read16(data); in virtio_pci__common_write()
90 vpci->gsis[vpci->queue_selector] = gsi; in virtio_pci__common_write()
93 vpci->queue_selector, gsi); in virtio_pci__common_write()
98 virtio_pci_init_vq(vpci->kvm, vdev, vpci->queue_selector); in virtio_pci__common_write()
100 virtio_pci_exit_vq(vpci->kvm, vdev, vpci->queue_selector); in virtio_pci__common_write()
191 ioport__write16(data, vpci->queue_selector); in virtio_pci__common_read()
195 vpci->queue_selector); in virtio_pci__common_read()
[all …]
/kvmtool/include/kvm/
H A Dvirtio-pci.h60 u16 queue_selector; member