Searched refs:eeh_dev (Results 1 – 15 of 15) sorted by relevance
| /arch/powerpc/include/asm/ |
| A D | eeh.h | 132 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); 283 int eeh_pe_tree_remove(struct eeh_dev *edev); [all …]
|
| A D | ppc-pci.h | 55 struct eeh_dev *eeh_addr_cache_get_dev(unsigned long addr); 59 void eeh_save_bars(struct eeh_dev *edev);
|
| A D | device.h | 36 struct eeh_dev *edev;
|
| A D | pci-bridge.h | 217 struct eeh_dev *edev; /* eeh device */ 252 static inline struct eeh_dev *pdn_to_eeh_dev(struct pci_dn *pdn) in pdn_to_eeh_dev()
|
| /arch/powerpc/kernel/ |
| A D | eeh_sysfs.c | 29 struct eeh_dev *edev = pci_dev_to_eeh_dev(pdev); \ 45 struct eeh_dev *edev = pci_dev_to_eeh_dev(pdev); in eeh_pe_state_show() 61 struct eeh_dev *edev = pci_dev_to_eeh_dev(pdev); in eeh_pe_state_store() 84 struct eeh_dev *edev = pci_dev_to_eeh_dev(pdev); in eeh_notify_resume_show() 98 struct eeh_dev *edev = pci_dev_to_eeh_dev(pdev); in eeh_notify_resume_store() 139 struct eeh_dev *edev = pci_dev_to_eeh_dev(pdev); in eeh_sysfs_add_device() 161 struct eeh_dev *edev = pci_dev_to_eeh_dev(pdev); in eeh_sysfs_remove_device()
|
| A D | eeh_driver.c | 76 static bool eeh_dev_removed(struct eeh_dev *edev) in eeh_dev_removed() 81 static bool eeh_edev_actionable(struct eeh_dev *edev) in eeh_edev_actionable() 140 static void eeh_disable_irq(struct eeh_dev *edev) in eeh_disable_irq() 163 static void eeh_enable_irq(struct eeh_dev *edev) in eeh_enable_irq() 219 struct eeh_dev *edev, *tmp; in eeh_set_channel_state() 230 struct eeh_dev *edev, *tmp; in eeh_set_irq_state() 303 struct eeh_dev *edev, *tmp; in eeh_pe_report() 544 struct eeh_dev *edev, *tmp; in eeh_pe_detach_dev() 636 struct eeh_dev *edev; in eeh_reset_device() 839 struct eeh_dev *edev, *tmp; in eeh_handle_normal_event() [all …]
|
| A D | eeh_pe.c | 239 struct eeh_dev *edev, *tmp; in eeh_pe_dev_traverse() 307 int eeh_pe_tree_insert(struct eeh_dev *edev, struct eeh_pe *new_pe_parent) in eeh_pe_tree_insert() 403 int eeh_pe_tree_remove(struct eeh_dev *edev) in eeh_pe_tree_remove() 537 struct eeh_dev *edev; in eeh_pe_mark_isolated() 554 static void __eeh_pe_dev_mode_mark(struct eeh_dev *edev, void *flag) in __eeh_pe_dev_mode_mark() 585 struct eeh_dev *edev, *tmp; in eeh_pe_state_clear() 632 static void eeh_bridge_check_link(struct eeh_dev *edev) in eeh_bridge_check_link() 703 static void eeh_restore_bridge_bars(struct eeh_dev *edev) in eeh_restore_bridge_bars() 732 static void eeh_restore_device_bars(struct eeh_dev *edev) in eeh_restore_device_bars() 852 struct eeh_dev *edev; in eeh_pe_bus_get() [all …]
|
| A D | eeh_cache.c | 44 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()
|
| A D | eeh.c | 271 struct eeh_dev *edev, *tmp; in eeh_dump_pe_log() 591 struct eeh_dev *edev; in eeh_check_failure() 902 void eeh_save_bars(struct eeh_dev *edev) in eeh_save_bars() 1009 struct eeh_dev *edev; in eeh_probe_device() 1069 struct eeh_dev *edev; in eeh_remove_device() 1154 struct eeh_dev *edev, *tmp; in eeh_pe_change_owner() 1209 struct eeh_dev *edev; in eeh_dev_open() 1250 struct eeh_dev *edev; in eeh_dev_release() 1280 struct eeh_dev *edev; in eeh_iommu_group_to_pe() 1405 struct eeh_dev *edev, *tmp; in eeh_pe_reenable_devices() [all …]
|
| A D | pci_dn.c | 128 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()
|
| A D | pci_of_scan.c | 355 struct eeh_dev *edev = pdn_to_eeh_dev(PCI_DN(dn)); in of_scan_pci_dev()
|
| /arch/powerpc/platforms/pseries/ |
| A D | eeh_pseries.c | 77 struct eeh_dev *edev = pdn_to_eeh_dev(pdn); in pseries_pcibios_bus_add_device() 290 struct eeh_dev *edev = pdn_to_eeh_dev(pdn); in pseries_eeh_find_ecap() 325 static struct eeh_pe *pseries_eeh_pe_get_parent(struct eeh_dev *edev) in pseries_eeh_pe_get_parent() 327 struct eeh_dev *parent; in pseries_eeh_pe_get_parent() 367 struct eeh_dev *edev; in pseries_eeh_init_edev() 459 static struct eeh_dev *pseries_eeh_probe(struct pci_dev *pdev) in pseries_eeh_probe() 461 struct eeh_dev *edev; in pseries_eeh_probe() 677 static int pseries_eeh_read_config(struct eeh_dev *edev, int where, int size, u32 *val) in pseries_eeh_read_config() 724 static int pseries_call_allow_unfreeze(struct eeh_dev *edev) in pseries_call_allow_unfreeze() 774 static int pseries_notify_resume(struct eeh_dev *edev) in pseries_notify_resume() [all …]
|
| A D | msi.c | 185 struct eeh_dev *edev; in find_pe_dn() 196 edev = list_first_entry(&edev->pe->edevs, struct eeh_dev, in find_pe_dn()
|
| /arch/powerpc/platforms/powernv/ |
| A D | eeh-powernv.c | 267 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() 910 struct eeh_dev *edev = pdn->edev; in pnv_eeh_wait_for_pending() 930 struct eeh_dev *edev = pdn_to_eeh_dev(pdn); in pnv_eeh_do_flr() 968 struct eeh_dev *edev = pdn_to_eeh_dev(pdn); in pnv_eeh_do_af_flr() 1004 struct eeh_dev *edev; in pnv_eeh_reset_vf_pe() 1209 struct eeh_dev *edev = pdn_to_eeh_dev(pdn); in pnv_eeh_cfg_blocked() 1228 static int pnv_eeh_read_config(struct eeh_dev *edev, in pnv_eeh_read_config() [all …]
|
| A D | pci.c | 646 struct eeh_dev *edev = NULL; in pnv_pci_cfg_check()
|
Completed in 43 milliseconds