Home
last modified time | relevance | path

Searched refs:mTxFrameTrel (Results 1 – 2 of 2) sorted by relevance

/openthread-3.6.0/src/core/mac/
Dmac_links.hpp161 TxFrame &GetTxFrame(void) { return mTxFrameTrel; }
194 mTxFrameTrel.SetLength(0); in Clear()
195 mTxFrameTrel.SetIsARetransmission(false); in Clear()
196 mTxFrameTrel.SetIsSecurityProcessed(false); in Clear()
197 mTxFrameTrel.SetCsmaCaEnabled(true); in Clear()
198 mTxFrameTrel.SetIsHeaderUpdated(false); in Clear()
219 mTxFrameTrel.SetChannel(aChannel); in SetChannel()
235 mTxFrameTrel.SetSequence(aSequence); in SetSequence()
252 mTxFrameTrel.SetMaxCsmaBackoffs(aMaxCsmaBackoffs); in SetMaxCsmaBackoffs()
269 mTxFrameTrel.SetMaxFrameRetries(aMaxFrameRetries); in SetMaxFrameRetries()
[all …]
Dmac_links.cpp52 , mTxFrameTrel(aInstance.Get<Trel::Link>().GetTransmitFrame()) in TxFrames()
72 frame = &mTxFrameTrel; in GetTxFrame()
99 …ypes.Contains(kRadioTypeTrel) && ((frame == nullptr) || (frame->GetMtu() > mTxFrameTrel.GetMtu()))) in GetTxFrame()
101 frame = &mTxFrameTrel; in GetTxFrame()
150 if (aRadioTypes.Contains(kRadioTypeTrel) && mTxFrames.mTxFrameTrel.IsEmpty()) in Send()
152 mTxFrames.mTxFrameTrel.CopyFrom(aFrame); in Send()