Searched refs:RxPktPendingTimer (Results 1 – 6 of 6) sorted by relevance
90 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()
46 struct timer_list RxPktPendingTimer; member
761 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()
93 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()
63 struct timer_list RxPktPendingTimer; member
529 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()