Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8192e/
Drtl819x_TS.h30 struct timer_list SetupTimer; member
Drtl819x_TSProc.c153 setup_timer(&pTxTS->TsCommonInfo.SetupTimer, in TSInitialize()
185 setup_timer(&pRxTS->TsCommonInfo.SetupTimer, in TSInitialize()
220 del_timer_sync(&pTsCommonInfo->SetupTimer); in AdmitTS()
420 del_timer_sync(&pTs->SetupTimer); in RemoveTsEntry()
/linux-4.4.14/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()