Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/controller/
H A Dpcie-mediatek-gen3.c214 struct irq_domain *msi_bottom_domain; member
759 pcie->msi_bottom_domain = irq_domain_add_linear(node, PCIE_MSI_IRQS_NUM, in mtk_pcie_init_irq_domains()
761 if (!pcie->msi_bottom_domain) { in mtk_pcie_init_irq_domains()
769 pcie->msi_bottom_domain); in mtk_pcie_init_irq_domains()
780 irq_domain_remove(pcie->msi_bottom_domain); in mtk_pcie_init_irq_domains()
798 if (pcie->msi_bottom_domain) in mtk_pcie_irq_teardown()
799 irq_domain_remove(pcie->msi_bottom_domain); in mtk_pcie_irq_teardown()
821 generic_handle_domain_irq(pcie->msi_bottom_domain, hwirq); in mtk_pcie_msi_handler()