Searched refs:GetFragCount (Results 1 – 3 of 3) sorted by relevance
167 work.frameInfo.SetFragCount(inPacketInfo.GetFragCount()); in CreateNewCombineWork()171 work.status.SetFragmentCount(inPacketInfo.GetFragCount()); in CreateNewCombineWork()222 if (inPacketInfo.GetFragCount() != inWork.frameInfo.GetFragCount()) { in CheckPacketWithOriWork()223 …ombiner][CheckPacket] FragCount mismatch %" PRIu32 " vs %" PRIu32 ".", inPacketInfo.GetFragCount(), in CheckPacketWithOriWork()224 inWork.frameInfo.GetFragCount()); in CheckPacketWithOriWork()227 if (inPacketInfo.GetFragNo() >= inPacketInfo.GetFragCount()) { in CheckPacketWithOriWork()229 inPacketInfo.GetFragCount()); in CheckPacketWithOriWork()
325 uint16_t fragCount = inResult.GetFragCount(); in AnalyzeSplitStructure()
119 uint16_t GetFragCount() const in GetFragCount() function