Searched refs:pdev_type (Results 1 – 4 of 4) sorted by relevance
/xen/xen/include/xen/ |
A D | pci.h | 108 enum pdev_type { enum 156 enum pdev_type pdev_type(u16 seg, u8 bus, u8 devfn);
|
/xen/xen/drivers/passthrough/ |
A D | pci.c | 376 switch ( pdev->type = pdev_type(pseg->nr, bus, devfn) ) in alloc_pdev() 696 const char *pdev_type; in pci_add_device() local 701 pdev_type = "device"; in pci_add_device() 712 pdev_type = "virtual function"; in pci_add_device() 715 pdev_type = "extended function"; in pci_add_device() 717 pdev_type = "device"; in pci_add_device() 813 printk(XENLOG_DEBUG "PCI add %s %04x:%02x:%02x.%u\n", pdev_type, in pci_add_device() 1004 enum pdev_type pdev_type(u16 seg, u8 bus, u8 devfn) in pdev_type() function
|
/xen/xen/drivers/passthrough/vtd/ |
A D | intremap.c | 515 if ( pdev_type(seg, bus, devfn) == DEV_TYPE_PCIe2PCI_BRIDGE ) in set_msi_source_id()
|
A D | iommu.c | 1549 if ( !ret && pdev_type(seg, bus, devfn) == DEV_TYPE_PCIe2PCI_BRIDGE && in domain_context_mapping() 1691 if ( pdev_type(seg, tmp_bus, tmp_devfn) == DEV_TYPE_PCIe2PCI_BRIDGE ) in domain_context_unmap()
|
Completed in 13 milliseconds