Lines Matching full:timer
47 #include "timer.h"
93 TI_BOOL bPacketMiss; /* True - Wait for missing packets start timer
105 TI_HANDLE hTimer; /* Timer Handle */
478 /* Stop timer in case that the expected SN received and timer was running */
481 /* If we wait for 2 consecutive packets we should not stop the timer - This is why we are checking after the while loop, if we have
482 more packets stored, and if we have, we start the timer again.
533 /* If there are still packets stored in the queue - start timer */
582 /* Start Timer [only if timer is not already started - according to bPacketMiss] */
612 TRACE2(pRxQueue->hReport, REPORT_SEVERITY_INFORMATION, "RxQueue_ReceivePacket: uNewWinStartSn = 0x%x(%d) STOP TIMER",uNewWinStartSn,uNewWinStartSn);
614 /* If timer is on - stop it */
731 /* If there are still packets stored in the queue - start timer */
980 This function is called on timer wake up.
981 [The timer is started when we have stored packets in the RxQueue].