Lines Matching refs:dataBuf
2469 forensicData->BufferType.dataBuf.directData, in siFatalErrorBuffer()
2470 forensicData->BufferType.dataBuf.directOffset, in siFatalErrorBuffer()
2471 forensicData->BufferType.dataBuf.directLen, in siFatalErrorBuffer()
2472 forensicData->BufferType.dataBuf.readLen )); in siFatalErrorBuffer()
2495 if(forensicData->BufferType.dataBuf.directOffset == 0) in siFatalErrorBuffer()
2530 if(forensicData->BufferType.dataBuf.directData) in siFatalErrorBuffer()
2532 …Root,saRoot->FatalBarLoc ,forensicData->BufferType.dataBuf.directData,forensicData->BufferType.dat… in siFatalErrorBuffer()
2534 saRoot->FatalBarLoc += forensicData->BufferType.dataBuf.directLen; in siFatalErrorBuffer()
2535 forensicData->BufferType.dataBuf.directOffset += forensicData->BufferType.dataBuf.directLen; in siFatalErrorBuffer()
2536 saRoot->ForensicLastOffset += forensicData->BufferType.dataBuf.directLen; in siFatalErrorBuffer()
2537 forensicData->BufferType.dataBuf.readLen = forensicData->BufferType.dataBuf.directLen; in siFatalErrorBuffer()
2548 …m_len reached 0x%x directOffset 0x%x\n",Accum_len,forensicData->BufferType.dataBuf.directOffset )); in siFatalErrorBuffer()
2575 forensicData->BufferType.dataBuf.directData, in siFatalErrorBuffer()
2576 forensicData->BufferType.dataBuf.directOffset, in siFatalErrorBuffer()
2577 forensicData->BufferType.dataBuf.directLen, in siFatalErrorBuffer()
2578 forensicData->BufferType.dataBuf.readLen )); in siFatalErrorBuffer()
2646 forensicData->BufferType.dataBuf.directOffset, in siFatalErrorBuffer()
2656 forensicData->BufferType.dataBuf.readLen = 0xFFFFFFFF; in siFatalErrorBuffer()
2665 forensicData->BufferType.dataBuf.directData, in siFatalErrorBuffer()
2666 forensicData->BufferType.dataBuf.directOffset, in siFatalErrorBuffer()
2667 forensicData->BufferType.dataBuf.directLen, in siFatalErrorBuffer()
2668 forensicData->BufferType.dataBuf.readLen )); in siFatalErrorBuffer()
2714 if(biggest >= forensicData->BufferType.dataBuf.directLen ) in siNonFatalErrorBuffer()
2716 biggest = forensicData->BufferType.dataBuf.directLen; in siNonFatalErrorBuffer()
2721 biggest, forensicData->BufferType.dataBuf.directLen)); in siNonFatalErrorBuffer()
2737 if(forensicData->BufferType.dataBuf.directOffset) in siNonFatalErrorBuffer()
2745 forensicData->BufferType.dataBuf.directData, in siNonFatalErrorBuffer()
2746 forensicData->BufferType.dataBuf.directOffset, in siNonFatalErrorBuffer()
2747 forensicData->BufferType.dataBuf.directLen, in siNonFatalErrorBuffer()
2748 forensicData->BufferType.dataBuf.readLen )); in siNonFatalErrorBuffer()
2783 forensicData->BufferType.dataBuf.directOffset, in siNonFatalErrorBuffer()
2790 forensicData->BufferType.dataBuf.readLen = 0xFFFFFFFF; in siNonFatalErrorBuffer()
2812 …forensicData->BufferType.dataBuf.directOffset = ossaHwRegReadExt(agRoot,pcibar,ErrorTableOffset + … in siNonFatalErrorBuffer()
2828 …forensicData->BufferType.dataBuf.readLen = forensicData->BufferType.dataBuf.directOffset - saRoot-… in siNonFatalErrorBuffer()
2829 …if( ready == MPI_FATAL_EDUMP_TABLE_STAT_NF_SUCCESS_DONE && forensicData->BufferType.dataBuf.readLe… in siNonFatalErrorBuffer()
2831 …siNonFatalErrorBuffer:ready 0x%x readLen 0x%x\n",ready ,forensicData->BufferType.dataBuf.readLen)); in siNonFatalErrorBuffer()
2836 saRoot->ForensicLastOffset = forensicData->BufferType.dataBuf.directOffset; in siNonFatalErrorBuffer()
2839 if(forensicData->BufferType.dataBuf.directData ) in siNonFatalErrorBuffer()
2841 …si_memcpy(forensicData->BufferType.dataBuf.directData, saRoot->memoryAllocated.agMemory[HDA_DMA_BU… in siNonFatalErrorBuffer()
2847 forensicData->BufferType.dataBuf.directData, in siNonFatalErrorBuffer()
2848 forensicData->BufferType.dataBuf.directOffset, in siNonFatalErrorBuffer()
2849 forensicData->BufferType.dataBuf.directLen, in siNonFatalErrorBuffer()
2850 forensicData->BufferType.dataBuf.readLen )); in siNonFatalErrorBuffer()
2875 if(forensicData->BufferType.dataBuf.readLen) in siGetForensicData()
2877 …SA_DBG1(("siGetForensicData: Incorrect readLen 0x%08X\n", forensicData->BufferType.dataBuf.readLen… in siGetForensicData()
2878 forensicData->BufferType.dataBuf.readLen = forensicData->BufferType.dataBuf.directLen; in siGetForensicData()
2880 if( forensicData->BufferType.dataBuf.directOffset >= ONE_MEGABYTE ) in siGetForensicData()
2882 …SA_DBG1(("siGSMDump: total length > ONE_MEGABYTE 0x%x\n",forensicData->BufferType.dataBuf.directO… in siGetForensicData()
2883 forensicData->BufferType.dataBuf.readLen = 0xFFFFFFFF; in siGetForensicData()
2888 if( forensicData->BufferType.dataBuf.directLen >= SIXTYFOURKBYTE ) in siGetForensicData()
2894 forensicData->BufferType.dataBuf.directLen, in siGetForensicData()
2895 forensicData->BufferType.dataBuf.directOffset, in siGetForensicData()
2896 forensicData->BufferType.dataBuf.directData )); in siGetForensicData()
2900 …ILURE == siBar4Shift(agRoot, BAR_SHIFT_GSM_OFFSET + forensicData->BufferType.dataBuf.directOffset)) in siGetForensicData()
2922 forensicData->BufferType.dataBuf.readLen = forensicData->BufferType.dataBuf.directLen; in siGetForensicData()
2925 if( forensicData->BufferType.dataBuf.directOffset == 0 ) in siGetForensicData()
2927 …(("siGetForensicData: TYPE_GSM_SPACE readLen 0x%08X\n", forensicData->BufferType.dataBuf.readLen)); in siGetForensicData()