Searched refs:fragIndex (Results 1 – 1 of 1) sorted by relevance
302 uint8_t fragIndex = mcpsIndication->Buffer[cmdIndex++]; in LmhpFragmentationOnMcpsIndication() local303 uint8_t participants = fragIndex & 0x01; in LmhpFragmentationOnMcpsIndication()305 fragIndex >>= 1; in LmhpFragmentationOnMcpsIndication()306 FragSessionData[fragIndex].FragDecoderStatus = FragDecoderGetStatus( ); in LmhpFragmentationOnMcpsIndication()309 … ( ( participants == 0 ) && ( FragSessionData[fragIndex].FragDecoderStatus.FragNbLost > 0 ) ) ) in LmhpFragmentationOnMcpsIndication()312 …LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FragSessionData[fragIndex].FragDecoderStatu… in LmhpFragmentationOnMcpsIndication()313 LmhpFragmentationState.DataBuffer[dataBufferIndex++] = ( fragIndex << 6 ) | in LmhpFragmentationOnMcpsIndication()314 … ( ( FragSessionData[fragIndex].FragDecoderStatus.FragNbRx >> 8 ) & 0x3F ); in LmhpFragmentationOnMcpsIndication()315 …LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FragSessionData[fragIndex].FragDecoderStatu… in LmhpFragmentationOnMcpsIndication()316 …LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FragSessionData[fragIndex].FragDecoderStatu… in LmhpFragmentationOnMcpsIndication()[all …]