Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8192e/
Drtl819x_TSProc.c29 struct rx_ts_record *pRxTs = from_timer(pRxTs, t, in RxPktPendingTimeout()
132 static void ResetRxTsEntry(struct rx_ts_record *pTS) in ResetRxTsEntry()
143 struct rx_ts_record *pRxTS = ieee->RxTsRecord; in TSInitialize()
372 struct rx_ts_record *tmp = in GetTs()
374 struct rx_ts_record, in GetTs()
414 struct rx_ts_record *pRxTS = (struct rx_ts_record *)pTs; in RemoveTsEntry()
Drtl819x_BAProc.c53 static u8 RxTsDeleteBA(struct rtllib_device *ieee, struct rx_ts_record *pRxTs) in RxTsDeleteBA()
236 struct rx_ts_record *pTS = NULL; in rtllib_rx_ADDBAReq()
452 struct rx_ts_record *pRxTs; in rtllib_rx_DELBA()
522 struct rx_ts_record *pRxTs = in TsInitDelBA()
523 (struct rx_ts_record *)pTsCommonInfo; in TsInitDelBA()
555 struct rx_ts_record *pRxTs = from_timer(pRxTs, t, in RxBaInactTimeout()
Drtl819x_TS.h52 struct rx_ts_record { struct
Drtllib_rx.c457 static bool AddReorderEntry(struct rx_ts_record *pTS, in AddReorderEntry()
542 struct rx_ts_record *pTS) in rtllib_FlushRxTsPendingPkts()
576 struct rx_ts_record *pTS, u16 SeqNum) in RxReorderIndicatePacket()
945 struct rx_ts_record *pRxTS = NULL; in rtllib_rx_check_duplicate()
1308 struct rx_ts_record *pTS = NULL; in rtllib_rx_InfraAdhoc()
Drtllib.h1467 struct rx_ts_record RxTsRecord[TOTAL_TS_NUM];
2151 struct rx_ts_record *pTS);
/Linux-v4.19/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()
380 struct rx_ts_record *tmp = container_of(*ppTS, struct rx_ts_record, ts_common_info); in GetTs()
422 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()
328 struct rx_ts_record *pTS = NULL; in ieee80211_rx_ADDBAReq()
569 struct rx_ts_record *pRxTs; in ieee80211_rx_DELBA()
654 struct rx_ts_record *pRxTs = (struct rx_ts_record *)pTsCommonInfo; in TsInitDelBA()
694 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.c511 static bool AddReorderEntry(struct rx_ts_record *pTS, PRX_REORDER_ENTRY pReorderEntry) in AddReorderEntry()
589 struct rx_ts_record *pTS, u16 SeqNum) in RxReorderIndicatePacket()
901 struct rx_ts_record *pTS = NULL; in ieee80211_rx()
1020 struct rx_ts_record *pRxTS = NULL; in ieee80211_rx()
Dieee80211.h1654 struct rx_ts_record RxTsRecord[TOTAL_TS_NUM];