Searched refs:PCI_FUNC (Results 151 - 175 of 208) sorted by relevance

123456789

/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dpci.c1682 PCI_FUNC(pci_dev->devfn), name,
/linux-master/drivers/media/pci/ivtv/
H A Divtv-driver.c899 PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn),
/linux-master/drivers/pci/
H A Dpci-acpi.c1325 addr = (PCI_SLOT(pci_dev->devfn) << 16) | PCI_FUNC(pci_dev->devfn);
H A Dpci.c6269 PCI_SLOT(devfn_from), PCI_FUNC(devfn_from));
6272 PCI_SLOT(devfn_from), PCI_FUNC(devfn_from),
6273 PCI_SLOT(devfn_to), PCI_FUNC(devfn_to));
/linux-master/arch/sparc/kernel/
H A Dpci_sun4v.c277 fun = PCI_FUNC(pdev->devfn);
/linux-master/drivers/gpu/drm/i915/
H A Di915_pmu.c1243 PCI_FUNC(pdev->devfn) == 0;
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c122 return name | PCI_FUNC(pdev->devfn);
/linux-master/drivers/pci/controller/dwc/
H A Dpci-keystone.c434 CFG_FUNC(PCI_FUNC(devfn));
/linux-master/include/linux/mlx5/
H A Ddriver.h1309 return PCI_FUNC(dev->pdev->devfn);
/linux-master/drivers/net/ethernet/realtek/
H A Dr8169_main.c902 snprintf(pfun, sizeof(pfun), "f%d", PCI_FUNC(pdev->devfn));
2798 u32 func = PCI_FUNC(tp->pci_dev->devfn);
2809 u32 func = PCI_FUNC(tp->pci_dev->devfn);
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dsiena_sriov.c1270 PCI_SLOT(devfn), PCI_FUNC(devfn));
/linux-master/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c809 hba->pci_func = PCI_FUNC(hba->pcidev->devfn);
/linux-master/drivers/net/ethernet/alacritech/
H A Dslicoss.c1595 unsigned int devfn = PCI_FUNC(sdev->pdev->devfn);
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c1880 if (PCI_FUNC(pdev->devfn) == 0) {
/linux-master/drivers/video/fbdev/
H A Dtgafb.c1523 PCI_FUNC(to_pci_dev(dev)->devfn));
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_pci.c1275 PCI_SLOT(fault->func), PCI_FUNC(fault->func));
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_app.c479 adpinfo.pci_func = PCI_FUNC(mrioc->pdev->devfn);
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_main.c888 function = PCI_FUNC(pdev->devfn);
4080 PCI_FUNC(octeon_dev->pci_dev->devfn),
/linux-master/drivers/edac/
H A Damd64_edac.c82 func, PCI_FUNC(pdev->devfn), offset);
95 func, PCI_FUNC(pdev->devfn), offset);
/linux-master/drivers/pci/controller/
H A Dpci-hyperv.c651 PCI_FUNC(pdev->devfn);
1008 wslot.bits.func = PCI_FUNC(devfn);
H A Dpci-tegra.c422 (PCI_FUNC(devfn) << 8) | (where & 0xff);
/linux-master/drivers/media/pci/cx88/
H A Dcx88-cards.c3688 PCI_FUNC(pci->devfn),
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_main.c1215 PCI_SLOT(edev->pdev->devfn), PCI_FUNC(edev->pdev->devfn),
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_mbox.c417 PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn)));
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c76 PCI_SLOT(pe->rid), PCI_FUNC(pe->rid));

Completed in 988 milliseconds

123456789