Home
last modified time | relevance | path

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

/system/wlan/ti/wilink_6_1/stad/Export_Inc/
DSTADExternalIf.h171 …TI_UINT32 MaxConsecutiveRetryFail;/**< Maximum consecutive packets that failed transmission d… member
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
Dtiwlnif.h232 …UINT32 MaxConsecutiveRetryFail;/* Maximum consecutive packets that failed transmission due to…
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
DtxCtrl.c1258 if (pTxCtrl->currentConsecutiveRetryFail > pTxCtrl->txDataCounters[ac].MaxConsecutiveRetryFail) in txCtrl_UpdateTxCounters()
1260 pTxCtrl->txDataCounters[ac].MaxConsecutiveRetryFail = pTxCtrl->currentConsecutiveRetryFail; in txCtrl_UpdateTxCounters()
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
Dtx.c2982 …f (pTxData->currentConsecutiveRetryFail > pTxData->txDataCounters[ TxQid ].MaxConsecutiveRetryFail) in txData_UpdateTxCounters()
2984 … pTxData->txDataCounters[TxQid].MaxConsecutiveRetryFail = pTxData->currentConsecutiveRetryFail; in txData_UpdateTxCounters()
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
Dcu_cmd.c939 … Max Consecutive Retry Failures : %d\n\n", statistics.txCounters[TxQid].MaxConsecutiveRetryFail ); in cmd_show_tx_statistics()
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
Dcu_cmd.c2085 … Max Consecutive Retry Failures : %d\n\n", txCounters.txCounters[TxQid].MaxConsecutiveRetryFail ); in CuCmd_ShowTxStatistics()