Home
last modified time | relevance | path

Searched refs:tx_ts_record (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192e/
H A Drtl819x_TSProc.c86 struct tx_ts_record *pTxTs = from_timer(pTxTs, t, TsAddBaTimer); in TsAddBaProcess()
104 static void ResetTxTsEntry(struct tx_ts_record *pTS) in ResetTxTsEntry()
126 struct tx_ts_record *pTxTS = ieee->TxTsRecord; in TSInitialize()
313 struct tx_ts_record *tmp = in GetTs()
315 struct tx_ts_record, in GetTs()
385 struct tx_ts_record *pTxTS = (struct tx_ts_record *)pTs; in RemoveTsEntry()
462 void TsStartAddBaProcess(struct rtllib_device *ieee, struct tx_ts_record *pTxTS) in TsStartAddBaProcess()
H A Drtl819x_BAProc.c26 static u8 tx_ts_delete_ba(struct rtllib_device *ieee, struct tx_ts_record *pTxTs) in tx_ts_delete_ba()
307 struct tx_ts_record *pTS = NULL; in rtllib_rx_ADDBARsp()
446 struct tx_ts_record *pTxTs; in rtllib_rx_DELBA()
464 void rtllib_ts_init_add_ba(struct rtllib_device *ieee, struct tx_ts_record *pTS, in rtllib_ts_init_add_ba()
492 struct tx_ts_record *pTxTs = in rtllib_ts_init_del_ba()
493 (struct tx_ts_record *)pTsCommonInfo; in rtllib_ts_init_del_ba()
513 struct tx_ts_record *pTxTs = from_timer(pTxTs, t, in rtllib_ba_setup_timeout()
523 struct tx_ts_record *pTxTs = from_timer(pTxTs, t, in rtllib_tx_ba_inact_timeout()
H A Drtl819x_TS.h29 struct tx_ts_record { struct
H A Drtllib_tx.c270 struct tx_ts_record *pTxTs = NULL; in rtllib_tx_query_agg_cap()
499 struct tx_ts_record *pTS = NULL; in rtllib_query_seqnum()
H A Drtllib.h1401 struct tx_ts_record TxTsRecord[TOTAL_TS_NUM];
2001 void rtllib_ts_init_add_ba(struct rtllib_device *ieee, struct tx_ts_record *pTS,
2014 struct tx_ts_record *pTxTS);
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_TSProc.c95 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()
375 struct tx_ts_record *tmp = container_of(*ppTS, struct tx_ts_record, ts_common_info); in GetTs()
446 struct tx_ts_record *pTxTS = (struct tx_ts_record *)pTs; in RemoveTsEntry()
519 void TsStartAddBaProcess(struct ieee80211_device *ieee, struct tx_ts_record *pTxTS) in TsStartAddBaProcess()
H A Drtl819x_BAProc.c43 static u8 TxTsDeleteBA(struct ieee80211_device *ieee, struct tx_ts_record *pTxTs) in TxTsDeleteBA()
419 struct tx_ts_record *pTS = NULL; in ieee80211_rx_ADDBARsp()
580 struct tx_ts_record *pTxTs; in ieee80211_rx_DELBA()
609 struct tx_ts_record *pTS, in TsInitAddBA()
640 struct tx_ts_record *pTxTs = (struct tx_ts_record *)pTsCommonInfo; in TsInitDelBA()
668 struct tx_ts_record *pTxTs = from_timer(pTxTs, t, tx_pending_ba_record.timer); in BaSetupTimeOut()
677 struct tx_ts_record *pTxTs = from_timer(pTxTs, t, tx_admitted_ba_record.timer); in TxBaInactTimeout()
H A Drtl819x_TS.h78 struct tx_ts_record { struct
H A Dieee80211_tx.c293 struct tx_ts_record *pTxTs = NULL; in ieee80211_tx_query_agg_cap()
521 struct tx_ts_record *pTS = NULL; in ieee80211_query_seqnum()
H A Dieee80211.h1583 struct tx_ts_record TxTsRecord[TOTAL_TS_NUM];
2322 void TsInitAddBA(struct ieee80211_device *ieee, struct tx_ts_record *pTS,
2340 void TsStartAddBaProcess(struct ieee80211_device *ieee, struct tx_ts_record *pTxTS);