Home
last modified time | relevance | path

Searched refs:eeh_dev_check_failure (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Deeh.h296 int eeh_dev_check_failure(struct eeh_dev *edev);
342 #define eeh_dev_check_failure(x) (0) macro
/linux/arch/powerpc/kernel/
H A Drtas_pci.c92 eeh_dev_check_failure(pdn_to_eeh_dev(pdn))) in rtas_pci_read_config()
H A Deeh.c424 int eeh_dev_check_failure(struct eeh_dev *edev) in eeh_dev_check_failure() function
575 EXPORT_SYMBOL_GPL(eeh_dev_check_failure);
601 return eeh_dev_check_failure(edev); in eeh_check_failure()
1811 ret = eeh_dev_check_failure(edev); in eeh_dev_check_write()
/linux/arch/powerpc/platforms/powernv/
H A Dpci.c696 eeh_dev_check_failure(pdn->edev)) in pnv_pci_read_config()
/linux/drivers/net/ethernet/sfc/siena/
H A Defx_common.c703 if (eeh_dev_check_failure(eehdev)) { in efx_siena_try_recovery()