Home
last modified time | relevance | path

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

/qemu/hw/xen/
H A Dxen-host-pci-device.c379 if (PCI_EXT_CAP_ID(header) == cap) { in xen_host_pci_find_ext_cap_offset()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h713 #define PCI_EXT_CAP_ID(header) (header & 0x0000ffff) macro
/qemu/hw/pci/
H A Dpcie.c1027 if (PCI_EXT_CAP_ID(header) == cap_id) { in pcie_find_capability_list()
/qemu/hw/vfio/
H A Dpci.c2393 cap_id = PCI_EXT_CAP_ID(header); in vfio_add_ext_cap()