Searched refs:PCI_FUNC (Results 101 - 125 of 208) sorted by relevance

123456789

/linux-master/arch/arm/kernel/
H A Dbios32.c228 } else if (PCI_FUNC(dev->devfn) == 0) {
/linux-master/arch/mips/pci/
H A Dops-bcm63xx.c71 func = PCI_FUNC(devfn);
H A Dpci-ar2315.c215 int func = PCI_FUNC(devfn);
H A Dpci-alchemy.c104 unsigned int function = PCI_FUNC(dev_fn);
/linux-master/drivers/tty/serial/8250/
H A D8250_mid.c114 int index = PCI_FUNC(pdev->devfn);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_bios.c391 vhdr->PCIFunction == PCI_FUNC(adev->pdev->devfn) &&
/linux-master/drivers/accel/habanalabs/common/
H A Dsysfs.c291 PCI_FUNC(hdev->pdev->devfn));
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dhw_counters.c189 fid = PCI_FUNC(rdev->en_dev->pdev->devfn);
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-sriov.c647 PCI_SLOT(vf_devfn), PCI_FUNC(vf_devfn), pe_num);
/linux-master/drivers/pci/controller/
H A Dpcie-mt7621.c131 PCI_FUNC(devfn), where);
H A Dpci-xgene.c124 f = PCI_FUNC(devfn);
/linux-master/drivers/edac/
H A Di5100_edac.c639 if (PCI_FUNC(ret->devfn) == func)
986 if (PCI_FUNC(pdev->devfn) != 1)
/linux-master/drivers/pci/
H A Dvgaarb.c1330 PCI_FUNC(devfn));
1336 domain, bus, PCI_SLOT(devfn), PCI_FUNC(devfn),
H A Dprobe.c1916 PCI_FUNC(dev->devfn));
2357 PCI_SLOT(devfn), PCI_FUNC(devfn), delay - 1);
2364 PCI_SLOT(devfn), PCI_FUNC(devfn), delay - 1);
2376 PCI_SLOT(devfn), PCI_FUNC(devfn), delay - 1);
2458 if (PCI_FUNC(dev->devfn) != 0 || dev->is_virtfn)
H A Dvpd.c553 if (!PCI_FUNC(dev->devfn))
H A Dof.c163 * be passed to the PCI_SLOT() and PCI_FUNC() macros to extract the device
654 PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn));
/linux-master/arch/sparc/kernel/
H A Dleon_pci_grpci2.c407 "size=%d\n", busno, PCI_SLOT(devfn), PCI_FUNC(devfn), where,
428 "val=%x\n", busno, PCI_SLOT(devfn), PCI_FUNC(devfn),
/linux-master/drivers/scsi/bfa/
H A Dbfad.c751 bfad->hal_pcidev.pci_func = PCI_FUNC(pdev->devfn);
761 bfad->pci_attr.pcifn = PCI_FUNC(pdev->devfn);
1290 (PCI_FUNC(pdev->devfn) != 0))
/linux-master/drivers/xen/xen-pciback/
H A Dxenbus.c220 PCI_SLOT(devfn), PCI_FUNC(devfn));
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_vfr.c215 rc = snprintf(buf, len, "pf%dvf%d", PCI_FUNC(pf_pdev->devfn),
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_bios.c638 vhdr->PCIFunction == PCI_FUNC(rdev->pdev->devfn) &&
/linux-master/drivers/pci/controller/mobiveil/
H A Dpcie-mobiveil-host.c69 PCI_FUNC(devfn) << PAB_FUNCTION_SHIFT;
/linux-master/drivers/gpu/drm/
H A Ddrm_file.c971 PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn));
/linux-master/drivers/iommu/intel/
H A Ddmar.c164 info->path[level].function = PCI_FUNC(tmp->devfn);
1998 PCI_FUNC(source_id & 0xFF), addr >> 48,
2008 PCI_FUNC(source_id & 0xFF), addr,
2014 PCI_FUNC(source_id & 0xFF), addr,
/linux-master/drivers/infiniband/hw/efa/
H A Defa_main.c278 PCI_FUNC(dev->pdev->devfn));

Completed in 361 milliseconds

123456789