Home
last modified time | relevance | path

Searched refs:aWillRetx (Results 1 – 6 of 6) sorted by relevance

/openthread-3.5.0/src/core/mac/
Dsub_mac_callbacks.cpp76 bool aWillRetx) in RecordFrameTransmitStatus() argument
78 Get<Mac>().RecordFrameTransmitStatus(aFrame, aError, aRetryCount, aWillRetx); in RecordFrameTransmitStatus()
123 bool aWillRetx) in RecordFrameTransmitStatus() argument
125 Get<LinkRaw>().RecordFrameTransmitStatus(aFrame, aError, aRetryCount, aWillRetx); in RecordFrameTransmitStatus()
Dlink_raw.cpp276 …RecordFrameTransmitStatus(const TxFrame &aFrame, Error aError, uint8_t aRetryCount, bool aWillRetx) in RecordFrameTransmitStatus() argument
278 OT_UNUSED_VARIABLE(aWillRetx); in RecordFrameTransmitStatus()
Dlink_raw.hpp301 …ecordFrameTransmitStatus(const TxFrame &aFrame, Error aError, uint8_t aRetryCount, bool aWillRetx);
Dmac.hpp416 …ecordFrameTransmitStatus(const TxFrame &aFrame, Error aError, uint8_t aRetryCount, bool aWillRetx);
798 …void LogFrameTxFailure(const TxFrame &aFrame, Error aError, uint8_t aRetryCount, bool aWillRetx) c…
Dsub_mac.hpp167 …ecordFrameTransmitStatus(const TxFrame &aFrame, Error aError, uint8_t aRetryCount, bool aWillRetx);
Dmac.cpp1146 …RecordFrameTransmitStatus(const TxFrame &aFrame, Error aError, uint8_t aRetryCount, bool aWillRetx) in RecordFrameTransmitStatus() argument
1187 LogFrameTxFailure(aFrame, aError, aRetryCount, aWillRetx); in RecordFrameTransmitStatus()
1190 if (aWillRetx) in RecordFrameTransmitStatus()
2207 …::LogFrameTxFailure(const TxFrame &aFrame, Error aError, uint8_t aRetryCount, bool aWillRetx) const in LogFrameTxFailure()
2218 uint8_t curAttempt = aWillRetx ? (aRetryCount + 1) : maxAttempts; in LogFrameTxFailure()