Home
last modified time | relevance | path

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

/xen/xen/include/xen/
A Dpci.h108 enum pdev_type { enum
156 enum pdev_type pdev_type(u16 seg, u8 bus, u8 devfn);
/xen/xen/drivers/passthrough/
A Dpci.c376 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 Dintremap.c515 if ( pdev_type(seg, bus, devfn) == DEV_TYPE_PCIe2PCI_BRIDGE ) in set_msi_source_id()
A Diommu.c1549 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