Searched refs:PCI_SLOT (Results 176 - 200 of 251) sorted by relevance

1234567891011

/linux-master/drivers/misc/ocxl/
H A Dconfig.c71 unsigned int devfn = PCI_DEVFN(PCI_SLOT(dev->devfn), 0);
/linux-master/drivers/edac/
H A Di5000_edac.c1364 PCI_SLOT(pdev->devfn), 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/media/pci/cx18/
H A Dcx18-driver.c834 PCI_SLOT(pci_dev->devfn), PCI_FUNC(pci_dev->devfn),
/linux-master/drivers/pci/controller/
H A Dpcie-apple.c663 if (port->idx == PCI_SLOT(port_pdev->devfn))
H A Dpcie-rcar-host.c167 dev = PCI_SLOT(devfn);
181 * the same channel <-> device access works for any PCI_SLOT()
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_main.c717 oct_slot = PCI_SLOT(oct->pci_dev->devfn);
718 other_oct_slot = PCI_SLOT(other_oct->pci_dev->devfn);
887 device = PCI_SLOT(pdev->devfn);
4079 PCI_SLOT(octeon_dev->pci_dev->devfn),
/linux-master/drivers/pci/hotplug/
H A Dpnv_php.c652 php_slot->slot_no = PCI_SLOT(PCI_DN(dn->child)->devfn);
H A Dpciehp_hpc.c271 pci_domain_nr(bus), bus->number, PCI_SLOT(devfn),
/linux-master/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_cn9k_pf.c252 link = PCI_DEVFN(PCI_SLOT(oct->pdev->devfn), link);
H A Doctep_cnxk_pf.c272 link = PCI_DEVFN(PCI_SLOT(oct->pdev->devfn), link);
/linux-master/drivers/media/pci/netup_unidvb/
H A Dnetup_unidvb_core.c825 ndev->pci_slot = PCI_SLOT(pci_dev->devfn);
/linux-master/drivers/pci/
H A Diov.c826 iov->link = PCI_DEVFN(PCI_SLOT(dev->devfn), iov->link);
H A Dpci-acpi.c1325 addr = (PCI_SLOT(pci_dev->devfn) << 16) | PCI_FUNC(pci_dev->devfn);
/linux-master/arch/sparc/kernel/
H A Dpci.c322 dev->bus->number, PCI_SLOT(devfn), PCI_FUNC(devfn));
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_mbox.c417 PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn)));
3729 hinfo->pci_slot = PCI_SLOT(adapter->pdev->devfn);
/linux-master/drivers/message/fusion/
H A Dmptctl.c1298 karg->pciInfo.u.bits.deviceNumber = PCI_SLOT( pdev->devfn );
1304 karg->pciInfo.u.bits.deviceNumber = PCI_SLOT( pdev->devfn );
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dpci.c1961 pcipriv->ndis_adapter.devnumber = PCI_SLOT(pdev->devfn);
1987 PCI_SLOT(bridge_pdev->devfn);
/linux-master/drivers/mmc/host/
H A Dsdhci-pci-core.c1379 if ((PCI_SLOT(chip->pdev->devfn) ==
1380 PCI_SLOT(sd_dev->devfn)) &&
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c2907 pf->pdev->bus->number, PCI_SLOT(pf->pdev->devfn),
3122 pf->pdev->bus->number, PCI_SLOT(pf->pdev->devfn),
/linux-master/drivers/iommu/
H A Diommu.c1405 PCI_SLOT(tmp->devfn) != PCI_SLOT(pdev->devfn) ||
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821-core.c877 dev->pci_slot = PCI_SLOT(dev->pci->devfn);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dpci.c1681 PCI_SLOT(pci_dev->devfn) << 8 |
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-core.c971 dev->pci_slot = PCI_SLOT(dev->pci->devfn);
/linux-master/drivers/ata/
H A Data_piix.c1566 return slot == PCI_SLOT(pdev->devfn);

Completed in 493 milliseconds

1234567891011