Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/include/xen/interface/
Dphysdev.h192 } physfn; member
261 } physfn; member
/linux-4.4.14/drivers/crypto/qat/qat_dh895xccvf/
Dadf_drv.c120 pf = adf_devmgr_pci_to_accel_dev(accel_pci_dev->pci_dev->physfn); in adf_cleanup_accel()
225 pf = adf_devmgr_pci_to_accel_dev(pdev->physfn); in adf_probe()
/linux-4.4.14/drivers/pci/
Diov.c141 virtfn->physfn = pci_dev_get(dev); in virtfn_add()
706 if (vfdev->is_virtfn && (vfdev->physfn == dev) && in pci_vfs_assigned()
/linux-4.4.14/drivers/net/ethernet/sfc/
Def10.c422 if ((efx->pci_dev->physfn) && (!efx->pci_dev->is_physfn)) { in efx_ef10_probe()
423 struct pci_dev *pci_dev_pf = efx->pci_dev->physfn; in efx_ef10_probe()
667 pci_dev_pf = efx->pci_dev->physfn; in efx_ef10_remove()
759 pci_dev_pf = efx->pci_dev->physfn; in efx_ef10_probe_vf()
781 if (efx->pci_dev->physfn) { in efx_ef10_probe_vf()
783 pci_get_drvdata(efx->pci_dev->physfn); in efx_ef10_probe_vf()
4267 if (efx->pci_dev->is_virtfn && efx->pci_dev->physfn) { in efx_ef10_set_mac_address()
4268 struct pci_dev *pci_dev_pf = efx->pci_dev->physfn; in efx_ef10_set_mac_address()
/linux-4.4.14/include/linux/
Dpci.h379 struct pci_dev *physfn; /* the PF this VF is associated with */ member
394 dev = dev->physfn; in pci_physfn()
/linux-4.4.14/arch/sparc/kernel/
Dpci.c1006 pdev = dev->physfn; in pcibios_add_device()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-pci159 What: /sys/bus/pci/devices/.../physfn
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c6649 if (vfdev->is_virtfn && (vfdev->physfn == pdev)) { in ixgbe_check_for_bad_vf()