Home
last modified time | relevance | path

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

/qemu/include/hw/pci/
H A Dpci.h259 uint8_t pci_find_capability(PCIDevice *pci_dev, uint8_t cap_id);
/qemu/hw/s390x/
H A Ds390-pci-bus.c912 pos = pci_find_capability(pbdev->pdev, PCI_CAP_ID_MSIX); in s390_pci_msix_init()
/qemu/hw/pci/
H A Dpci.c2685 uint8_t pci_find_capability(PCIDevice *pdev, uint8_t cap_id) in pci_find_capability() function
/qemu/hw/vfio/
H A Dpci.c1719 pos = pci_find_capability(&vdev->pdev, PCI_CAP_ID_MSIX); in vfio_msix_early_setup()