Lines Matching refs:eeh_pe
86 struct eeh_pe { struct
98 struct eeh_pe *parent; /* Parent PE */ argument
108 static inline bool eeh_pe_passed(struct eeh_pe *pe) in eeh_pe_passed() argument
139 struct eeh_pe *pe; /* Associated PE */
157 static inline struct eeh_pe *eeh_dev_to_pe(struct eeh_dev* edev) in eeh_dev_to_pe()
202 int (*set_option)(struct eeh_pe *pe, int option);
203 int (*get_pe_addr)(struct eeh_pe *pe);
204 int (*get_state)(struct eeh_pe *pe, int *state);
205 int (*reset)(struct eeh_pe *pe, int option);
206 int (*wait_state)(struct eeh_pe *pe, int max_wait);
207 int (*get_log)(struct eeh_pe *pe, int severity, char *drv_log, unsigned long len);
208 int (*configure_bridge)(struct eeh_pe *pe);
209 int (*err_inject)(struct eeh_pe *pe, int type, int func,
213 int (*next_error)(struct eeh_pe **pe);
259 struct eeh_pe *eeh_phb_pe_get(struct pci_controller *phb);
260 struct eeh_pe *eeh_pe_get(struct eeh_dev *edev);
263 void eeh_pe_update_time_stamp(struct eeh_pe *pe);
264 void *eeh_pe_traverse(struct eeh_pe *root,
266 void *eeh_pe_dev_traverse(struct eeh_pe *root,
268 void eeh_pe_restore_bars(struct eeh_pe *pe);
269 const char *eeh_pe_loc_get(struct eeh_pe *pe);
270 struct pci_bus *eeh_pe_bus_get(struct eeh_pe *pe);
286 int eeh_unfreeze_pe(struct eeh_pe *pe, bool sw_state);
287 int eeh_pe_reset_and_recover(struct eeh_pe *pe);
290 struct eeh_pe *eeh_iommu_group_to_pe(struct iommu_group *group);
291 int eeh_pe_set_option(struct eeh_pe *pe, int option);
292 int eeh_pe_get_state(struct eeh_pe *pe);
293 int eeh_pe_reset(struct eeh_pe *pe, int option);
294 int eeh_pe_configure(struct eeh_pe *pe);
295 int eeh_pe_inject_err(struct eeh_pe *pe, int type, int func,