Lines Matching refs:oldWI
404 int oldWI; in Step() local
409 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() local
884 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()
908 MPDSiLOG_AIDBITS_END( context, oldWI ); in SendDataSet()
911 MPSendAsync( &context->ds[oldWI], context->dataSetLength, in SendDataSet()