Searched refs:MaxConsecutiveRetryFail (Results 1 – 6 of 6) sorted by relevance
171 …TI_UINT32 MaxConsecutiveRetryFail;/**< Maximum consecutive packets that failed transmission d… member
232 …UINT32 MaxConsecutiveRetryFail;/* Maximum consecutive packets that failed transmission due to…
1258 if (pTxCtrl->currentConsecutiveRetryFail > pTxCtrl->txDataCounters[ac].MaxConsecutiveRetryFail) in txCtrl_UpdateTxCounters()1260 pTxCtrl->txDataCounters[ac].MaxConsecutiveRetryFail = pTxCtrl->currentConsecutiveRetryFail; in txCtrl_UpdateTxCounters()
2982 …f (pTxData->currentConsecutiveRetryFail > pTxData->txDataCounters[ TxQid ].MaxConsecutiveRetryFail) in txData_UpdateTxCounters()2984 … pTxData->txDataCounters[TxQid].MaxConsecutiveRetryFail = pTxData->currentConsecutiveRetryFail; in txData_UpdateTxCounters()
939 … Max Consecutive Retry Failures : %d\n\n", statistics.txCounters[TxQid].MaxConsecutiveRetryFail ); in cmd_show_tx_statistics()
2085 … Max Consecutive Retry Failures : %d\n\n", txCounters.txCounters[TxQid].MaxConsecutiveRetryFail ); in CuCmd_ShowTxStatistics()