Searched refs:tx_ts_record (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_TSProc.c | 95 struct tx_ts_record *pTxTs = from_timer(pTxTs, t, ts_add_ba_timer); in TsAddBaProcess() 113 static void ResetTxTsEntry(struct tx_ts_record *pTS) in ResetTxTsEntry() 134 struct tx_ts_record *pTxTS = ieee->TxTsRecord; in TSInitialize() 377 struct tx_ts_record *tmp = container_of(*ppTS, struct tx_ts_record, ts_common_info); in GetTs() 450 struct tx_ts_record *pTxTS = (struct tx_ts_record *)pTs; in RemoveTsEntry() 523 void TsStartAddBaProcess(struct ieee80211_device *ieee, struct tx_ts_record *pTxTS) in TsStartAddBaProcess()
|
D | rtl819x_BAProc.c | 43 static u8 TxTsDeleteBA(struct ieee80211_device *ieee, struct tx_ts_record *pTxTs) in TxTsDeleteBA() 423 struct tx_ts_record *pTS = NULL; in ieee80211_rx_ADDBARsp() 584 struct tx_ts_record *pTxTs; in ieee80211_rx_DELBA() 613 struct tx_ts_record *pTS, in TsInitAddBA() 644 struct tx_ts_record *pTxTs = (struct tx_ts_record *)pTsCommonInfo; in TsInitDelBA() 672 struct tx_ts_record *pTxTs = from_timer(pTxTs, t, tx_pending_ba_record.Timer); in BaSetupTimeOut() 681 struct tx_ts_record *pTxTs = from_timer(pTxTs, t, tx_admitted_ba_record.Timer); in TxBaInactTimeout()
|
D | rtl819x_TS.h | 78 struct tx_ts_record { struct
|
D | ieee80211_tx.c | 309 struct tx_ts_record *pTxTs = NULL; in ieee80211_tx_query_agg_cap() 587 struct tx_ts_record *pTS = NULL; in ieee80211_query_seqnum()
|
D | ieee80211.h | 1649 struct tx_ts_record TxTsRecord[TOTAL_TS_NUM]; 2391 void TsInitAddBA(struct ieee80211_device *ieee, struct tx_ts_record *pTS, 2409 void TsStartAddBaProcess(struct ieee80211_device *ieee, struct tx_ts_record *pTxTS);
|
/Linux-v4.19/drivers/staging/rtl8192e/ |
D | rtl819x_TSProc.c | 102 struct tx_ts_record *pTxTs = from_timer(pTxTs, t, TsAddBaTimer); in TsAddBaProcess() 120 static void ResetTxTsEntry(struct tx_ts_record *pTS) in ResetTxTsEntry() 142 struct tx_ts_record *pTxTS = ieee->TxTsRecord; in TSInitialize() 366 struct tx_ts_record *tmp = in GetTs() 368 struct tx_ts_record, in GetTs() 441 struct tx_ts_record *pTxTS = (struct tx_ts_record *)pTs; in RemoveTsEntry() 518 void TsStartAddBaProcess(struct rtllib_device *ieee, struct tx_ts_record *pTxTS) in TsStartAddBaProcess()
|
D | rtl819x_BAProc.c | 35 static u8 TxTsDeleteBA(struct rtllib_device *ieee, struct tx_ts_record *pTxTs) in TxTsDeleteBA() 321 struct tx_ts_record *pTS = NULL; in rtllib_rx_ADDBARsp() 465 struct tx_ts_record *pTxTs; in rtllib_rx_DELBA() 483 void TsInitAddBA(struct rtllib_device *ieee, struct tx_ts_record *pTS, in TsInitAddBA() 512 struct tx_ts_record *pTxTs = in TsInitDelBA() 513 (struct tx_ts_record *)pTsCommonInfo; in TsInitDelBA() 533 struct tx_ts_record *pTxTs = from_timer(pTxTs, t, in BaSetupTimeOut() 543 struct tx_ts_record *pTxTs = from_timer(pTxTs, t, in TxBaInactTimeout()
|
D | rtl819x_TS.h | 39 struct tx_ts_record { struct
|
D | rtllib_tx.c | 289 struct tx_ts_record *pTxTs = NULL; in rtllib_tx_query_agg_cap() 521 struct tx_ts_record *pTS = NULL; in rtllib_query_seqnum()
|
D | rtllib.h | 1463 struct tx_ts_record TxTsRecord[TOTAL_TS_NUM]; 2111 void TsInitAddBA(struct rtllib_device *ieee, struct tx_ts_record *pTS, 2124 struct tx_ts_record *pTxTS);
|