Lines Matching refs:LmhpFragmentationState
119 static LmhpFragmentationState_t LmhpFragmentationState = variable
199 LmhpFragmentationState.TxDelayState = FRAGMENTATION_TX_DELAY_STATE_STOP; in OnFragmentTxDelay()
212 LmhpFragmentationState.DataBuffer = dataBuffer; in LmhpFragmentationInit()
213 LmhpFragmentationState.DataBufferMaxSize = dataBufferMaxSize; in LmhpFragmentationInit()
214 LmhpFragmentationState.Initialized = true; in LmhpFragmentationInit()
223 LmhpFragmentationState.Initialized = false; in LmhpFragmentationInit()
225 LmhpFragmentationState.IsTxPending = false; in LmhpFragmentationInit()
230 return LmhpFragmentationState.Initialized; in LmhpFragmentationIsInitialized()
235 return LmhpFragmentationState.IsTxPending; in LmhpFragmentationIsTxPending()
243 delayTimerState = LmhpFragmentationState.TxDelayState; in LmhpFragmentationProcess()
246 LmhpFragmentationState.TxDelayState = FRAGMENTATION_TX_DELAY_STATE_IDLE; in LmhpFragmentationProcess()
295 … LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FRAGMENTATION_PKG_VERSION_ANS; in LmhpFragmentationOnMcpsIndication()
296 LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FRAGMENTATION_ID; in LmhpFragmentationOnMcpsIndication()
297 LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FRAGMENTATION_VERSION; in LmhpFragmentationOnMcpsIndication()
311 … LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FRAGMENTATION_FRAG_STATUS_ANS; in LmhpFragmentationOnMcpsIndication()
312 …LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FragSessionData[fragIndex].FragDecoderStatu… in LmhpFragmentationOnMcpsIndication()
313 LmhpFragmentationState.DataBuffer[dataBufferIndex++] = ( fragIndex << 6 ) | in LmhpFragmentationOnMcpsIndication()
315 …LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FragSessionData[fragIndex].FragDecoderStatu… in LmhpFragmentationOnMcpsIndication()
316 …LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FragSessionData[fragIndex].FragDecoderStatu… in LmhpFragmentationOnMcpsIndication()
401 … LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FRAGMENTATION_FRAG_SESSION_SETUP_ANS; in LmhpFragmentationOnMcpsIndication()
402 LmhpFragmentationState.DataBuffer[dataBufferIndex++] = status; in LmhpFragmentationOnMcpsIndication()
426 … LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FRAGMENTATION_FRAG_SESSION_DELETE_ANS; in LmhpFragmentationOnMcpsIndication()
427 LmhpFragmentationState.DataBuffer[dataBufferIndex++] = status; in LmhpFragmentationOnMcpsIndication()
503 cmdReplyAppData.Buffer = LmhpFragmentationState.DataBuffer; in LmhpFragmentationOnMcpsIndication()
518 LmhpFragmentationState.TxDelayState = FRAGMENTATION_TX_DELAY_STATE_START; in LmhpFragmentationOnMcpsIndication()