Home
last modified time | relevance | path

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

/qemu/tests/qtest/libqos/
H A Dvirtio-pci-modern.c354 static bool find_structure(QVirtioPCIDevice *dev, uint8_t cfg_type, in find_structure() argument
365 addr + offsetof(struct virtio_pci_cap, cfg_type)); in find_structure()
366 if (type != cfg_type) { in find_structure()
/qemu/include/standard-headers/linux/
H A Dvirtio_pci.h124 uint8_t cfg_type; /* Identifies the structure. */ member
/qemu/hw/virtio/
H A Dvirtio-pci.c1464 .cap.cfg_type = VIRTIO_PCI_CAP_SHARED_MEMORY_CFG, in virtio_pci_add_shm_cap()
1904 cap->cfg_type = region->type; in virtio_pci_modern_region_map()
2041 .cap.cfg_type = VIRTIO_PCI_CAP_PCI_CFG, in virtio_pci_device_plugged()