Home
last modified time | relevance | path

Searched refs:pe_no (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c114 static struct pnv_ioda_pe *pnv_ioda_init_pe(struct pnv_phb *phb, int pe_no) in pnv_ioda_init_pe() argument
118 phb->ioda.pe_array[pe_no].phb = phb; in pnv_ioda_init_pe()
119 phb->ioda.pe_array[pe_no].pe_number = pe_no; in pnv_ioda_init_pe()
120 phb->ioda.pe_array[pe_no].dma_setup_done = false; in pnv_ioda_init_pe()
127 rc = opal_pci_eeh_freeze_clear(phb->opal_id, pe_no, in pnv_ioda_init_pe()
131 __func__, rc, phb->hose->global_number, pe_no); in pnv_ioda_init_pe()
133 return &phb->ioda.pe_array[pe_no]; in pnv_ioda_init_pe()
136 static void pnv_ioda_reserve_pe(struct pnv_phb *phb, int pe_no) in pnv_ioda_reserve_pe() argument
138 if (!(pe_no >= 0 && pe_no < phb->ioda.total_pe_num)) { in pnv_ioda_reserve_pe()
140 __func__, pe_no, phb->hose->global_number); in pnv_ioda_reserve_pe()
[all …]
H A Deeh-powernv.c71 int pe_no, type, func; in pnv_eeh_ei_write() local
86 &pe_no, &type, &func, &addr, &mask); in pnv_eeh_ei_write()
91 pe = eeh_pe_get(hose, pe_no); in pnv_eeh_ei_write()
1340 u16 pe_no, struct eeh_pe **pe) in pnv_eeh_get_pe() argument
1351 pnv_pe = &phb->ioda.pe_array[pe_no]; in pnv_eeh_get_pe()
1356 pe_no = pnv_pe->pe_number; in pnv_eeh_get_pe()
1360 dev_pe = eeh_pe_get(hose, pe_no); in pnv_eeh_get_pe()
1367 phb->freeze_pe(phb, pe_no); in pnv_eeh_get_pe()
/linux/arch/powerpc/kernel/
H A Deeh.c1729 uint32_t phbid, pe_no; in eeh_force_recover_write() local
1749 ret = sscanf(buf, "%x:%x", &phbid, &pe_no); in eeh_force_recover_write()
1758 pe = eeh_pe_get(hose, pe_no); in eeh_force_recover_write()
/linux/arch/powerpc/include/asm/
H A Dopal.h90 int64_t opal_pci_err_inject(uint64_t phb_id, uint32_t pe_no, uint32_t type,