Searched refs:uPktAge (Results 1 – 1 of 1) sorted by relevance
1337 TI_UINT32 uPktAge; /* Time in uSec since packet start time. */ in txCtrl_CheckForTxStuck() local1351 uPktAge = os_timeStampMs (pTxCtrl->hOs) - pPktCtrlBlk->tTxDescriptor.startTime; in txCtrl_CheckForTxStuck()1352 if (uPktAge > ((MGMT_PKT_LIFETIME_TU << SHIFT_BETWEEN_TU_AND_USEC) * 2)) in txCtrl_CheckForTxStuck()