Searched defs:pnv_phb (Results 1 – 1 of 1) sorted by relevance
83 struct pnv_phb { struct85 enum pnv_phb_type type; argument86 enum pnv_phb_model model; argument104 int (*msi_setup)(struct pnv_phb *phb, struct pci_dev *dev, argument107 void (*dma_dev_setup)(struct pnv_phb *phb, struct pci_dev *pdev); argument109 u32 (*bdfn_to_pe)(struct pnv_phb *phb, struct pci_bus *bus, u32 devfn); argument110 int (*init_m64)(struct pnv_phb *phb); argument114 int (*get_pe_state)(struct pnv_phb *phb, int pe_no); argument115 void (*freeze_pe)(struct pnv_phb *phb, int pe_no); argument116 int (*unfreeze_pe)(struct pnv_phb *phb, int pe_no, int opt); argument[all …]