Searched refs:eeh_dev (Results 1 – 20 of 20) sorted by relevance
/linux-4.1.27/arch/powerpc/kernel/ |
D | eeh_driver.c | 98 struct eeh_dev *edev = pci_dev_to_eeh_dev(dev); in eeh_disable_irq() 123 struct eeh_dev *edev = pci_dev_to_eeh_dev(dev); in eeh_enable_irq() 152 static bool eeh_dev_removed(struct eeh_dev *edev) in eeh_dev_removed() 163 struct eeh_dev *edev = data; in eeh_dev_save_state() 198 struct eeh_dev *edev = (struct eeh_dev *)data; in eeh_report_error() 239 struct eeh_dev *edev = (struct eeh_dev *)data; in eeh_report_mmio_enabled() 279 struct eeh_dev *edev = (struct eeh_dev *)data; in eeh_report_reset() 312 struct eeh_dev *edev = data; in eeh_dev_restore_state() 350 struct eeh_dev *edev = (struct eeh_dev *)data; in eeh_report_resume() 387 struct eeh_dev *edev = (struct eeh_dev *)data; in eeh_report_failure() [all …]
|
D | eeh_pe.c | 202 struct eeh_dev *edev, *tmp; in eeh_pe_dev_traverse() 236 struct eeh_dev *edev = (struct eeh_dev *)flag; in __eeh_pe_get() 274 struct eeh_pe *eeh_pe_get(struct eeh_dev *edev) in eeh_pe_get() 292 static struct eeh_pe *eeh_pe_get_parent(struct eeh_dev *edev) in eeh_pe_get_parent() 294 struct eeh_dev *parent; in eeh_pe_get_parent() 327 int eeh_add_to_parent_pe(struct eeh_dev *edev) in eeh_add_to_parent_pe() 439 int eeh_rmv_from_parent_pe(struct eeh_dev *edev) in eeh_rmv_from_parent_pe() 540 struct eeh_dev *edev, *tmp; in __eeh_pe_state_mark() 581 struct eeh_dev *edev = data; in __eeh_pe_dev_mode_mark() 613 struct eeh_dev *edev, *tmp; in __eeh_pe_state_clear() [all …]
|
D | eeh_sysfs.c | 44 struct eeh_dev *edev = pci_dev_to_eeh_dev(pdev); \ 61 struct eeh_dev *edev = pci_dev_to_eeh_dev(pdev); in eeh_pe_state_show() 77 struct eeh_dev *edev = pci_dev_to_eeh_dev(pdev); in eeh_pe_state_store() 96 struct eeh_dev *edev = pci_dev_to_eeh_dev(pdev); in eeh_sysfs_add_device() 118 struct eeh_dev *edev = pci_dev_to_eeh_dev(pdev); in eeh_sysfs_remove_device()
|
D | eeh_cache.c | 53 struct eeh_dev *edev; 63 static inline struct eeh_dev *__eeh_addr_cache_get_device(unsigned long addr) in __eeh_addr_cache_get_device() 92 struct eeh_dev *eeh_addr_cache_get_dev(unsigned long addr) in eeh_addr_cache_get_dev() 94 struct eeh_dev *edev; in eeh_addr_cache_get_dev() 175 struct eeh_dev *edev; in __eeh_addr_cache_insert_dev() 283 struct eeh_dev *edev; in eeh_addr_cache_build()
|
D | eeh.c | 165 static size_t eeh_dump_dev_log(struct eeh_dev *edev, char *buf, size_t len) in eeh_dump_dev_log() 270 struct eeh_dev *edev, *tmp; in eeh_dump_pe_log() 433 int eeh_dev_check_failure(struct eeh_dev *edev) in eeh_dev_check_failure() 601 struct eeh_dev *edev; in eeh_check_failure() 695 struct eeh_dev *edev = data; in eeh_disable_and_save_dev_state() 723 struct eeh_dev *edev = data; in eeh_restore_dev_state() 752 struct eeh_dev *edev = pci_dev_to_eeh_dev(dev); in pcibios_set_pcie_reset_state() 805 struct eeh_dev *edev = (struct eeh_dev *)data; in eeh_set_dev_freset() 897 void eeh_save_bars(struct eeh_dev *edev) in eeh_save_bars() 1074 struct eeh_dev *edev = pdn_to_eeh_dev(pdn); in eeh_add_device_early() [all …]
|
D | eeh_dev.c | 55 struct eeh_dev *edev; in eeh_dev_init()
|
D | Makefile | 60 obj-$(CONFIG_EEH) += eeh.o eeh_pe.o eeh_dev.o eeh_cache.o \
|
D | pci_of_scan.c | 311 struct eeh_dev *edev = pdn_to_eeh_dev(PCI_DN(dn)); in of_scan_pci_dev()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | eeh.h | 128 struct eeh_dev { struct 145 static inline struct pci_dn *eeh_dev_to_pdn(struct eeh_dev *edev) in eeh_dev_to_pdn() argument 150 static inline struct pci_dev *eeh_dev_to_pci_dev(struct eeh_dev *edev) in eeh_dev_to_pci_dev() 155 static inline struct eeh_pe *eeh_dev_to_pe(struct eeh_dev* edev) in eeh_dev_to_pe() 263 struct eeh_pe *eeh_pe_get(struct eeh_dev *edev); 264 int eeh_add_to_parent_pe(struct eeh_dev *edev); 265 int eeh_rmv_from_parent_pe(struct eeh_dev *edev); 281 int eeh_dev_check_failure(struct eeh_dev *edev);
|
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);
|
D | device.h | 44 struct eeh_dev *edev;
|
D | pci-bridge.h | 194 struct eeh_dev *edev; /* eeh device */ 234 static inline struct eeh_dev *pdn_to_eeh_dev(struct pci_dn *pdn) in pdn_to_eeh_dev()
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | eeh-powernv.c | 125 struct eeh_dev *edev; in pnv_eeh_ei_write() 335 struct eeh_dev *edev = pdn_to_eeh_dev(pdn); in pnv_eeh_find_ecap() 382 struct eeh_dev *edev = pdn_to_eeh_dev(pdn); in pnv_eeh_probe() 849 struct eeh_dev *edev = pdn_to_eeh_dev(pdn); in pnv_eeh_bridge_reset() 1107 struct eeh_dev *edev = pdn_to_eeh_dev(pdn); in pnv_eeh_cfg_blocked() 1230 struct eeh_dev edev; in pnv_eeh_get_pe() 1246 memset(&edev, 0, sizeof(struct eeh_dev)); in pnv_eeh_get_pe() 1488 struct eeh_dev *edev = pdn_to_eeh_dev(pdn); in pnv_eeh_restore_config()
|
D | pci.c | 492 struct eeh_dev *edev = NULL; in pnv_pci_cfg_check()
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | msi.c | 199 struct eeh_dev *edev; in find_pe_dn() 210 edev = list_first_entry(&edev->pe->edevs, struct eeh_dev, list); in find_pe_dn()
|
D | eeh_pseries.c | 163 struct eeh_dev *edev = pdn_to_eeh_dev(pdn); in pseries_eeh_find_ecap() 201 struct eeh_dev *edev; in pseries_eeh_probe()
|
D | iommu.c | 828 struct eeh_dev *edev; in query_ddw() 857 struct eeh_dev *edev; in create_ddw()
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | siena.c | 208 struct eeh_dev *eehdev = pci_dev_to_eeh_dev(efx->pci_dev); in siena_monitor()
|
D | efx.c | 2526 struct eeh_dev *eehdev = pci_dev_to_eeh_dev(efx->pci_dev); in efx_try_recovery()
|
/linux-4.1.27/include/linux/ |
D | pci.h | 1891 static inline struct eeh_dev *pci_dev_to_eeh_dev(struct pci_dev *pdev) in pci_dev_to_eeh_dev()
|