Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_ringbuffer.c335 MS_U32 txSize; in bufferWriteThread() local
411 txSize = _hsl->pSystemState->syncMarker; in bufferWriteThread()
415 txSize = _hsl->pSystemState->bufBytesToSend; in bufferWriteThread()
419 if(txSize > 0) in bufferWriteThread()
424 if(txSize > dumpInfoPos) in bufferWriteThread()
426 txSize = dumpInfoPos; in bufferWriteThread()
431 if( dumpReadPos + txSize <= DUMP_LP_LEN ) in bufferWriteThread()
433 memcpy(txBuffer+txBufPos, dumpInfoBuf+dumpReadPos, txSize); in bufferWriteThread()
436 dumpInfoPos -= txSize; in bufferWriteThread()
441 if( (txPos + txSize) >= _hsl->pSystemState->bufUsedEnd ) in bufferWriteThread()
[all …]