Searched refs:SetupTimer (Results 1 - 6 of 6) 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.h19 struct timer_list SetupTimer; member in struct:_TS_COMMON_INFO
H A Drtl819x_TSProc.c159 init_timer(&pTxTS->TsCommonInfo.SetupTimer);
160 pTxTS->TsCommonInfo.SetupTimer.data = (unsigned long)pTxTS;
161 pTxTS->TsCommonInfo.SetupTimer.function = TsSetupTimeOut;
193 init_timer(&pRxTS->TsCommonInfo.SetupTimer);
194 pRxTS->TsCommonInfo.SetupTimer.data = (unsigned long)pRxTS;
195 pRxTS->TsCommonInfo.SetupTimer.function = TsSetupTimeOut;
229 del_timer_sync(&pTsCommonInfo->SetupTimer);
483 del_timer_sync(&pTs->SetupTimer);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Drtl819x_TS.h37 struct timer_list SetupTimer; member in struct:_TS_COMMON_INFO
H A Drtl819x_TSProc.c176 init_timer(&pTxTS->TsCommonInfo.SetupTimer);
177 pTxTS->TsCommonInfo.SetupTimer.data = (unsigned long)pTxTS;
178 pTxTS->TsCommonInfo.SetupTimer.function = TsSetupTimeOut;
210 init_timer(&pRxTS->TsCommonInfo.SetupTimer);
211 pRxTS->TsCommonInfo.SetupTimer.data = (unsigned long)pRxTS;
212 pRxTS->TsCommonInfo.SetupTimer.function = TsSetupTimeOut;
244 del_timer_sync(&pTsCommonInfo->SetupTimer);
492 del_timer_sync(&pTs->SetupTimer);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_TS.h19 struct timer_list SetupTimer; member in struct:_TS_COMMON_INFO
H A Drtl819x_TSProc.c159 init_timer(&pTxTS->TsCommonInfo.SetupTimer);
160 pTxTS->TsCommonInfo.SetupTimer.data = (unsigned long)pTxTS;
161 pTxTS->TsCommonInfo.SetupTimer.function = TsSetupTimeOut;
193 init_timer(&pRxTS->TsCommonInfo.SetupTimer);
194 pRxTS->TsCommonInfo.SetupTimer.data = (unsigned long)pRxTS;
195 pRxTS->TsCommonInfo.SetupTimer.function = TsSetupTimeOut;
229 del_timer_sync(&pTsCommonInfo->SetupTimer);
483 del_timer_sync(&pTs->SetupTimer);

Completed in 92 milliseconds