Home
last modified time | relevance | path

Searched refs:eeh_dev_to_pdn (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c328 struct pci_dn *pdn = eeh_dev_to_pdn(edev); in pseries_eeh_pe_get_parent()
677 struct pci_dn *pdn = eeh_dev_to_pdn(edev); in pseries_eeh_read_config()
693 struct pci_dn *pdn = eeh_dev_to_pdn(edev); in pseries_eeh_write_config()
734 pdn = eeh_dev_to_pdn(edev); in pseries_call_allow_unfreeze()
/linux/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c1010 pdn = eeh_dev_to_pdn(edev); in pnv_eeh_reset_vf_pe()
1231 struct pci_dn *pdn = eeh_dev_to_pdn(edev); in pnv_eeh_read_config()
1247 struct pci_dn *pdn = eeh_dev_to_pdn(edev); in pnv_eeh_write_config()
/linux/arch/powerpc/include/asm/
H A Deeh.h165 static inline struct pci_dn *eeh_dev_to_pdn(struct eeh_dev *edev) in eeh_dev_to_pdn() function