Home
last modified time | relevance | path

Searched refs:RxPktPendingTimer (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TSProc.c90 mod_timer(&pRxTs->RxPktPendingTimer, jiffies + MSECS(ieee->pHTInfo->RxReorderPendingTime)); in RxPktPendingTimeout()
205 init_timer(&pRxTS->RxPktPendingTimer); in TSInitialize()
206 pRxTS->RxPktPendingTimer.data = (unsigned long)pRxTS; in TSInitialize()
207 pRxTS->RxPktPendingTimer.function = RxPktPendingTimeout; in TSInitialize()
487 if(timer_pending(&pRxTS->RxPktPendingTimer)) in RemoveTsEntry()
488 del_timer_sync(&pRxTS->RxPktPendingTimer); in RemoveTsEntry()
Drtl819x_TS.h46 struct timer_list RxPktPendingTimer; member
Dieee80211_rx.c761 if(timer_pending(&pTS->RxPktPendingTimer)) in RxReorderIndicatePacket()
762 del_timer_sync(&pTS->RxPktPendingTimer); in RxReorderIndicatePacket()
763 pTS->RxPktPendingTimer.expires = jiffies + MSECS(pHTInfo->RxReorderPendingTime); in RxReorderIndicatePacket()
764 add_timer(&pTS->RxPktPendingTimer); in RxReorderIndicatePacket()
/drivers/staging/rtl8192e/
Drtl819x_TSProc.c93 mod_timer(&pRxTs->RxPktPendingTimer, jiffies + in RxPktPendingTimeout()
198 _setup_timer(&pRxTS->RxPktPendingTimer, in TSInitialize()
434 if (timer_pending(&pRxTS->RxPktPendingTimer)) in RemoveTsEntry()
435 del_timer_sync(&pRxTS->RxPktPendingTimer); in RemoveTsEntry()
Drtl819x_TS.h63 struct timer_list RxPktPendingTimer; member
Drtllib_rx.c529 del_timer_sync(&pTS->RxPktPendingTimer); in rtllib_FlushRxTsPendingPkts()
717 if (timer_pending(&pTS->RxPktPendingTimer)) in RxReorderIndicatePacket()
718 del_timer_sync(&pTS->RxPktPendingTimer); in RxReorderIndicatePacket()
736 mod_timer(&pTS->RxPktPendingTimer, jiffies + in RxReorderIndicatePacket()