Home
last modified time | relevance | path

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

/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/powerpc/kernel/
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/s390/include/asm/
H A Dpci_clp.h116 u16 is_physfn : 1; member
H A Dpci.h174 u8 is_physfn : 1; member
/linux/arch/powerpc/platforms/pseries/
H A Dsetup.c806 if (!pdev->is_physfn) in pseries_pci_fixup_iov_resources()
827 if (!pdev->is_physfn) in pseries_pci_iov_resource_alignment()
/linux/include/linux/
H A Dpci.h485 unsigned int is_physfn:1; member
1291 #define dev_is_pf(d) ((dev_is_pci(d) ? to_pci_dev(d)->is_physfn : false))
/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c2120 if (!pdev->is_physfn) in vfio_pci_vf_init()
/linux/drivers/net/ethernet/realtek/rtase/
H A Drtase_main.c2401 if (!pdev->is_physfn && pdev->is_virtfn) { in rtase_init_one()
/linux/drivers/net/ethernet/sfc/
H A Def10.c659 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()