Lines Matching defs:zpci_dev

106 	struct zpci_dev		*function[ZPCI_FUNCTIONS_PER_BUS];
117 struct zpci_dev {
189 static inline bool zdev_enabled(struct zpci_dev *zdev)
205 struct zpci_dev *zpci_create_device(u32 fid, u32 fh, enum zpci_state state);
206 int zpci_enable_device(struct zpci_dev *);
207 int zpci_disable_device(struct zpci_dev *);
208 int zpci_scan_configured_device(struct zpci_dev *zdev, u32 fh);
209 int zpci_deconfigure_device(struct zpci_dev *zdev);
210 void zpci_device_reserved(struct zpci_dev *zdev);
211 bool zpci_is_device_configured(struct zpci_dev *zdev);
213 int zpci_hot_reset_device(struct zpci_dev *zdev);
214 int zpci_register_ioat(struct zpci_dev *, u8, u64, u64, u64, u8 *);
215 int zpci_unregister_ioat(struct zpci_dev *, u8);
217 void zpci_update_fh(struct zpci_dev *zdev, u32 fh);
222 int clp_query_pci_fn(struct zpci_dev *zdev);
223 int clp_enable_fh(struct zpci_dev *zdev, u32 *fh, u8 nr_dma_as);
224 int clp_disable_fh(struct zpci_dev *zdev, u32 *fh);
232 int zpci_init_iommu(struct zpci_dev *zdev);
233 void zpci_destroy_iommu(struct zpci_dev *zdev);
236 static inline bool zpci_use_mio(struct zpci_dev *zdev)
251 int zpci_init_slot(struct zpci_dev *);
252 void zpci_exit_slot(struct zpci_dev *);
254 static inline int zpci_init_slot(struct zpci_dev *zdev)
258 static inline void zpci_exit_slot(struct zpci_dev *zdev) {}
262 static inline struct zpci_dev *to_zpci(struct pci_dev *pdev)
269 static inline struct zpci_dev *to_zpci_dev(struct device *dev)
274 struct zpci_dev *get_zdev_by_fid(u32);
279 int zpci_dma_init_device(struct zpci_dev *zdev);
280 int zpci_dma_exit_device(struct zpci_dev *zdev);
287 int zpci_fmb_enable_device(struct zpci_dev *);
288 int zpci_fmb_disable_device(struct zpci_dev *);
293 void zpci_debug_init_device(struct zpci_dev *, const char *);
294 void zpci_debug_exit_device(struct zpci_dev *);
298 int zpci_clear_error_state(struct zpci_dev *zdev);
299 int zpci_reset_load_store_blocked(struct zpci_dev *zdev);