Searched refs:unfreeze_pe (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | pci.h | 139 int (*unfreeze_pe)(struct pnv_phb *phb, int pe_no, int opt); member
|
H A D | pci.c | 569 if (phb->unfreeze_pe) { in pnv_pci_handle_eeh_config() 570 ret = phb->unfreeze_pe(phb, in pnv_pci_handle_eeh_config()
|
H A D | eeh-powernv.c | 500 if (phb->unfreeze_pe) in pnv_eeh_set_option() 501 return phb->unfreeze_pe(phb, pe->addr, opt); in pnv_eeh_set_option()
|
H A D | pci-ioda.c | 3120 phb->unfreeze_pe = pnv_ioda_unfreeze_pe; in pnv_pci_init_ioda_phb()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | pci.h | 129 int (*unfreeze_pe)(struct pnv_phb *phb, int pe_no, int opt); member
|
H A D | pci.c | 501 if (phb->unfreeze_pe) { in pnv_pci_handle_eeh_config() 502 ret = phb->unfreeze_pe(phb, in pnv_pci_handle_eeh_config()
|
H A D | eeh-powernv.c | 501 if (phb->unfreeze_pe) in pnv_eeh_set_option() 502 return phb->unfreeze_pe(phb, pe->addr, opt); in pnv_eeh_set_option()
|
H A D | pci-ioda.c | 2745 phb->unfreeze_pe = pnv_ioda_unfreeze_pe; in pnv_pci_init_ioda_phb()
|
Completed in 16 milliseconds