Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dsub_mac_callbacks.cpp70 bool aWillRetx) in RecordFrameTransmitStatus() argument
72 Get<Mac>().RecordFrameTransmitStatus(aFrame, aError, aRetryCount, aWillRetx); in RecordFrameTransmitStatus()
117 bool aWillRetx) in RecordFrameTransmitStatus() argument
119 Get<LinkRaw>().RecordFrameTransmitStatus(aFrame, aError, aRetryCount, aWillRetx); in RecordFrameTransmitStatus()
Dlink_raw.cpp281 …RecordFrameTransmitStatus(const TxFrame &aFrame, Error aError, uint8_t aRetryCount, bool aWillRetx) in RecordFrameTransmitStatus() argument
283 OT_UNUSED_VARIABLE(aWillRetx); in RecordFrameTransmitStatus()
Dlink_raw.hpp287 …ecordFrameTransmitStatus(const TxFrame &aFrame, Error aError, uint8_t aRetryCount, bool aWillRetx);
Dmac.hpp410 …ecordFrameTransmitStatus(const TxFrame &aFrame, Error aError, uint8_t aRetryCount, bool aWillRetx);
863 …void LogFrameTxFailure(const TxFrame &aFrame, Error aError, uint8_t aRetryCount, bool aWillRetx) c…
Dmac.cpp1194 …RecordFrameTransmitStatus(const TxFrame &aFrame, Error aError, uint8_t aRetryCount, bool aWillRetx) in RecordFrameTransmitStatus() argument
1235 LogFrameTxFailure(aFrame, aError, aRetryCount, aWillRetx); in RecordFrameTransmitStatus()
1238 if (aWillRetx) in RecordFrameTransmitStatus()
2369 …::LogFrameTxFailure(const TxFrame &aFrame, Error aError, uint8_t aRetryCount, bool aWillRetx) const in LogFrameTxFailure()
2377 uint8_t curAttempt = aWillRetx ? (aRetryCount + 1) : maxAttempts; in LogFrameTxFailure()
2384 OT_UNUSED_VARIABLE(aWillRetx); in LogFrameTxFailure()
Dsub_mac.hpp160 …ecordFrameTransmitStatus(const TxFrame &aFrame, Error aError, uint8_t aRetryCount, bool aWillRetx);