D | pci.h | 29 struct pnv_phb; 32 struct pnv_phb *phb; 84 struct pnv_phb { struct 105 int (*msi_setup)(struct pnv_phb *phb, struct pci_dev *dev, argument 108 void (*dma_dev_setup)(struct pnv_phb *phb, struct pci_dev *pdev); argument 109 int (*dma_set_mask)(struct pnv_phb *phb, struct pci_dev *pdev, argument 111 u64 (*dma_get_required_mask)(struct pnv_phb *phb, argument 114 u32 (*bdfn_to_pe)(struct pnv_phb *phb, struct pci_bus *bus, u32 devfn); argument 115 void (*shutdown)(struct pnv_phb *phb); argument 116 int (*init_m64)(struct pnv_phb *phb); argument [all …]
|