Searched refs:mBenchmarkLinks (Results 1 – 2 of 2) sorted by relevance
455 uint32_t toSendOut = OT_MIN(OT_ARRAY_LENGTH(mBenchmarkLinks), benchmarkLinksLeft); in Process()462 mBenchmarkLinks[i].mNext = nullptr; in Process()463 mBenchmarkLinks[i].mData = mSendBufferBytes; in Process()464 mBenchmarkLinks[i].mLength = sizeof(mSendBufferBytes); in Process()467 mBenchmarkLinks[i].mLength = mBenchmarkBytesTotal % sizeof(mSendBufferBytes); in Process()469 error = otTcpSendByReference(&mEndpoint, &mBenchmarkLinks[i], in Process()653 if (mBenchmarkBytesUnsent >= OT_ARRAY_LENGTH(mBenchmarkLinks) * sizeof(mSendBufferBytes)) in HandleTcpSendDone()
154 …mBenchmarkLinks[(sizeof(mReceiveBufferBytes) + sizeof(mSendBufferBytes) - 1) / sizeof(mSendBufferB… member in ot::Cli::TcpExample