Searched refs:bufStart (Results 1 – 2 of 2) sorted by relevance
465 txPos = _hsl->pSystemState->bufStart; in bufferWriteThread()713 _hsl->pSystemState->bufStart = virtualAddress + SYS_STATE_BUFSIZE; in initBufferMemory()716 …_hsl->pSystemState->bufWritePos = _hsl->pSystemState->bufStart + 1; // leave one byte for the init… in initBufferMemory()717 _hsl->pSystemState->bufReadPos = _hsl->pSystemState->bufStart; in initBufferMemory()730 _hsl->pSystemState->bufBookmarks[0].address = _hsl->pSystemState->bufStart; in initBufferMemory()740 *((MS_U8*)(_hsl->pSystemState->bufStart)) = HSL_RAWLOB_MSG_TYPE_TW_CHAN0; in initBufferMemory()816 …retVal = _hsl->pSystemState->bufReadPos - _hsl->pSystemState->bufStart + _hsl->pSystemState->bufUs… in bufferCalculateFreeSpace()879 …int i = (_hsl->pSystemState->bufReadPos - _hsl->pSystemState->bufStart) / _hsl->pSystemState->bufS… in bufferDumpOldestDataSegment()900 _hsl->pSystemState->bufReadPos = _hsl->pSystemState->bufStart; in bufferDumpOldestDataSegment()984 _hsl->pSystemState->bufWritePos = _hsl->pSystemState->bufStart; in bufferAllocateWrite()[all …]
200 MS_U32 bufStart; // ring buffer start address member