Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/iommu/amd/
Diommu_v2.c611 sbdf = get_pci_sbdf_id(pdev); in amd_iommu_bind_pasid()
693 sbdf = get_pci_sbdf_id(pdev); in amd_iommu_unbind_pasid()
753 sbdf = get_pci_sbdf_id(pdev); in amd_iommu_init_device()
839 sbdf = get_pci_sbdf_id(pdev); in amd_iommu_free_device()
869 sbdf = get_pci_sbdf_id(pdev); in amd_iommu_set_invalid_ppr_cb()
900 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()