Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/rtl8192e/
Drtl819x_TSProc.c21 struct rx_ts_record *pRxTs = from_timer(pRxTs, t, in RxPktPendingTimeout()
124 static void ResetRxTsEntry(struct rx_ts_record *pTS) in ResetRxTsEntry()
135 struct rx_ts_record *pRxTS = ieee->RxTsRecord; in TSInitialize()
361 struct rx_ts_record *tmp = in GetTs()
363 struct rx_ts_record, in GetTs()
403 struct rx_ts_record *pRxTS = (struct rx_ts_record *)pTs; in RemoveTsEntry()
Drtl819x_BAProc.c44 static u8 RxTsDeleteBA(struct rtllib_device *ieee, struct rx_ts_record *pRxTs) in RxTsDeleteBA()
227 struct rx_ts_record *pTS = NULL; in rtllib_rx_ADDBAReq()
440 struct rx_ts_record *pRxTs; in rtllib_rx_DELBA()
509 struct rx_ts_record *pRxTs = in TsInitDelBA()
510 (struct rx_ts_record *)pTsCommonInfo; in TsInitDelBA()
542 struct rx_ts_record *pRxTs = from_timer(pRxTs, t, in RxBaInactTimeout()
Drtl819x_TS.h44 struct rx_ts_record { struct
Drtllib_rx.c449 static bool AddReorderEntry(struct rx_ts_record *pTS, in AddReorderEntry()
534 struct rx_ts_record *pTS) in rtllib_FlushRxTsPendingPkts()
568 struct rx_ts_record *pTS, u16 SeqNum) in RxReorderIndicatePacket()
937 struct rx_ts_record *pRxTS = NULL; in rtllib_rx_check_duplicate()
1300 struct rx_ts_record *pTS = NULL; in rtllib_rx_InfraAdhoc()
Drtllib.h1462 struct rx_ts_record RxTsRecord[TOTAL_TS_NUM];
2144 struct rx_ts_record *pTS);
/linux-5.19.10/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TSProc.c28 struct rx_ts_record *pRxTs = from_timer(pRxTs, t, rx_pkt_pending_timer); in RxPktPendingTimeout()
124 static void ResetRxTsEntry(struct rx_ts_record *pTS) in ResetRxTsEntry()
135 struct rx_ts_record *pRxTS = ieee->RxTsRecord; in TSInitialize()
378 struct rx_ts_record *tmp = container_of(*ppTS, struct rx_ts_record, ts_common_info); in GetTs()
419 struct rx_ts_record *pRxTS = (struct rx_ts_record *)pTs; in RemoveTsEntry()
Drtl819x_BAProc.c71 static u8 RxTsDeleteBA(struct ieee80211_device *ieee, struct rx_ts_record *pRxTs) in RxTsDeleteBA()
324 struct rx_ts_record *pTS = NULL; in ieee80211_rx_ADDBAReq()
565 struct rx_ts_record *pRxTs; in ieee80211_rx_DELBA()
650 struct rx_ts_record *pRxTs = (struct rx_ts_record *)pTsCommonInfo; in TsInitDelBA()
690 struct rx_ts_record *pRxTs = from_timer(pRxTs, t, rx_admitted_ba_record.timer); in RxBaInactTimeout()
Drtl819x_TS.h90 struct rx_ts_record { struct
Dieee80211_rx.c504 static bool AddReorderEntry(struct rx_ts_record *pTS, struct rx_reorder_entry *pReorderEntry) in AddReorderEntry()
587 struct rx_ts_record *pTS, u16 SeqNum) in RxReorderIndicatePacket()
893 struct rx_ts_record *pTS = NULL; in ieee80211_rx()
1007 struct rx_ts_record *pRxTS = NULL; in ieee80211_rx()
Dieee80211.h1651 struct rx_ts_record RxTsRecord[TOTAL_TS_NUM];