Home
last modified time | relevance | path

Searched refs:get_pci_sbdf_id (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/iommu/amd/
Diommu_v2.c612 sbdf = get_pci_sbdf_id(pdev); in amd_iommu_bind_pasid()
694 sbdf = get_pci_sbdf_id(pdev); in amd_iommu_unbind_pasid()
754 sbdf = get_pci_sbdf_id(pdev); in amd_iommu_init_device()
840 sbdf = get_pci_sbdf_id(pdev); in amd_iommu_free_device()
870 sbdf = get_pci_sbdf_id(pdev); in amd_iommu_set_invalid_ppr_cb()
901 sbdf = get_pci_sbdf_id(pdev); in amd_iommu_set_invalidate_ctx_cb()
Damd_iommu.h117 static inline int get_pci_sbdf_id(struct pci_dev *pdev) in get_pci_sbdf_id() function
Diommu.c115 sbdf = get_pci_sbdf_id(to_pci_dev(dev)); in get_device_sbdf_id()