Searched refs:NumPackets (Results 1 – 3 of 3) sorted by relevance
175 …TI_UINT32 NumPackets; /**< For average calculation - Total packets counted … member
1143 pTxCtrl->txDataCounters[ac].NumPackets++; in txCtrl_SetTxDelayCounters()1150 pTxCtrl->txDataCounters[ac].NumPackets = 1; in txCtrl_SetTxDelayCounters()
2137 if (txCounters.txCounters[TxQid].NumPackets) in CuCmd_ShowTxStatistics()2139 …rageDelay = txCounters.txCounters[TxQid].SumTotalDelayMs / txCounters.txCounters[TxQid].NumPackets; in CuCmd_ShowTxStatistics()2140 …erageFWDelay = txCounters.txCounters[TxQid].SumFWDelayUs / txCounters.txCounters[TxQid].NumPackets; in CuCmd_ShowTxStatistics()2141 …ageMacDelay = txCounters.txCounters[TxQid].SumMacDelayUs / txCounters.txCounters[TxQid].NumPackets; in CuCmd_ShowTxStatistics()