Home
last modified time | relevance | path

Searched refs:physfn (Results 1 – 6 of 6) sorted by relevance

/xen/xen/arch/x86/
A Dphysdev.c475 pdev_info.physfn.bus = manage_pci_ext.physfn.bus; in do_physdev_op()
476 pdev_info.physfn.devfn = manage_pci_ext.physfn.devfn; in do_physdev_op()
496 pdev_info.physfn.bus = add.physfn.bus; in do_physdev_op()
497 pdev_info.physfn.devfn = add.physfn.devfn; in do_physdev_op()
A Dmsi.c133 sbdf.bus = dev->info.physfn.bus; in memory_decoded()
134 sbdf.devfn = dev->info.physfn.devfn; in memory_decoded()
842 pbus = dev->info.physfn.bus; in msix_capability_init()
843 pslot = PCI_SLOT(dev->info.physfn.devfn); in msix_capability_init()
844 pfunc = PCI_FUNC(dev->info.physfn.devfn); in msix_capability_init()
/xen/xen/include/public/
A Dphysdev.h219 } physfn; member
297 } physfn; member
/xen/xen/include/xen/
A Dpci.h75 } physfn; member
/xen/xen/drivers/passthrough/
A Dpci.c705 pdev = pci_get_pdev(seg, info->physfn.bus, info->physfn.devfn); in pci_add_device()
710 pci_add_device(seg, info->physfn.bus, info->physfn.devfn, in pci_add_device()
/xen/xen/drivers/passthrough/vtd/
A Ddmar.c205 bus = pdev->info.physfn.bus; in acpi_find_matched_drhd_unit()
206 devfn = !pdev->info.is_extfn ? pdev->info.physfn.devfn : 0; in acpi_find_matched_drhd_unit()

Completed in 15 milliseconds