Searched refs:pTxTS (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8192e/ |
H A D | rtl819x_TSProc.c | 141 struct tx_ts_record *pTxTS = ieee->TxTsRecord; TSInitialize() local 152 pTxTS->num = count; TSInitialize() 153 setup_timer(&pTxTS->TsCommonInfo.SetupTimer, TSInitialize() 155 (unsigned long) pTxTS); TSInitialize() 157 setup_timer(&pTxTS->TsCommonInfo.InactTimer, TSInitialize() 159 (unsigned long) pTxTS); TSInitialize() 161 setup_timer(&pTxTS->TsAddBaTimer, TSInitialize() 163 (unsigned long) pTxTS); TSInitialize() 165 setup_timer(&pTxTS->TxPendingBARecord.Timer, TSInitialize() 167 (unsigned long) pTxTS); TSInitialize() 168 setup_timer(&pTxTS->TxAdmittedBARecord.Timer, TSInitialize() 170 (unsigned long) pTxTS); TSInitialize() 172 ResetTxTsEntry(pTxTS); TSInitialize() 173 list_add_tail(&pTxTS->TsCommonInfo.List, TSInitialize() 175 pTxTS++; TSInitialize() 453 struct tx_ts_record *pTxTS = (struct tx_ts_record *)pTs; RemoveTsEntry() local 455 del_timer_sync(&pTxTS->TsAddBaTimer); RemoveTsEntry() 530 void TsStartAddBaProcess(struct rtllib_device *ieee, struct tx_ts_record *pTxTS) TsStartAddBaProcess() argument 532 if (pTxTS->bAddBaReqInProgress == false) { TsStartAddBaProcess() 533 pTxTS->bAddBaReqInProgress = true; TsStartAddBaProcess() 535 if (pTxTS->bAddBaReqDelayed) { TsStartAddBaProcess() 537 mod_timer(&pTxTS->TsAddBaTimer, jiffies + TsStartAddBaProcess() 541 mod_timer(&pTxTS->TsAddBaTimer, jiffies+10); TsStartAddBaProcess()
|
H A D | rtllib.h | 2177 struct tx_ts_record *pTxTS);
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
H A D | rtl819x_TSProc.c | 143 PTX_TS_RECORD pTxTS = ieee->TxTsRecord; TSInitialize() local 156 pTxTS->num = count; TSInitialize() 159 setup_timer(&pTxTS->TsCommonInfo.SetupTimer, TsSetupTimeOut, TSInitialize() 160 (unsigned long)pTxTS); TSInitialize() 161 setup_timer(&pTxTS->TsCommonInfo.InactTimer, TsInactTimeout, TSInitialize() 162 (unsigned long)pTxTS); TSInitialize() 163 setup_timer(&pTxTS->TsAddBaTimer, TsAddBaProcess, TSInitialize() 164 (unsigned long)pTxTS); TSInitialize() 165 setup_timer(&pTxTS->TxPendingBARecord.Timer, BaSetupTimeOut, TSInitialize() 166 (unsigned long)pTxTS); TSInitialize() 167 setup_timer(&pTxTS->TxAdmittedBARecord.Timer, TSInitialize() 168 TxBaInactTimeout, (unsigned long)pTxTS); TSInitialize() 169 ResetTxTsEntry(pTxTS); TSInitialize() 170 list_add_tail(&pTxTS->TsCommonInfo.List, &ieee->Tx_TS_Unused_List); TSInitialize() 171 pTxTS++; TSInitialize() 500 PTX_TS_RECORD pTxTS = (PTX_TS_RECORD)pTs; RemoveTsEntry() local 501 del_timer_sync(&pTxTS->TsAddBaTimer); RemoveTsEntry() 585 void TsStartAddBaProcess(struct ieee80211_device *ieee, PTX_TS_RECORD pTxTS) TsStartAddBaProcess() argument 587 if(!pTxTS->bAddBaReqInProgress) TsStartAddBaProcess() 589 pTxTS->bAddBaReqInProgress = true; TsStartAddBaProcess() 590 if(pTxTS->bAddBaReqDelayed) TsStartAddBaProcess() 593 mod_timer(&pTxTS->TsAddBaTimer, jiffies + MSECS(TS_ADDBA_DELAY)); TsStartAddBaProcess() 598 mod_timer(&pTxTS->TsAddBaTimer, jiffies+10); //set 10 ticks TsStartAddBaProcess()
|
H A D | ieee80211.h | 2407 void TsStartAddBaProcess(struct ieee80211_device *ieee, PTX_TS_RECORD pTxTS);
|
Completed in 172 milliseconds