Home
last modified time | relevance | path

Searched refs:eeh_dev (Results 1 – 15 of 15) sorted by relevance

/arch/powerpc/kernel/
Deeh_sysfs.c28 struct eeh_dev *edev = pci_dev_to_eeh_dev(pdev); \
44 struct eeh_dev *edev = pci_dev_to_eeh_dev(pdev); in eeh_pe_state_show()
60 struct eeh_dev *edev = pci_dev_to_eeh_dev(pdev); in eeh_pe_state_store()
83 struct eeh_dev *edev = pci_dev_to_eeh_dev(pdev); in eeh_notify_resume_show()
97 struct eeh_dev *edev = pci_dev_to_eeh_dev(pdev); in eeh_notify_resume_store()
138 struct eeh_dev *edev = pci_dev_to_eeh_dev(pdev); in eeh_sysfs_add_device()
160 struct eeh_dev *edev = pci_dev_to_eeh_dev(pdev); in eeh_sysfs_remove_device()
Deeh_driver.c77 static bool eeh_dev_removed(struct eeh_dev *edev) in eeh_dev_removed()
82 static bool eeh_edev_actionable(struct eeh_dev *edev) in eeh_edev_actionable()
141 static void eeh_disable_irq(struct eeh_dev *edev) in eeh_disable_irq()
164 static void eeh_enable_irq(struct eeh_dev *edev) in eeh_enable_irq()
193 static void eeh_dev_save_state(struct eeh_dev *edev, void *userdata) in eeh_dev_save_state()
220 struct eeh_dev *edev, *tmp; in eeh_set_channel_state()
231 struct eeh_dev *edev, *tmp; in eeh_set_irq_state()
251 typedef enum pci_ers_result (*eeh_report_fn)(struct eeh_dev *,
254 static void eeh_pe_report_edev(struct eeh_dev *edev, eeh_report_fn fn, in eeh_pe_report_edev()
305 struct eeh_dev *edev, *tmp; in eeh_pe_report()
[all …]
Deeh_pe.c238 struct eeh_dev *edev, *tmp; in eeh_pe_dev_traverse()
306 int eeh_pe_tree_insert(struct eeh_dev *edev, struct eeh_pe *new_pe_parent) in eeh_pe_tree_insert()
402 int eeh_pe_tree_remove(struct eeh_dev *edev) in eeh_pe_tree_remove()
536 struct eeh_dev *edev; in eeh_pe_mark_isolated()
553 static void __eeh_pe_dev_mode_mark(struct eeh_dev *edev, void *flag) in __eeh_pe_dev_mode_mark()
584 struct eeh_dev *edev, *tmp; in eeh_pe_state_clear()
631 static void eeh_bridge_check_link(struct eeh_dev *edev) in eeh_bridge_check_link()
701 static void eeh_restore_bridge_bars(struct eeh_dev *edev) in eeh_restore_bridge_bars()
730 static void eeh_restore_device_bars(struct eeh_dev *edev) in eeh_restore_device_bars()
773 static void eeh_restore_one_device_bars(struct eeh_dev *edev, void *flag) in eeh_restore_one_device_bars()
[all …]
Deeh_cache.c44 struct eeh_dev *edev;
54 static inline struct eeh_dev *__eeh_addr_cache_get_device(unsigned long addr) in __eeh_addr_cache_get_device()
82 struct eeh_dev *eeh_addr_cache_get_dev(unsigned long addr) in eeh_addr_cache_get_dev()
84 struct eeh_dev *edev; in eeh_addr_cache_get_dev()
162 struct eeh_dev *edev; in __eeh_addr_cache_insert_dev()
Deeh.c168 static size_t eeh_dump_dev_log(struct eeh_dev *edev, char *buf, size_t len) in eeh_dump_dev_log()
271 struct eeh_dev *edev, *tmp; in eeh_dump_pe_log()
416 int eeh_dev_check_failure(struct eeh_dev *edev) in eeh_dev_check_failure()
574 struct eeh_dev *edev; in eeh_check_failure()
666 static void eeh_disable_and_save_dev_state(struct eeh_dev *edev, in eeh_disable_and_save_dev_state()
692 static void eeh_restore_dev_state(struct eeh_dev *edev, void *userdata) in eeh_restore_dev_state()
719 struct eeh_dev *edev = pci_dev_to_eeh_dev(dev); in pcibios_set_pcie_reset_state()
773 static void eeh_set_dev_freset(struct eeh_dev *edev, void *flag) in eeh_set_dev_freset()
883 void eeh_save_bars(struct eeh_dev *edev) in eeh_save_bars()
989 struct eeh_dev *edev; in eeh_probe_device()
[all …]
Dpci_dn.c128 static struct eeh_dev *eeh_dev_init(struct pci_dn *pdn) in eeh_dev_init()
130 struct eeh_dev *edev; in eeh_dev_init()
193 struct eeh_dev *edev __maybe_unused; in add_sriov_vf_pdns()
243 struct eeh_dev *edev __maybe_unused; in remove_sriov_vf_pdns()
290 struct eeh_dev *edev; in pci_add_device_node_info()
347 struct eeh_dev *edev = pdn_to_eeh_dev(pdn); in pci_remove_device_node_info()
Dpci_of_scan.c355 struct eeh_dev *edev = pdn_to_eeh_dev(PCI_DN(dn)); in of_scan_pci_dev()
/arch/powerpc/include/asm/
Deeh.h132 struct eeh_dev { struct
165 static inline struct pci_dn *eeh_dev_to_pdn(struct eeh_dev *edev) in eeh_dev_to_pdn() argument
170 static inline struct pci_dev *eeh_dev_to_pci_dev(struct eeh_dev *edev) in eeh_dev_to_pci_dev()
175 static inline struct eeh_pe *eeh_dev_to_pe(struct eeh_dev* edev) in eeh_dev_to_pe()
217 struct eeh_dev *(*probe)(struct pci_dev *pdev);
225 int (*read_config)(struct eeh_dev *edev, int where, int size, u32 *val);
226 int (*write_config)(struct eeh_dev *edev, int where, int size, u32 val);
228 int (*restore_config)(struct eeh_dev *edev);
229 int (*notify_resume)(struct eeh_dev *edev);
274 typedef void (*eeh_edev_traverse_func)(struct eeh_dev *edev, void *flag);
[all …]
Dppc-pci.h42 struct eeh_dev *eeh_addr_cache_get_dev(unsigned long addr);
46 void eeh_save_bars(struct eeh_dev *edev);
Ddevice.h36 struct eeh_dev *edev;
Dpci-bridge.h204 struct eeh_dev *edev; /* eeh device */
249 static inline struct eeh_dev *pdn_to_eeh_dev(struct pci_dn *pdn) in pdn_to_eeh_dev()
/arch/powerpc/platforms/pseries/
Deeh_pseries.c75 struct eeh_dev *edev = pdn_to_eeh_dev(pdn); in pseries_pcibios_bus_add_device()
288 struct eeh_dev *edev = pdn_to_eeh_dev(pdn); in pseries_eeh_find_ecap()
323 static struct eeh_pe *pseries_eeh_pe_get_parent(struct eeh_dev *edev) in pseries_eeh_pe_get_parent()
325 struct eeh_dev *parent; in pseries_eeh_pe_get_parent()
365 struct eeh_dev *edev; in pseries_eeh_init_edev()
457 static struct eeh_dev *pseries_eeh_probe(struct pci_dev *pdev) in pseries_eeh_probe()
459 struct eeh_dev *edev; in pseries_eeh_probe()
673 static int pseries_eeh_read_config(struct eeh_dev *edev, int where, int size, u32 *val) in pseries_eeh_read_config()
689 static int pseries_eeh_write_config(struct eeh_dev *edev, int where, int size, u32 val) in pseries_eeh_write_config()
720 static int pseries_call_allow_unfreeze(struct eeh_dev *edev) in pseries_call_allow_unfreeze()
[all …]
Dmsi.c182 struct eeh_dev *edev; in find_pe_dn()
193 edev = list_first_entry(&edev->pe->edevs, struct eeh_dev, in find_pe_dn()
/arch/powerpc/platforms/powernv/
Deeh-powernv.c267 struct eeh_dev *edev = pdn_to_eeh_dev(pdn); in pnv_eeh_find_ecap()
321 static struct eeh_dev *pnv_eeh_probe(struct pci_dev *pdev) in pnv_eeh_probe()
326 struct eeh_dev *edev = pdn_to_eeh_dev(pdn); in pnv_eeh_probe()
804 struct eeh_dev *edev = pdn_to_eeh_dev(pdn); in __pnv_eeh_bridge_reset()
911 struct eeh_dev *edev = pdn->edev; in pnv_eeh_wait_for_pending()
931 struct eeh_dev *edev = pdn_to_eeh_dev(pdn); in pnv_eeh_do_flr()
969 struct eeh_dev *edev = pdn_to_eeh_dev(pdn); in pnv_eeh_do_af_flr()
1005 struct eeh_dev *edev; in pnv_eeh_reset_vf_pe()
1010 edev = list_first_entry_or_null(&pe->edevs, struct eeh_dev, entry); in pnv_eeh_reset_vf_pe()
1210 struct eeh_dev *edev = pdn_to_eeh_dev(pdn); in pnv_eeh_cfg_blocked()
[all …]
Dpci.c650 struct eeh_dev *edev = NULL; in pnv_pci_cfg_check()