Searched refs:oldWI (Results 1 – 1 of 1) sorted by relevance
404 int oldWI; in Step() local409 oldWI = GetPrevIndex(context->writeIndex); in Step()410 … MPDSiTrace( "resend ds[%d] to aids %08x", oldWI, (context->config.aidBits & mpReadyBits) ); in Step()412 MPSendAsync( &context->ds[oldWI], context->dataSetLength, in Step()876 u16 newWI, oldWI, resetWI; in SendDataSet() local884 oldWI = context->writeIndex; in SendDataSet()885 newWI = GetNextIndex(oldWI); in SendDataSet()901 MPDSiLOG_AIDBITS_BEGIN( context, oldWI ); in SendDataSet()902 …context->ds[oldWI].aidBits = MPHToMP16((u16)context->config.aidBits); // Enter the original… in SendDataSet()906 context->ds[oldWI].aidBits &= MPHToMP16((u16)~0x0001); in SendDataSet()[all …]