Searched refs:pnv_ioda_pe (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/powerpc/platforms/powernv/
H A Dpci.h55 struct pnv_ioda_pe { struct
99 struct pnv_ioda_pe *master;
158 struct pnv_ioda_pe *pe_array;
207 int pnv_ioda_configure_pe(struct pnv_phb *phb, struct pnv_ioda_pe *pe);
208 int pnv_ioda_deconfigure_pe(struct pnv_phb *phb, struct pnv_ioda_pe *pe);
210 void pnv_pci_ioda2_setup_dma_pe(struct pnv_phb *phb, struct pnv_ioda_pe *pe);
211 void pnv_pci_ioda2_release_pe_dma(struct pnv_ioda_pe *pe);
213 struct pnv_ioda_pe *pnv_ioda_alloc_pe(struct pnv_phb *phb, int count);
214 void pnv_ioda_free_pe(struct pnv_ioda_pe *pe);
227 struct pnv_ioda_pe *vf_pe_ar
[all...]
H A Dpci-ioda.c51 static void pnv_pci_ioda2_set_bypass(struct pnv_ioda_pe *pe, bool enable);
54 void pe_level_printk(const struct pnv_ioda_pe *pe, const char *level,
116 static struct pnv_ioda_pe *pnv_ioda_init_pe(struct pnv_phb *phb, int pe_no)
155 struct pnv_ioda_pe *pnv_ioda_alloc_pe(struct pnv_phb *phb, int count)
157 struct pnv_ioda_pe *ret = NULL;
187 void pnv_ioda_free_pe(struct pnv_ioda_pe *pe)
193 memset(pe, 0, sizeof(struct pnv_ioda_pe));
295 static struct pnv_ioda_pe *pnv_ioda_pick_m64_pe(struct pci_bus *bus, bool all)
298 struct pnv_ioda_pe *master_pe, *pe;
443 struct pnv_ioda_pe *p
[all...]
H A Dpci-cxl.c17 struct pnv_ioda_pe *pe;
135 struct pnv_ioda_pe *pe;
H A Dpci-sriov.c229 struct pnv_ioda_pe *pe = pnv_ioda_get_pe(pdev);
478 struct pnv_ioda_pe *pe, *pe_n;
617 struct pnv_ioda_pe *pe;
676 struct pnv_ioda_pe *base_pe;
H A Deeh-powernv.c308 struct pnv_ioda_pe *ioda_pe = pnv_ioda_get_pe(parent);
1344 struct pnv_ioda_pe *pnv_pe;

Completed in 239 milliseconds