• Home
  • Raw
  • Download

Lines Matching refs:zpci_dev

106 	struct zpci_dev		*function[ZPCI_FUNCTIONS_PER_BUS];
117 struct zpci_dev { struct
191 static inline bool zdev_enabled(struct zpci_dev *zdev) in zdev_enabled() argument
205 void zpci_remove_device(struct zpci_dev *zdev, bool set_error);
206 int zpci_enable_device(struct zpci_dev *);
207 int zpci_disable_device(struct zpci_dev *);
208 void zpci_device_reserved(struct zpci_dev *zdev);
209 bool zpci_is_device_configured(struct zpci_dev *zdev);
211 int zpci_register_ioat(struct zpci_dev *, u8, u64, u64, u64);
212 int zpci_unregister_ioat(struct zpci_dev *, u8);
218 int clp_query_pci_fn(struct zpci_dev *zdev);
219 int clp_enable_fh(struct zpci_dev *, u8);
220 int clp_disable_fh(struct zpci_dev *);
227 int zpci_init_iommu(struct zpci_dev *zdev);
228 void zpci_destroy_iommu(struct zpci_dev *zdev);
231 static inline bool zpci_use_mio(struct zpci_dev *zdev) in zpci_use_mio()
246 int zpci_init_slot(struct zpci_dev *);
247 void zpci_exit_slot(struct zpci_dev *);
249 static inline int zpci_init_slot(struct zpci_dev *zdev) in zpci_init_slot()
253 static inline void zpci_exit_slot(struct zpci_dev *zdev) {} in zpci_exit_slot()
257 static inline struct zpci_dev *to_zpci(struct pci_dev *pdev) in to_zpci()
264 static inline struct zpci_dev *to_zpci_dev(struct device *dev) in to_zpci_dev()
269 struct zpci_dev *get_zdev_by_fid(u32);
279 int zpci_fmb_enable_device(struct zpci_dev *);
280 int zpci_fmb_disable_device(struct zpci_dev *);
285 void zpci_debug_init_device(struct zpci_dev *, const char *);
286 void zpci_debug_exit_device(struct zpci_dev *);