| /linux/drivers/net/ethernet/amd/pds_core/ |
| H A D | main.c | 341 is_pf = !pdev->is_virtfn; in pdsc_probe() 411 if (!pdev->is_virtfn) { in pdsc_remove() 421 if (pdev->is_virtfn) { in pdsc_remove() 463 if (pdsc->pdev->is_virtfn) in pdsc_stop_health_thread() 473 if (pdsc->pdev->is_virtfn) in pdsc_restart_health_thread() 487 if (pdev->is_virtfn) { in pdsc_reset_prepare() 517 if (!pdev->is_virtfn) { in pdsc_reset_done() 535 if (pdev->is_virtfn) { in pdsc_reset_done()
|
| H A D | core.c | 478 if (!pdsc->pdev->is_virtfn) in pdsc_teardown() 547 if (pdsc->pdev->is_virtfn) in pdsc_fw_down() 574 if (pdsc->pdev->is_virtfn) { in pdsc_fw_up()
|
| /linux/drivers/xen/ |
| H A D | pci.c | 70 if (pci_dev->is_virtfn) { in xen_add_device() 82 if (!handle && pci_dev->is_virtfn) in xen_add_device() 124 else if (pci_dev->is_virtfn) { in xen_add_device() 128 .is_virtfn = 1, in xen_add_device()
|
| /linux/drivers/xen/xen-pciback/ |
| H A D | vpci.c | 102 if (!dev->is_virtfn || func) { in __xen_pcibk_add_pci_dev() 109 if (t->dev->is_virtfn && !PCI_FUNC(t->dev->devfn)) in __xen_pcibk_add_pci_dev()
|
| /linux/drivers/pci/ |
| H A D | iov.c | 45 if (!dev->is_virtfn) in pci_iov_vf_id() 74 if (!dev->is_virtfn) in pci_iov_get_pf_drvdata() 303 if (!pdev->is_virtfn) in sriov_vf_attrs_are_visible() 328 virtfn->is_virtfn = 1; in pci_iov_scan_device() 1231 if (vfdev->is_virtfn && (vfdev->physfn == dev) && in pci_vfs_assigned()
|
| H A D | setup-res.c | 36 if (dev->is_virtfn) in pci_std_update_resource()
|
| H A D | pci-driver.c | 367 return dev->is_virtfn && dev->physfn->is_probed; in pci_physfn_is_probed() 463 return (!pdev->is_virtfn || pdev->physfn->sriov->drivers_autoprobe || in pci_device_can_probe()
|
| /linux/include/xen/interface/ |
| H A D | physdev.h | 170 unsigned is_virtfn; member
|
| /linux/include/linux/ |
| H A D | pci-tsm.h | 138 if (pdev->is_virtfn) in is_pci_tsm_pf0()
|
| /linux/drivers/vfio/pci/virtio/ |
| H A D | main.c | 158 if (pdev->is_virtfn) { in virtiovf_pci_probe()
|
| /linux/drivers/infiniband/hw/bnxt_re/ |
| H A D | bnxt_re.h | 213 u32 is_virtfn; member
|
| H A D | qplib_rcfw.c | 832 struct bnxt_qplib_ctx *ctx, int is_virtfn) in bnxt_qplib_init_rcfw() argument 856 if (is_virtfn || bnxt_qplib_is_chip_gen_p5_p7(rcfw->res->cctx)) in bnxt_qplib_init_rcfw()
|
| /linux/arch/s390/pci/ |
| H A D | pci_bus.c | 113 if (pdev->is_virtfn) { in zpci_bus_remove_device()
|
| /linux/drivers/vdpa/octeon_ep/ |
| H A D | octep_vdpa_main.c | 494 if (pdev->is_virtfn) in octep_vdpa_remove() 872 if (pdev->is_virtfn) in octep_vdpa_probe()
|
| /linux/drivers/vdpa/solidrun/ |
| H A D | snet_main.c | 1079 if (pdev->is_virtfn) in snet_vdpa_probe() 1112 if (pdev->is_virtfn) in snet_vdpa_remove()
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | pci-sriov.c | 228 if (pdev->is_virtfn) { in pnv_pci_ioda_fixup_iov()
|
| H A D | eeh-powernv.c | 301 if (pdev->is_virtfn) in pnv_eeh_get_upstream_pe()
|
| /linux/drivers/bus/mhi/host/ |
| H A D | pci_generic.c | 1365 if (pdev->is_virtfn && info->vf_config) in mhi_pci_probe() 1376 dma_data_width = (pdev->is_virtfn && info->vf_dma_data_width) ? in mhi_pci_probe()
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_hw.c | 128 if (wx->pdev->is_virtfn) { in wx_intr_enable() 2483 if (pdev->is_virtfn) in wx_sw_init() 2490 pdev->is_virtfn) { in wx_sw_init()
|
| H A D | wx_lib.c | 1700 if (wx->pdev->is_virtfn) in wx_set_itr() 1970 if (ret == 0 || (ret == -ENOMEM) || pdev->is_virtfn) in wx_set_interrupt_capability() 2320 if (wx->pdev->is_virtfn) { in wx_init_interrupt_scheme()
|
| /linux/drivers/misc/genwqe/ |
| H A D | card_base.c | 463 if (pci_dev->is_virtfn) in genwqe_read_ids()
|
| /linux/arch/sparc/kernel/ |
| H A D | pci.c | 881 if (dev->is_virtfn) { in pcibios_device_add()
|
| /linux/drivers/iommu/intel/ |
| H A D | dmar.c | 350 if (pdev->is_virtfn) { in dmar_pci_bus_notifier() 820 if (dev->is_virtfn) in dmar_dev_scope_init()
|
| /linux/arch/powerpc/kernel/ |
| H A D | eeh.c | 1603 if (pdev->is_virtfn) { in eeh_break_device()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | ef10.c | 930 if (efx->pci_dev->is_virtfn) { in efx_ef10_remove() 1096 if (efx->pci_dev->is_virtfn) { in efx_ef10_probe_vf() 3313 if (efx->pci_dev->is_virtfn && efx->pci_dev->physfn) { in efx_ef10_set_mac_address()
|