Searched refs:TX_RETRY_HISTOGRAM_SIZE (Results 1 – 2 of 2) sorted by relevance
71 #define TX_RETRY_HISTOGRAM_SIZE 16 macro165 …TI_UINT32 RetryHistogram[ TX_RETRY_HISTOGRAM_SIZE ]; /**< Histogram counting the number of pa…
1214 retryHistogramIndex = (pTxResultInfo->ackFailures >= TX_RETRY_HISTOGRAM_SIZE) ? in txCtrl_UpdateTxCounters()1215 (TX_RETRY_HISTOGRAM_SIZE - 1) : pTxResultInfo->ackFailures; in txCtrl_UpdateTxCounters()