Searched refs:RxPktPendingTimer (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Drtl819x_TS.h46 struct timer_list RxPktPendingTimer; member in struct:_RX_TS_RECORD
H A Drtl819x_TSProc.c90 mod_timer(&pRxTs->RxPktPendingTimer, jiffies + MSECS(ieee->pHTInfo->RxReorderPendingTime));
205 init_timer(&pRxTS->RxPktPendingTimer);
206 pRxTS->RxPktPendingTimer.data = (unsigned long)pRxTS;
207 pRxTS->RxPktPendingTimer.function = RxPktPendingTimeout;
492 if(timer_pending(&pRxTS->RxPktPendingTimer))
493 del_timer_sync(&pRxTS->RxPktPendingTimer);
H A Dieee80211_rx.c769 if (timer_pending(&pTS->RxPktPendingTimer))
770 del_timer_sync(&pTS->RxPktPendingTimer);
786 mod_timer(&pTS->RxPktPendingTimer, jiffies + MSECS(pHTInfo->RxReorderPendingTime));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Drtl819x_TS.h64 struct timer_list RxPktPendingTimer; member in struct:_RX_TS_RECORD
H A Drtl819x_TSProc.c106 mod_timer(&pRxTs->RxPktPendingTimer, jiffies + MSECS(ieee->pHTInfo->RxReorderPendingTime));
222 init_timer(&pRxTS->RxPktPendingTimer);
223 pRxTS->RxPktPendingTimer.data = (unsigned long)pRxTS;
224 pRxTS->RxPktPendingTimer.function = RxPktPendingTimeout;
500 if(timer_pending(&pRxTS->RxPktPendingTimer))
501 del_timer_sync(&pRxTS->RxPktPendingTimer);
H A Dieee80211_rx.c708 if(timer_pending(&pTS->RxPktPendingTimer))
710 del_timer_sync(&pTS->RxPktPendingTimer);
712 // del_timer_sync(&pTS->RxPktPendingTimer);
728 mod_timer(&pTS->RxPktPendingTimer, jiffies + MSECS(pHTInfo->RxReorderPendingTime));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_TS.h46 struct timer_list RxPktPendingTimer; member in struct:_RX_TS_RECORD
H A Drtl819x_TSProc.c90 mod_timer(&pRxTs->RxPktPendingTimer, jiffies + MSECS(ieee->pHTInfo->RxReorderPendingTime));
205 init_timer(&pRxTS->RxPktPendingTimer);
206 pRxTS->RxPktPendingTimer.data = (unsigned long)pRxTS;
207 pRxTS->RxPktPendingTimer.function = RxPktPendingTimeout;
492 if(timer_pending(&pRxTS->RxPktPendingTimer))
493 del_timer_sync(&pRxTS->RxPktPendingTimer);
H A Dieee80211_rx.c756 // del_timer_sync(&pTS->RxPktPendingTimer);
771 if(timer_pending(&pTS->RxPktPendingTimer))
772 del_timer_sync(&pTS->RxPktPendingTimer);
773 pTS->RxPktPendingTimer.expires = jiffies + MSECS(pHTInfo->RxReorderPendingTime);
774 add_timer(&pTS->RxPktPendingTimer);

Completed in 141 milliseconds