Home
last modified time | relevance | path

Searched refs:PCI_SBDF_TO_DEVID (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/iommu/amd/
Diommu.c193 return __rlookup_amd_iommu(seg, PCI_SBDF_TO_DEVID(devid)); in rlookup_amd_iommu()
491 devid = PCI_SBDF_TO_DEVID(sbdf); in check_device()
517 devid = PCI_SBDF_TO_DEVID(sbdf); in iommu_init_device()
551 devid = PCI_SBDF_TO_DEVID(sbdf); in iommu_ignore_device()
2696 devid = PCI_SBDF_TO_DEVID(sbdf); in amd_iommu_get_resv_regions()
3423 devid = PCI_SBDF_TO_DEVID(sbdf); in irq_remapping_alloc()
Damd_iommu_types.h497 #define PCI_SBDF_TO_DEVID(sbdf) ((sbdf) & 0xffff) macro