Lines Matching refs:pnv_ioda_pe
56 struct pnv_ioda_pe { struct
100 struct pnv_ioda_pe *master; argument
159 struct pnv_ioda_pe *pe_array;
212 int pnv_ioda_configure_pe(struct pnv_phb *phb, struct pnv_ioda_pe *pe);
213 int pnv_ioda_deconfigure_pe(struct pnv_phb *phb, struct pnv_ioda_pe *pe);
215 void pnv_pci_ioda2_setup_dma_pe(struct pnv_phb *phb, struct pnv_ioda_pe *pe);
216 void pnv_pci_ioda2_release_pe_dma(struct pnv_ioda_pe *pe);
218 struct pnv_ioda_pe *pnv_ioda_alloc_pe(struct pnv_phb *phb, int count);
219 void pnv_ioda_free_pe(struct pnv_ioda_pe *pe);
232 struct pnv_ioda_pe *vf_pe_arr;
288 extern struct pnv_ioda_pe *pnv_pci_bdfn_to_pe(struct pnv_phb *phb, u16 bdfn);
289 extern struct pnv_ioda_pe *pnv_ioda_get_pe(struct pci_dev *dev);
296 extern void pe_level_printk(const struct pnv_ioda_pe *pe, const char *level,