Searched refs:totalDataFrameCnt (Results 1 – 3 of 3) sorted by relevance
464 dFileTrans->totalDataFrameCnt = GetTotalFrameCount(dFileTrans); in StartFileManagerSenderTask()854 dFileTrans->totalDataFrameCnt = GetTotalFrameCount(dFileTrans); in ReceiveFileDataPrepare()855 … dFileTrans->adjustAckIntervalLimit = NstackAdjustAckIntervalRatio(dFileTrans->totalDataFrameCnt); in ReceiveFileDataPrepare()872 …dFileTrans->lastFileDataSequence, dFileTrans->receivedDataFrameCnt, dFileTrans->totalDataFrameCnt); in ReceiverIdleTimeout()1026 uint64_t allFileSize = dFileTrans->totalDataFrameCnt * dFileTrans->fileManager->maxFrameLength; in CalculateRecvRate()1335 if (trans->receivedDataFrameCnt >= trans->totalDataFrameCnt) { in HandleFileDataFrame()1342 … trans->receivedDataFrameCnt, trans->totalDataFrameCnt, trans->recvBlockListFullTimes, in HandleFileDataFrame()
130 … transTemp->allRetrySendCount, transTemp->receivedDataFrameCnt, transTemp->totalDataFrameCnt); in HidumpInfoServer()
149 uint64_t totalDataFrameCnt; member