Home
last modified time | relevance | path

Searched refs:SetupTimer (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8192e/
Drtl819x_TS.h36 struct timer_list SetupTimer; member
Drtl819x_TSProc.c154 _setup_timer(&pTxTS->TsCommonInfo.SetupTimer, in TSInitialize()
186 _setup_timer(&pRxTS->TsCommonInfo.SetupTimer, in TSInitialize()
221 del_timer_sync(&pTsCommonInfo->SetupTimer); in AdmitTS()
425 del_timer_sync(&pTs->SetupTimer); in RemoveTsEntry()
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TS.h19 struct timer_list SetupTimer; member
Drtl819x_TSProc.c159 setup_timer(&pTxTS->TsCommonInfo.SetupTimer, TsSetupTimeOut, in TSInitialize()
182 setup_timer(&pRxTS->TsCommonInfo.SetupTimer, TsSetupTimeOut, in TSInitialize()
211 del_timer_sync(&pTsCommonInfo->SetupTimer); in AdmitTS()
458 del_timer_sync(&pTs->SetupTimer); in RemoveTsEntry()