Searched refs:PCI_FUNC (Results 51 - 75 of 208) sorted by relevance

123456789

/linux-master/drivers/infiniband/hw/usnic/
H A Dusnic_ib_sysfs.c90 PCI_FUNC(us_ibdev->pdev->devfn),
/linux-master/arch/powerpc/platforms/powermac/
H A Dpci.c126 | (((unsigned int)PCI_FUNC(dev_fn)) << 8) \
385 | (((unsigned int)PCI_FUNC(dev_fn)) << 8) \
587 if (PCI_FUNC(devfn) != 0)
1152 if (PCI_FUNC(dev->devfn) > 0) {
/linux-master/drivers/edac/
H A Di5400_edac.c747 if (PCI_FUNC(pdev->devfn) == 1)
771 if (PCI_FUNC(pdev->devfn) == 2)
1264 PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn));
1267 if (PCI_FUNC(pdev->devfn) != 0)
H A Di5000_edac.c807 if (PCI_FUNC(pdev->devfn) == 1)
833 if (PCI_FUNC(pdev->devfn) == 2)
1364 PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn));
1367 if (PCI_FUNC(pdev->devfn) != 0)
/linux-master/arch/mips/pci/
H A Dpci-xtalk-bridge.c125 int fn = PCI_FUNC(devfn);
163 int fn = PCI_FUNC(devfn);
210 int fn = PCI_FUNC(devfn);
249 int fn = PCI_FUNC(devfn);
H A Dpci-rt3883.c237 PCI_FUNC(devfn), where);
270 PCI_FUNC(devfn), where);
/linux-master/arch/parisc/kernel/
H A Ddrivers.c317 path->mod = PCI_FUNC(devfn);
325 path->bc[i--] = PCI_SLOT(devfn) | (PCI_FUNC(devfn)<< 5);
666 (modpath->mod == PCI_FUNC(devfn)));
673 id = PCI_SLOT(pdev->devfn) | (PCI_FUNC(pdev->devfn) << 5);
/linux-master/arch/powerpc/platforms/pasemi/
H A Dpci.c48 return ((busno == 0) && (PCI_FUNC(devfn) < 4) &&
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_vf_isr.c186 PCI_FUNC(pdev->devfn));
H A Dadf_ctl_drv.c367 dev_info.fun = PCI_FUNC(accel_to_pci_dev(accel_dev)->devfn);
/linux-master/arch/powerpc/platforms/pseries/
H A Dpci.c72 PCI_FUNC(pci_iov_virtfn_devfn(pdev, vf_index)),
/linux-master/drivers/ssb/
H A Ddriver_pcicore.c213 PCI_FUNC(devfn), reg, val, size);
227 PCI_FUNC(devfn), reg, &val, size);
/linux-master/drivers/ata/
H A Dpata_hpt37x.c658 (PCI_FUNC(pdev->devfn) & 1)) {
879 if (!(PCI_FUNC(dev->devfn) & 1))
/linux-master/arch/sparc/kernel/
H A Dpci_common.c265 unsigned int func = PCI_FUNC(devfn);
298 unsigned int func = PCI_FUNC(devfn);
H A Dleon_pci_grpci1.c270 busno, PCI_SLOT(devfn), PCI_FUNC(devfn), where, *val, size);
291 busno, PCI_SLOT(devfn), PCI_FUNC(devfn), where, size, val);
/linux-master/drivers/parisc/
H A Diosapic.c724 if (PCI_FUNC(pcidev->devfn) != SUPERIO_USB_FN)
785 PCI_SLOT(pcidev->devfn), PCI_FUNC(pcidev->devfn),
H A Dsuperio.c340 fn = PCI_FUNC(pcidev->devfn);
/linux-master/drivers/crypto/ccp/
H A Dsp-pci.c252 if (PCI_FUNC(pdev_new->devfn) < PCI_FUNC(pdev_cur->devfn))
/linux-master/drivers/bcma/
H A Ddriver_pci_host.c244 PCI_FUNC(devfn), reg, val, size);
264 PCI_FUNC(devfn), reg, &val, size);
/linux-master/arch/x86/kernel/cpu/mce/
H A Dinject.c457 __func__, PCI_FUNC(F3->devfn), NBCFG);
471 __func__, PCI_FUNC(F3->devfn), NBCFG);
/linux-master/arch/powerpc/platforms/maple/
H A Dpci.c84 ((unsigned long)PCI_FUNC(devfn) << 8) |
338 (PCI_FUNC(devfn) << 8) |
/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx_osm_pci.c198 if ((ahd->features & AHD_MULTI_FUNC) && PCI_FUNC(pdev->devfn) != 0)
/linux-master/drivers/infiniband/hw/ocrdma/
H A Docrdma_main.c279 dev->id = PCI_FUNC(dev->nic_info.pdev->devfn);
/linux-master/arch/powerpc/kernel/
H A Dpci_of_scan.c204 dev->bus->number, PCI_SLOT(devfn), PCI_FUNC(devfn));
/linux-master/arch/alpha/kernel/
H A Dpci.c81 if (PCI_FUNC(dev->devfn) == 2) {

Completed in 418 milliseconds

123456789