Lines Matching refs:pdev
522 struct pci_dev *pdev = msi_desc->dev; in amd_iommu_msi_msg_update_ire() local
528 bdf = pdev ? PCI_BDF2(pdev->bus, pdev->devfn) : hpet_sbdf.bdf; in amd_iommu_msi_msg_update_ire()
529 seg = pdev ? pdev->seg : hpet_sbdf.seg; in amd_iommu_msi_msg_update_ire()
544 if ( !pdev || !pdev->phantom_stride ) in amd_iommu_msi_msg_update_ire()
546 bdf += pdev->phantom_stride; in amd_iommu_msi_msg_update_ire()
547 } while ( PCI_SLOT(bdf) == PCI_SLOT(pdev->devfn) ); in amd_iommu_msi_msg_update_ire()
551 if ( pdev ) in amd_iommu_msi_msg_update_ire()
552 bdf = PCI_BDF2(pdev->bus, pdev->devfn); in amd_iommu_msi_msg_update_ire()
562 if ( rc || !pdev || !pdev->phantom_stride ) in amd_iommu_msi_msg_update_ire()
564 bdf += pdev->phantom_stride; in amd_iommu_msi_msg_update_ire()
565 } while ( PCI_SLOT(bdf) == PCI_SLOT(pdev->devfn) ); in amd_iommu_msi_msg_update_ire()
581 const struct pci_dev *pdev = msi_desc->dev; in amd_iommu_read_msi_from_ire() local
582 u16 bdf = pdev ? PCI_BDF2(pdev->bus, pdev->devfn) : hpet_sbdf.bdf; in amd_iommu_read_msi_from_ire()
583 u16 seg = pdev ? pdev->seg : hpet_sbdf.seg; in amd_iommu_read_msi_from_ire()