Searched refs:is_physfn (Results 1 - 18 of 18) sorted by relevance

/linux-master/drivers/pci/
H A Diov.c21 if (!dev->is_physfn)
29 if (!dev->is_physfn)
150 if (!dev->is_physfn)
653 if (!pdev->is_physfn) {
759 if (pdev->is_physfn)
834 dev->is_physfn = 1;
843 dev->is_physfn = 0;
919 if (dev->is_physfn)
931 if (!dev->is_physfn)
948 struct pci_sriov *iov = dev->is_physfn
[all...]
/linux-master/arch/s390/pci/
H A Dpci_iov.c83 if (zdev && zdev->is_physfn) {
H A Dpci_clp.c168 zdev->is_physfn = response->is_physfn;
H A Dpci.c593 if (pdev->is_physfn)
/linux-master/arch/powerpc/kernel/
H A Deeh_sysfs.c115 np = pci_device_to_OF_node(pdev->is_physfn ? pdev : pdev->physfn);
127 np = pci_device_to_OF_node(pdev->is_physfn ? pdev : pdev->physfn);
H A Dpci_dn.c179 if (WARN_ON(!pdev->is_physfn))
224 if (WARN_ON(!pdev->is_physfn))
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-sriov.c238 } else if (pdev->is_physfn) {
482 if (!pdev->is_physfn)
511 if (!dev->is_physfn)
623 if (!pdev->is_physfn)
H A Dpci-ioda.c2472 if (pdev->is_physfn)
/linux-master/arch/s390/include/asm/
H A Dpci_clp.h115 u16 is_physfn : 1; member in struct:clp_rsp_query_pci
H A Dpci.h140 u8 is_physfn : 1; member in struct:zpci_dev
/linux-master/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c732 if (edev->pdev->is_physfn) {
780 if (edev->pdev->is_physfn || edev->pdev->is_virtfn)
H A Dsetup.c783 if (!pdev->is_physfn)
804 if (!pdev->is_physfn)
/linux-master/include/linux/
H A Dpci.h439 unsigned int is_physfn:1; member in struct:pci_dev
1184 #define dev_is_pf(d) ((dev_is_pci(d) ? to_pci_dev(d)->is_physfn : false))
/linux-master/drivers/xen/xen-pciback/
H A Dpci_stub.c1653 if (!pdev->is_physfn)
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_ethtool.c117 if (lif->ionic->pdev->is_physfn)
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_core.c2109 if (!pdev->is_physfn)
/linux-master/drivers/net/ethernet/sfc/
H A Def10.c652 if ((efx->pci_dev->physfn) && (!efx->pci_dev->is_physfn)) {
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c164 if (!pdev->is_physfn)

Completed in 318 milliseconds