Searched refs:RetryHistogram (Results 1 – 3 of 3) sorted by relevance
165 …TI_UINT32 RetryHistogram[ TX_RETRY_HISTOGRAM_SIZE ]; /**< Histogram counting the number of pa… member
2118 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 …]
1216 pTxCtrl->txDataCounters[ac].RetryHistogram[retryHistogramIndex]++; in txCtrl_UpdateTxCounters()