Searched refs:dev_domain (Results 1 – 3 of 3) sorted by relevance
626 phb->dev_domain = irq_domain_create_hierarchy(parent, 0, count, in __pseries_msi_allocate_domains()629 if (!phb->dev_domain) { in __pseries_msi_allocate_domains()638 phb->dev_domain); in __pseries_msi_allocate_domains()643 irq_domain_remove(phb->dev_domain); in __pseries_msi_allocate_domains()667 if (phb->dev_domain) in pseries_msi_free_domains()668 irq_domain_remove(phb->dev_domain); in pseries_msi_free_domains()
135 struct irq_domain *dev_domain; member
1890 hose->dev_domain = irq_domain_create_hierarchy(parent, 0, count, in pnv_msi_allocate_domains()1893 if (!hose->dev_domain) { in pnv_msi_allocate_domains()1902 hose->dev_domain); in pnv_msi_allocate_domains()1907 irq_domain_remove(hose->dev_domain); in pnv_msi_allocate_domains()
Completed in 16 milliseconds