Searched refs:dev_domain (Results 1 – 3 of 3) sorted by relevance
635 phb->dev_domain = irq_domain_create_hierarchy(parent, 0, count, in __pseries_msi_allocate_domains()638 if (!phb->dev_domain) { in __pseries_msi_allocate_domains()647 phb->dev_domain); in __pseries_msi_allocate_domains()652 irq_domain_remove(phb->dev_domain); in __pseries_msi_allocate_domains()676 if (phb->dev_domain) in pseries_msi_free_domains()677 irq_domain_remove(phb->dev_domain); in pseries_msi_free_domains()
131 struct irq_domain *dev_domain; member
2279 hose->dev_domain = irq_domain_create_hierarchy(parent, 0, count, in pnv_msi_allocate_domains()2282 if (!hose->dev_domain) { in pnv_msi_allocate_domains()2291 hose->dev_domain); in pnv_msi_allocate_domains()2296 irq_domain_remove(hose->dev_domain); in pnv_msi_allocate_domains()