Lines Matching refs:zpci_dev
99 struct zpci_dev { struct
163 static inline bool zdev_enabled(struct zpci_dev *zdev) in zdev_enabled() argument
175 int zpci_create_device(struct zpci_dev *);
176 void zpci_remove_device(struct zpci_dev *zdev);
177 int zpci_enable_device(struct zpci_dev *);
178 int zpci_disable_device(struct zpci_dev *);
179 int zpci_register_ioat(struct zpci_dev *, u8, u64, u64, u64);
180 int zpci_unregister_ioat(struct zpci_dev *, u8);
188 int clp_enable_fh(struct zpci_dev *, u8);
189 int clp_disable_fh(struct zpci_dev *);
193 int zpci_init_iommu(struct zpci_dev *zdev);
194 void zpci_destroy_iommu(struct zpci_dev *zdev);
197 static inline bool zpci_use_mio(struct zpci_dev *zdev) in zpci_use_mio()
214 int zpci_init_slot(struct zpci_dev *);
215 void zpci_exit_slot(struct zpci_dev *);
217 static inline int zpci_init_slot(struct zpci_dev *zdev) in zpci_init_slot()
221 static inline void zpci_exit_slot(struct zpci_dev *zdev) {} in zpci_exit_slot()
225 static inline struct zpci_dev *to_zpci(struct pci_dev *pdev) in to_zpci()
230 struct zpci_dev *get_zdev_by_fid(u32);
240 int zpci_fmb_enable_device(struct zpci_dev *);
241 int zpci_fmb_disable_device(struct zpci_dev *);
246 void zpci_debug_init_device(struct zpci_dev *, const char *);
247 void zpci_debug_exit_device(struct zpci_dev *);
248 void zpci_debug_info(struct zpci_dev *, struct seq_file *);