Searched refs:VIRTIO_PCI_QUEUE_SEL (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/virtio/ |
H A D | virtio_pci_legacy_dev.c | 150 iowrite16(index, ldev->ioaddr + VIRTIO_PCI_QUEUE_SEL); in vp_legacy_queue_vector() 184 iowrite16(index, ldev->ioaddr + VIRTIO_PCI_QUEUE_SEL); in vp_legacy_set_queue_address() 199 iowrite16(index, ldev->ioaddr + VIRTIO_PCI_QUEUE_SEL); in vp_legacy_get_queue_enable() 214 iowrite16(index, ldev->ioaddr + VIRTIO_PCI_QUEUE_SEL); in vp_legacy_get_queue_size()
|
/openbmc/u-boot/drivers/virtio/ |
H A D | virtio_pci.h | 26 #define VIRTIO_PCI_QUEUE_SEL 14 macro
|
H A D | virtio_pci_legacy.c | 199 iowrite16(index, priv->ioaddr + VIRTIO_PCI_QUEUE_SEL); in virtio_pci_setup_vq() 230 iowrite16(index, priv->ioaddr + VIRTIO_PCI_QUEUE_SEL); in virtio_pci_del_vq()
|
/openbmc/linux/include/uapi/linux/ |
H A D | virtio_pci.h | 59 #define VIRTIO_PCI_QUEUE_SEL 14 macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | virtio_pci.h | 59 #define VIRTIO_PCI_QUEUE_SEL 14 macro
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-pci.c | 186 qpci_io_writeb(dev->pdev, dev->bar, VIRTIO_PCI_QUEUE_SEL, index); in qvirtio_pci_queue_select()
|
/openbmc/qemu/tests/qtest/ |
H A D | virtio-blk-test.c | 742 qpci_io_writeb(dev, bar0, VIRTIO_PCI_QUEUE_SEL, 2); in test_nonexistent_virtqueue()
|
H A D | vhost-user-blk-test.c | 785 qpci_io_writeb(dev, bar0, VIRTIO_PCI_QUEUE_SEL, 2); in test_nonexistent_virtqueue()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-pci.c | 406 case VIRTIO_PCI_QUEUE_SEL: in virtio_ioport_write() 498 case VIRTIO_PCI_QUEUE_SEL: in virtio_ioport_read()
|