Searched refs:pci_find_cap_offset (Results 1 – 8 of 8) sorted by relevance
/xen/xen/arch/x86/ |
A D | msi.c | 289 pos = pci_find_cap_offset(seg, bus, slot, func, PCI_CAP_ID_MSI); in msi_set_enable() 302 pos = pci_find_cap_offset(seg, bus, slot, func, PCI_CAP_ID_MSIX); in msix_set_enable() 620 pos = pci_find_cap_offset(seg, bus, slot, func, PCI_CAP_ID_MSI); in msi_capability_init() 782 unsigned int pos = pci_find_cap_offset(seg, bus, slot, func, in msix_capability_init() 1117 unsigned int pos = pci_find_cap_offset(seg, bus, slot, func, in __pci_disable_msix() 1223 unsigned int pos = pci_find_cap_offset(pdev->seg, pdev->bus, pdev->sbdf.dev, in pci_reset_msix_state() 1257 : pci_find_cap_offset(seg, bus, slot, func, in pci_msi_conf_write_intercept()
|
/xen/xen/drivers/pci/ |
A D | pci.c | 11 int pci_find_cap_offset(u16 seg, u8 bus, u8 dev, u8 func, u8 cap) in pci_find_cap_offset() function
|
/xen/xen/drivers/passthrough/amd/ |
A D | iommu_detect.c | 30 pos = pci_find_cap_offset(seg, bus, dev, func, PCI_CAP_ID_MSI); in get_iommu_msi_capabilities()
|
/xen/xen/drivers/passthrough/ |
A D | pci.c | 344 pos = pci_find_cap_offset(pseg->nr, bus, PCI_SLOT(devfn), PCI_FUNC(devfn), in alloc_pdev() 353 pos = pci_find_cap_offset(pseg->nr, bus, PCI_SLOT(devfn), PCI_FUNC(devfn), in alloc_pdev() 397 pos = pci_find_cap_offset(pseg->nr, bus, PCI_SLOT(devfn), in alloc_pdev() 1008 int pos = pci_find_cap_offset(seg, bus, d, f, PCI_CAP_ID_EXP); in pdev_type() 1275 unsigned int pos = pci_find_cap_offset(pdev->seg, pdev->bus, in hest_match_type() 1348 return pci_find_cap_offset(pdev->seg, pdev->bus, PCI_SLOT(pdev->devfn), in pcie_aer_get_firmware_first()
|
/xen/xen/include/xen/ |
A D | pci.h | 191 int pci_find_cap_offset(u16 seg, u8 bus, u8 dev, u8 func, u8 cap);
|
/xen/xen/drivers/vpci/ |
A D | msi.c | 189 unsigned int pos = pci_find_cap_offset(pdev->seg, pdev->bus, slot, func, in init_msi()
|
A D | msix.c | 455 msix_offset = pci_find_cap_offset(pdev->seg, pdev->bus, slot, func, in init_msix()
|
/xen/xen/drivers/char/ |
A D | ehci-dbgp.c | 692 return pci_find_cap_offset(0, bus, slot, func, PCI_CAP_ID_EHCI_DEBUG); in __find_dbgp()
|
Completed in 19 milliseconds