Home
last modified time | relevance | path

Searched refs:is_extfn (Results 1 – 5 of 5) sorted by relevance

/xen/xen/arch/x86/
A Dphysdev.c470 if ( (manage_pci_ext.is_extfn > 1) || (manage_pci_ext.is_virtfn > 1) ) in do_physdev_op()
473 pdev_info.is_extfn = manage_pci_ext.is_extfn; in do_physdev_op()
492 pdev_info.is_extfn = !!(add.flags & XEN_PCI_DEV_EXTFN); in do_physdev_op()
/xen/xen/include/public/
A Dphysdev.h214 unsigned is_extfn; member
/xen/xen/include/xen/
A Dpci.h70 bool_t is_extfn; member
/xen/xen/drivers/passthrough/vtd/
A Ddmar.c206 devfn = !pdev->info.is_extfn ? pdev->info.physfn.devfn : 0; in acpi_find_matched_drhd_unit()
208 else if ( pdev->info.is_extfn ) in acpi_find_matched_drhd_unit()
/xen/xen/drivers/passthrough/
A Dpci.c707 pf_is_extfn = pdev->info.is_extfn; in pci_add_device()
714 else if ( info->is_extfn ) in pci_add_device()
743 pdev->info.is_extfn = pf_is_extfn; in pci_add_device()

Completed in 11 milliseconds