Home
last modified time | relevance | path

Searched refs:PCI_EXP_FLAGS_VERS (Results 1 – 4 of 4) sorted by relevance

/qemu/include/standard-headers/linux/
H A Dpci_regs.h476 #define PCI_EXP_FLAGS_VERS 0x000f /* Capability version */ macro
/qemu/hw/pci/
H A Dpcie.c340 return pci_get_word(dev->config + pos + PCI_EXP_FLAGS) & PCI_EXP_FLAGS_VERS; in pcie_cap_get_version()
/qemu/hw/vfio/
H A Dpci.c2136 if ((flags & PCI_EXP_FLAGS_VERS) == 0) { in vfio_setup_pcie_cap()
2138 1, PCI_EXP_FLAGS_VERS); in vfio_setup_pcie_cap()
/qemu/hw/xen/
H A Dxen_pt_config_init.c846 return flag & PCI_EXP_FLAGS_VERS; in get_capability_version()