Home
last modified time | relevance | path

Searched refs:RetryHistogram (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/wlan/wl1271/stad/Export_Inc/
DSTADExternalIf.h165 …TI_UINT32 RetryHistogram[ TX_RETRY_HISTOGRAM_SIZE ]; /**< Histogram counting the number of pa… member
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
Dcu_cmd.c2118 txCounters.txCounters[TxQid].RetryHistogram[ 0 ], in CuCmd_ShowTxStatistics()
2119 txCounters.txCounters[TxQid].RetryHistogram[ 1 ], in CuCmd_ShowTxStatistics()
2120 txCounters.txCounters[TxQid].RetryHistogram[ 2 ], in CuCmd_ShowTxStatistics()
2121 txCounters.txCounters[TxQid].RetryHistogram[ 3 ], in CuCmd_ShowTxStatistics()
2122 txCounters.txCounters[TxQid].RetryHistogram[ 4 ], in CuCmd_ShowTxStatistics()
2123 txCounters.txCounters[TxQid].RetryHistogram[ 5 ], in CuCmd_ShowTxStatistics()
2124 txCounters.txCounters[TxQid].RetryHistogram[ 6 ], in CuCmd_ShowTxStatistics()
2125 txCounters.txCounters[TxQid].RetryHistogram[ 7 ]); in CuCmd_ShowTxStatistics()
2128 txCounters.txCounters[TxQid].RetryHistogram[ 8 ], in CuCmd_ShowTxStatistics()
2129 txCounters.txCounters[TxQid].RetryHistogram[ 9 ], in CuCmd_ShowTxStatistics()
[all …]
/hardware/ti/wlan/wl1271/stad/src/Data_link/
DtxCtrl.c1216 pTxCtrl->txDataCounters[ac].RetryHistogram[retryHistogramIndex]++; in txCtrl_UpdateTxCounters()