Searched refs:readIndex (Results 1 – 2 of 2) sorted by relevance
426 if (context->readIndex != context->sendIndex) in Step()431 context->writeIndex, context->readIndex, context->sendIndex, in Step()432 context->seqNum[context->readIndex]); in Step()434 MPDSiLOG_AIDBITS_BEGIN( context, context->readIndex ); in Step()435 …context->ds[context->readIndex].aidBits |= MPHToMP16(0x0001); // The lowest bit in the aidBits in… in Step()436 MPDSiLOG_AIDBITS_END( context, context->readIndex ); in Step()437 (void)NETMemCpy(recvDataSet, &context->ds[context->readIndex], sizeof(MPDSDataSet)); in Step()438 context->currentSeqNum = context->seqNum[context->readIndex]; in Step()439 context->readIndex = GetNextIndex(context->readIndex); in Step()477 context->readIndex, context->sendIndex); in Step()[all …]
103 u16 readIndex; // Next Index to read member