Home
last modified time | relevance | path

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

/external/openthread/src/core/mac/
Dsub_mac_callbacks.cpp77 bool aWillRetx) in RecordFrameTransmitStatus() argument
79 Get<Mac>().RecordFrameTransmitStatus(aFrame, aAckFrame, aError, aRetryCount, aWillRetx); in RecordFrameTransmitStatus()
130 bool aWillRetx) in RecordFrameTransmitStatus() argument
132 Get<LinkRaw>().RecordFrameTransmitStatus(aFrame, aAckFrame, aError, aRetryCount, aWillRetx); in RecordFrameTransmitStatus()
Dlink_raw.cpp280 bool aWillRetx) in RecordFrameTransmitStatus() argument
283 OT_UNUSED_VARIABLE(aWillRetx); in RecordFrameTransmitStatus()
Dmac.hpp418 bool aWillRetx);
785 …void LogFrameTxFailure(const TxFrame &aFrame, Error aError, uint8_t aRetryCount, bool aWillRetx) c…
Dlink_raw.hpp304 bool aWillRetx);
Dmac.cpp1142 bool aWillRetx) in RecordFrameTransmitStatus() argument
1183 LogFrameTxFailure(aFrame, aError, aRetryCount, aWillRetx); in RecordFrameTransmitStatus()
1186 if (aWillRetx) in RecordFrameTransmitStatus()
2204 …::LogFrameTxFailure(const TxFrame &aFrame, Error aError, uint8_t aRetryCount, bool aWillRetx) const in LogFrameTxFailure()
2215 uint8_t curAttempt = aWillRetx ? (aRetryCount + 1) : maxAttempts; in LogFrameTxFailure()
Dsub_mac.hpp173 bool aWillRetx);