Searched refs:PCI_FUNC (Results 126 - 150 of 208) sorted by relevance

123456789

/linux-master/drivers/infiniband/hw/efa/
H A Defa_main.c278 PCI_FUNC(dev->pdev->devfn));
/linux-master/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c346 PCI_SLOT(config_addr), PCI_FUNC(config_addr));
926 PCI_SLOT(pdn->devfn), PCI_FUNC(pdn->devfn));
/linux-master/drivers/pci/controller/
H A Dpci-mvebu.c55 PCIE_CONF_FUNC(PCI_FUNC(devfn)) | PCIE_CONF_REG(where) | \
1292 if (PCI_FUNC(port->devfn) != 0) {
H A Dpcie-rcar-host.c168 func = PCI_FUNC(devfn);
/linux-master/drivers/hwtracing/ptt/
H A Dhisi_ptt.c379 PCI_BUS_NUM(devid), PCI_SLOT(devfn), PCI_FUNC(devfn));
383 PCI_SLOT(devfn), PCI_FUNC(devfn));
/linux-master/arch/powerpc/kernel/
H A Deeh.c177 PCI_SLOT(edev->bdfn), PCI_FUNC(edev->bdfn));
180 PCI_SLOT(edev->bdfn), PCI_FUNC(edev->bdfn));
/linux-master/drivers/pci/
H A Dquirks.c1818 if (PCI_FUNC(pdev->devfn))
3298 if (PCI_FUNC(dev->devfn))
3329 if (PCI_FUNC(dev->devfn))
4237 if (PCI_FUNC(dev->devfn) != 0)
4251 if (PCI_FUNC(dev->devfn) != 1)
5628 if (PCI_FUNC(pdev->devfn) != consumer)
5854 pp, PCI_SLOT(devfn), PCI_FUNC(devfn));
/linux-master/drivers/scsi/esas2r/
H A Desas2r_ioctl.c456 gcc->pci_addr.function_num = PCI_FUNC(a->pcid->devfn);
786 gai->pci.func_num = PCI_FUNC(a->pcid->devfn);
/linux-master/arch/powerpc/sysdev/
H A Dmpic.c478 PCI_SLOT(devfn), PCI_FUNC(devfn),
586 if (PCI_FUNC(devfn) == 0 && (hdr_type & 0x80) == 0)
/linux-master/drivers/perf/hisilicon/
H A Dhns3_pmu.c493 PCI_SLOT(bdf), PCI_FUNC(bdf));
504 PCI_SLOT(bdf), PCI_FUNC(bdf));
/linux-master/drivers/edac/
H A Dthunderx_edac.c509 xbits = PCI_FUNC(lmc->pdev->devfn);
654 int ret = PCI_FUNC(pdev->devfn);
H A Dsb_edac.c2441 PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn));
2750 PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn),
2841 PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn),
2922 PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn),
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_mm.c891 cinfo->pcifun = PCI_FUNC(hinfo->pci_dev_fn);
/linux-master/drivers/pci/hotplug/
H A Dcpqphp_core.c1032 PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn), ctrl->rev);
H A Dpciehp_hpc.c272 PCI_FUNC(devfn), count, step, l);
H A Dacpiphp_glue.c423 if (PCI_FUNC(dev->devfn) == func->function) {
/linux-master/drivers/char/agp/
H A Dintel-gtt.c1349 if (gmch_device && PCI_FUNC(gmch_device->devfn) != 0) {
/linux-master/drivers/media/pci/cx18/
H A Dcx18-driver.c834 PCI_SLOT(pci_dev->devfn), PCI_FUNC(pci_dev->devfn),
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-intel.c44 int func = PCI_FUNC(pdev->devfn);
/linux-master/drivers/media/pci/netup_unidvb/
H A Dnetup_unidvb_core.c826 ndev->pci_func = PCI_FUNC(pci_dev->devfn);
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-designware-host.c572 PCIE_ATU_FUNC(PCI_FUNC(devfn));
/linux-master/arch/sparc/kernel/
H A Dpci.c322 dev->bus->number, PCI_SLOT(devfn), PCI_FUNC(devfn));
/linux-master/drivers/gpu/drm/i915/
H A Di915_pci.c991 if (PCI_FUNC(pdev->devfn))
/linux-master/drivers/message/fusion/
H A Dmptctl.c1299 karg->pciInfo.u.bits.functionNumber = PCI_FUNC( pdev->devfn );
1305 karg->pciInfo.u.bits.functionNumber = PCI_FUNC( pdev->devfn );
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dpci.c1962 pcipriv->ndis_adapter.funcnumber = PCI_FUNC(pdev->devfn);
1989 PCI_FUNC(bridge_pdev->devfn);

Completed in 616 milliseconds

123456789