Lines Matching refs:fragSessionData

331                 FragSessionData_t fragSessionData;  in LmhpFragmentationOnMcpsIndication()  local
334fragSessionData.FragGroupData.FragSession.Value = mcpsIndication->Buffer[cmdIndex++]; in LmhpFragmentationOnMcpsIndication()
336fragSessionData.FragGroupData.FragNb = ( mcpsIndication->Buffer[cmdIndex++] << 0 ) & 0x00FF; in LmhpFragmentationOnMcpsIndication()
337fragSessionData.FragGroupData.FragNb |= ( mcpsIndication->Buffer[cmdIndex++] << 8 ) & 0xFF00; in LmhpFragmentationOnMcpsIndication()
339 fragSessionData.FragGroupData.FragSize = mcpsIndication->Buffer[cmdIndex++]; in LmhpFragmentationOnMcpsIndication()
341 fragSessionData.FragGroupData.Control.Value = mcpsIndication->Buffer[cmdIndex++]; in LmhpFragmentationOnMcpsIndication()
343 fragSessionData.FragGroupData.Padding = mcpsIndication->Buffer[cmdIndex++]; in LmhpFragmentationOnMcpsIndication()
345fragSessionData.FragGroupData.Descriptor = ( mcpsIndication->Buffer[cmdIndex++] << 0 ) & 0x00000… in LmhpFragmentationOnMcpsIndication()
346fragSessionData.FragGroupData.Descriptor += ( mcpsIndication->Buffer[cmdIndex++] << 8 ) & 0x0000F… in LmhpFragmentationOnMcpsIndication()
347fragSessionData.FragGroupData.Descriptor += ( mcpsIndication->Buffer[cmdIndex++] << 16 ) & 0x00FF0… in LmhpFragmentationOnMcpsIndication()
348fragSessionData.FragGroupData.Descriptor += ( mcpsIndication->Buffer[cmdIndex++] << 24 ) & 0xFF000… in LmhpFragmentationOnMcpsIndication()
350 if( fragSessionData.FragGroupData.Control.Fields.FragAlgo > 0 ) in LmhpFragmentationOnMcpsIndication()
356 if( ( fragSessionData.FragGroupData.FragNb > FRAG_MAX_NB ) || in LmhpFragmentationOnMcpsIndication()
357 ( fragSessionData.FragGroupData.FragSize > FRAG_MAX_SIZE ) || in LmhpFragmentationOnMcpsIndication()
358 …( ( fragSessionData.FragGroupData.FragNb * fragSessionData.FragGroupData.FragSize ) > FragDecoderG… in LmhpFragmentationOnMcpsIndication()
363 if( ( fragSessionData.FragGroupData.FragNb > FRAG_MAX_NB ) || in LmhpFragmentationOnMcpsIndication()
364 ( fragSessionData.FragGroupData.FragSize > FRAG_MAX_SIZE ) || in LmhpFragmentationOnMcpsIndication()
365 …( ( fragSessionData.FragGroupData.FragNb * fragSessionData.FragGroupData.FragSize ) > LmhpFragment… in LmhpFragmentationOnMcpsIndication()
370 … status |= ( fragSessionData.FragGroupData.FragSession.Fields.FragIndex << 6 ) & 0xC0; in LmhpFragmentationOnMcpsIndication()
371 … if( fragSessionData.FragGroupData.FragSession.Fields.FragIndex >= FRAGMENTATION_MAX_SESSIONS ) in LmhpFragmentationOnMcpsIndication()
379 if( fragSessionData.FragGroupData.Descriptor != 0x01020304 ) in LmhpFragmentationOnMcpsIndication()
387 fragSessionData.FragGroupData.IsActive = true; in LmhpFragmentationOnMcpsIndication()
388 fragSessionData.FragDecoderProcessStatus = FRAG_SESSION_ONGOING; in LmhpFragmentationOnMcpsIndication()
389 … FragSessionData[fragSessionData.FragGroupData.FragSession.Fields.FragIndex] = fragSessionData; in LmhpFragmentationOnMcpsIndication()
391 FragDecoderInit( fragSessionData.FragGroupData.FragNb, in LmhpFragmentationOnMcpsIndication()
392 fragSessionData.FragGroupData.FragSize, in LmhpFragmentationOnMcpsIndication()
395 FragDecoderInit( fragSessionData.FragGroupData.FragNb, in LmhpFragmentationOnMcpsIndication()
396 fragSessionData.FragGroupData.FragSize, in LmhpFragmentationOnMcpsIndication()