Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/stad/Export_Inc/
DSTADExternalIf.h175 …TI_UINT32 NumPackets; /**< For average calculation - Total packets counted … member
/hardware/ti/wlan/wl1271/stad/src/Data_link/
DtxCtrl.c1143 pTxCtrl->txDataCounters[ac].NumPackets++; in txCtrl_SetTxDelayCounters()
1150 pTxCtrl->txDataCounters[ac].NumPackets = 1; in txCtrl_SetTxDelayCounters()
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
Dcu_cmd.c2137 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()