Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/pci/controller/
Dpcie-mediatek-gen3.c147 struct irq_domain *msi_bottom_domain; member
601 port->msi_bottom_domain = irq_domain_add_linear(node, PCIE_MSI_IRQS_NUM, in mtk_pcie_init_irq_domains()
603 if (!port->msi_bottom_domain) { in mtk_pcie_init_irq_domains()
611 port->msi_bottom_domain); in mtk_pcie_init_irq_domains()
621 irq_domain_remove(port->msi_bottom_domain); in mtk_pcie_init_irq_domains()
638 if (port->msi_bottom_domain) in mtk_pcie_irq_teardown()
639 irq_domain_remove(port->msi_bottom_domain); in mtk_pcie_irq_teardown()
661 generic_handle_domain_irq(port->msi_bottom_domain, hwirq); in mtk_pcie_msi_handler()