| D | pci.h | 29 struct pnv_phb; 32 struct pnv_phb *phb; 83 struct pnv_phb { struct 104 int (*msi_setup)(struct pnv_phb *phb, struct pci_dev *dev, argument 107 void (*dma_dev_setup)(struct pnv_phb *phb, struct pci_dev *pdev); argument 109 u32 (*bdfn_to_pe)(struct pnv_phb *phb, struct pci_bus *bus, u32 devfn); argument 110 int (*init_m64)(struct pnv_phb *phb); argument 114 int (*get_pe_state)(struct pnv_phb *phb, int pe_no); argument 115 void (*freeze_pe)(struct pnv_phb *phb, int pe_no); argument 116 int (*unfreeze_pe)(struct pnv_phb *phb, int pe_no, int opt); argument
|