Searched refs:freeze_pe (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | eeh-powernv.c | 457 bool freeze_pe = false; in pnv_eeh_set_option() local 473 freeze_pe = true; in pnv_eeh_set_option() 482 if (freeze_pe) { in pnv_eeh_set_option() 483 if (phb->freeze_pe) { in pnv_eeh_set_option() 484 phb->freeze_pe(phb, pe->addr); in pnv_eeh_set_option() 654 if (phb->freeze_pe) in pnv_eeh_get_pe_state() 655 phb->freeze_pe(phb, pe->addr); in pnv_eeh_get_pe_state() 1368 phb->freeze_pe(phb, pe_no); in pnv_eeh_get_pe() 1387 phb->freeze_pe(phb, dev_pe->addr); in pnv_eeh_get_pe()
|
H A D | pci.h | 138 void (*freeze_pe)(struct pnv_phb *phb, int pe_no); member
|
H A D | pci.c | 646 if (phb->freeze_pe) in pnv_pci_config_check_eeh() 647 phb->freeze_pe(phb, pe_no); in pnv_pci_config_check_eeh()
|
H A D | pci-ioda.c | 3119 phb->freeze_pe = pnv_ioda_freeze_pe; in pnv_pci_init_ioda_phb()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | eeh-powernv.c | 458 bool freeze_pe = false; in pnv_eeh_set_option() local 474 freeze_pe = true; in pnv_eeh_set_option() 483 if (freeze_pe) { in pnv_eeh_set_option() 484 if (phb->freeze_pe) { in pnv_eeh_set_option() 485 phb->freeze_pe(phb, pe->addr); in pnv_eeh_set_option() 655 if (phb->freeze_pe) in pnv_eeh_get_pe_state() 656 phb->freeze_pe(phb, pe->addr); in pnv_eeh_get_pe_state() 1368 phb->freeze_pe(phb, pe_no); in pnv_eeh_get_pe() 1387 phb->freeze_pe(phb, dev_pe->addr); in pnv_eeh_get_pe()
|
H A D | pci.h | 128 void (*freeze_pe)(struct pnv_phb *phb, int pe_no); member
|
H A D | pci.c | 578 if (phb->freeze_pe) in pnv_pci_config_check_eeh() 579 phb->freeze_pe(phb, pe_no); in pnv_pci_config_check_eeh()
|
H A D | pci-ioda.c | 2744 phb->freeze_pe = pnv_ioda_freeze_pe; in pnv_pci_init_ioda_phb()
|
Completed in 24 milliseconds