Searched refs:rx_ts_record (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/drivers/staging/rtl8192e/ |
D | rtl819x_TSProc.c | 21 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()
|
D | rtl819x_BAProc.c | 44 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()
|
D | rtl819x_TS.h | 44 struct rx_ts_record { struct
|
D | rtllib_rx.c | 449 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()
|
D | rtllib.h | 1462 struct rx_ts_record RxTsRecord[TOTAL_TS_NUM]; 2144 struct rx_ts_record *pTS);
|
/linux-5.19.10/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() 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()
|
D | rtl819x_BAProc.c | 71 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()
|
D | rtl819x_TS.h | 90 struct rx_ts_record { struct
|
D | ieee80211_rx.c | 504 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()
|
D | ieee80211.h | 1651 struct rx_ts_record RxTsRecord[TOTAL_TS_NUM];
|