Home
last modified time | relevance | path

Searched refs:is_physfn (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/pci/
H A Diov.c26 if (!dev->is_physfn) in pci_iov_virtfn_bus()
34 if (!dev->is_physfn) in pci_iov_virtfn_devfn()
155 if (!dev->is_physfn) in pci_iov_resource_size()
710 if (!pdev->is_physfn) { in sriov_enable()
817 if (pdev->is_physfn) in sriov_init()
900 dev->is_physfn = 1; in sriov_init()
909 dev->is_physfn = 0; in sriov_init()
1009 if (dev->is_physfn) in pci_iov_release()
1021 if (!dev->is_physfn) in pci_iov_remove()
1038 struct pci_sriov *iov = dev->is_physfn ? dev->sriov : NULL; in pci_iov_update_resource()
[all …]
/linux/drivers/bus/mhi/host/
H A Dpci_generic.c1250 if (pdev->is_physfn) in mhi_pci_recovery_work()
1280 if (pdev->is_physfn) in mhi_pci_recovery_work()
1371 if (pdev->is_physfn) in mhi_pci_probe()
1393 if (pdev->is_physfn) in mhi_pci_probe()
1442 if (pdev->is_physfn) in mhi_pci_probe()
1471 if (pdev->is_physfn) in mhi_pci_remove()
1503 if (pdev->is_physfn) in mhi_pci_reset_prepare()
1549 if (pdev->is_physfn) in mhi_pci_reset_done()
1615 if (pdev->is_physfn) in mhi_pci_runtime_suspend()
1668 if (pdev->is_physfn) in mhi_pci_runtime_resume()
/linux/arch/powerpc/kernel/
H A Deeh_sysfs.c115 np = pci_device_to_OF_node(pdev->is_physfn ? pdev : pdev->physfn); in eeh_notify_resume_add()
127 np = pci_device_to_OF_node(pdev->is_physfn ? pdev : pdev->physfn); in eeh_notify_resume_remove()
H A Dpci_dn.c179 if (WARN_ON(!pdev->is_physfn)) in add_sriov_vf_pdns()
224 if (WARN_ON(!pdev->is_physfn)) in remove_sriov_vf_pdns()
/linux/arch/powerpc/platforms/powernv/
H A Dpci-sriov.c238 } else if (pdev->is_physfn) { in pnv_pci_ioda_fixup_iov()
482 if (!pdev->is_physfn) in pnv_ioda_release_vf_PE()
511 if (!dev->is_physfn) in pnv_pci_vf_resource_shift()
623 if (!pdev->is_physfn) in pnv_ioda_setup_vf_PE()
/linux/arch/s390/include/asm/
H A Dpci_clp.h116 u16 is_physfn : 1; member
H A Dpci.h148 u8 is_physfn : 1; member
/linux/drivers/net/ethernet/realtek/rtase/
H A Drtase_main.c2195 if (!pdev->is_physfn && pdev->is_virtfn) { in rtase_init_one()
/linux/drivers/net/ethernet/sfc/
H A Def10.c652 if ((efx->pci_dev->physfn) && (!efx->pci_dev->is_physfn)) { in efx_ef10_probe()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c164 if (!pdev->is_physfn) in i40e_restore_all_vfs_msi_state()