Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/amd/
H A Diommu_v2.c615 sbdf = get_pci_sbdf_id(pdev); in amd_iommu_bind_pasid()
699 sbdf = get_pci_sbdf_id(pdev); in amd_iommu_unbind_pasid()
759 sbdf = get_pci_sbdf_id(pdev); in amd_iommu_init_device()
845 sbdf = get_pci_sbdf_id(pdev); in amd_iommu_free_device()
875 sbdf = get_pci_sbdf_id(pdev); in amd_iommu_set_invalid_ppr_cb()
906 sbdf = get_pci_sbdf_id(pdev); in amd_iommu_set_invalidate_ctx_cb()
H A Damd_iommu.h119 static inline int get_pci_sbdf_id(struct pci_dev *pdev) in get_pci_sbdf_id() function
H A Diommu.c115 sbdf = get_pci_sbdf_id(to_pci_dev(dev)); in get_device_sbdf_id()