Searched refs:rx_ts_record (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8192e/ |
D | rtl819x_TSProc.c | 29 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()
|
D | rtl819x_BAProc.c | 53 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()
|
D | rtl819x_TS.h | 52 struct rx_ts_record { struct
|
D | rtllib_rx.c | 457 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()
|
D | rtllib.h | 1467 struct rx_ts_record RxTsRecord[TOTAL_TS_NUM]; 2151 struct rx_ts_record *pTS);
|
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_TSProc.c | 28 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()
|
D | rtl819x_BAProc.c | 71 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()
|
D | rtl819x_TS.h | 90 struct rx_ts_record { struct
|
D | ieee80211_rx.c | 511 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()
|
D | ieee80211.h | 1654 struct rx_ts_record RxTsRecord[TOTAL_TS_NUM];
|