Lines Matching defs:ppci
692 struct pci_dn *ppci;
712 ppci = PCI_DN(pdn);
715 pdn, ppci->table_group);
717 if (!ppci->table_group) {
718 ppci->table_group = iommu_pseries_alloc_group(ppci->phb->node);
719 tbl = ppci->table_group->tables[0];
720 iommu_table_setparms_lpar(ppci->phb, pdn, tbl,
721 ppci->table_group, dma_window);
723 iommu_init_table(tbl, ppci->phb->node, 0, 0);
724 iommu_register_group(ppci->table_group,
726 pr_debug(" created table: %p\n", ppci->table_group);