Home
last modified time | relevance | path

Searched refs:TxPendingBARecord (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/
H A Drtl819x_BAProc.c30 struct ba_record *pPendingBa = &pTxTs->TxPendingBARecord; in TxTsDeleteBA()
356 pPendingBA = &pTS->TxPendingBARecord; in rtllib_rx_ADDBARsp()
478 struct ba_record *pBA = &pTS->TxPendingBARecord; in TsInitAddBA()
511 (&pTxTs->TxPendingBARecord), in TsInitDelBA()
526 TxPendingBARecord.Timer); in BaSetupTimeOut()
530 pTxTs->TxPendingBARecord.bValid = false; in BaSetupTimeOut()
H A Drtl819x_TS.h34 struct ba_record TxPendingBARecord; member
H A Drtl819x_TSProc.c121 ResetBaEntry(&pTS->TxPendingBARecord); in ResetTxTsEntry()
154 timer_setup(&pTxTS->TxPendingBARecord.Timer, BaSetupTimeOut, in TSInitialize()