Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/platforms/pseries/
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-6.6.21/arch/powerpc/platforms/powernv/
Deeh-powernv.c1011 pdn = eeh_dev_to_pdn(edev); in pnv_eeh_reset_vf_pe()
1232 struct pci_dn *pdn = eeh_dev_to_pdn(edev); in pnv_eeh_read_config()
1248 struct pci_dn *pdn = eeh_dev_to_pdn(edev); in pnv_eeh_write_config()
/linux-6.6.21/arch/powerpc/include/asm/
Deeh.h165 static inline struct pci_dn *eeh_dev_to_pdn(struct eeh_dev *edev) in eeh_dev_to_pdn() function