Lines Matching defs:pnv_ioda_pe
55 struct pnv_ioda_pe {
99 struct pnv_ioda_pe *master;
158 struct pnv_ioda_pe *pe_array;
206 int pnv_ioda_configure_pe(struct pnv_phb *phb, struct pnv_ioda_pe *pe);
207 int pnv_ioda_deconfigure_pe(struct pnv_phb *phb, struct pnv_ioda_pe *pe);
209 void pnv_pci_ioda2_setup_dma_pe(struct pnv_phb *phb, struct pnv_ioda_pe *pe);
210 void pnv_pci_ioda2_release_pe_dma(struct pnv_ioda_pe *pe);
212 struct pnv_ioda_pe *pnv_ioda_alloc_pe(struct pnv_phb *phb, int count);
213 void pnv_ioda_free_pe(struct pnv_ioda_pe *pe);
226 struct pnv_ioda_pe *vf_pe_arr;
281 extern struct pnv_ioda_pe *pnv_pci_bdfn_to_pe(struct pnv_phb *phb, u16 bdfn);
282 extern struct pnv_ioda_pe *pnv_ioda_get_pe(struct pci_dev *dev);
288 extern void pe_level_printk(const struct pnv_ioda_pe *pe, const char *level,