Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
Dnpu-dma.c157 pe_err(npe, "Failed to configure TCE table, err %lld\n", rc); in pnv_npu_set_window()
186 pe_err(npe, "Unmapping failed, ret = %lld\n", rc); in pnv_npu_unset_window()
222 pe_err(npe, "Failed to disable bypass, err %lld\n", rc); in pnv_npu_take_ownership()
Dpci-ioda.c884 pe_err(pe, "OPAL error %lld trying to setup PELT table\n", rc); in pnv_ioda_deconfigure_pe()
941 pe_err(pe, "OPAL error %ld trying to setup PELT table\n", rc); in pnv_ioda_configure_pe()
965 pe_err(pe, "OPAL error %ld setting up MVE %x\n", in pnv_ioda_configure_pe()
972 pe_err(pe, "OPAL error %ld enabling MVE %x\n", in pnv_ioda_configure_pe()
1336 pe_err(pe, "Error configuring 64-bit DMA bypass\n"); in pnv_pci_ioda_dma_64bit_bypass()
1733 pe_err(pe, " Failed to allocate a 32-bit TCE memory\n"); in pnv_pci_ioda1_setup_dma_pe()
1747 pe_err(pe, " Failed to configure 32-bit TCE table, err %lld\n", in pnv_pci_ioda1_setup_dma_pe()
1807 pe_err(pe, "Failed to configure TCE table, err %lld\n", rc); in pnv_pci_ioda2_set_window()
1841 pe_err(pe, "OPAL error %lld configuring bypass window\n", rc); in pnv_pci_ioda2_set_bypass()
1921 pe_err(pe, "Failed to create 32-bit TCE table, err %ld", in pnv_pci_ioda2_setup_default_config()
[all …]
Dpci.h311 #define pe_err(pe, fmt, ...) \ macro