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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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));

Completed in 232 milliseconds