Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/xen/
Dpci.c41 struct pci_dev *physfn = pci_dev->physfn; in xen_add_device() local
62 add->physfn.bus = physfn->bus->number; in xen_add_device()
63 add->physfn.devfn = physfn->devfn; in xen_add_device()
73 handle = ACPI_HANDLE(physfn->bus->bridge); in xen_add_device()
119 .physfn.bus = physfn->bus->number, in xen_add_device()
120 .physfn.devfn = physfn->devfn, in xen_add_device()
/linux-4.1.27/include/xen/interface/
Dphysdev.h192 } physfn; member
261 } physfn; member
/linux-4.1.27/drivers/pci/
Dats.c68 struct pci_dev *pdev = dev->is_physfn ? dev : dev->physfn; in pci_enable_ats()
117 struct pci_dev *pdev = dev->is_physfn ? dev : dev->physfn; in pci_disable_ats()
Diov.c136 virtfn->physfn = pci_dev_get(dev); in virtfn_add()
703 if (vfdev->is_virtfn && (vfdev->physfn == dev) && in pci_vfs_assigned()
/linux-4.1.27/include/linux/
Dpci.h379 struct pci_dev *physfn; /* the PF this VF is associated with */ member
392 dev = dev->physfn; in pci_physfn()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-pci159 What: /sys/bus/pci/devices/.../physfn
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c6524 if (vfdev->is_virtfn && (vfdev->physfn == pdev)) { in ixgbe_check_for_bad_vf()