Searched refs:pRxTs (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_TSProc.c | 28 struct rx_ts_record *pRxTs = from_timer(pRxTs, t, rx_pkt_pending_timer); in RxPktPendingTimeout() local 29 …struct ieee80211_device *ieee = container_of(pRxTs, struct ieee80211_device, RxTsRecord[pRxTs->num… in RxPktPendingTimeout() 40 if (pRxTs->rx_timeout_indicate_seq != 0xffff) { in RxPktPendingTimeout() 42 while (!list_empty(&pRxTs->rx_pending_pkt_list)) { in RxPktPendingTimeout() 43 pReorderEntry = list_entry(pRxTs->rx_pending_pkt_list.prev, struct rx_reorder_entry, List); in RxPktPendingTimeout() 45 pRxTs->rx_indicate_seq = pReorderEntry->SeqNum; in RxPktPendingTimeout() 47 if (SN_LESS(pReorderEntry->SeqNum, pRxTs->rx_indicate_seq) || in RxPktPendingTimeout() 48 SN_EQUAL(pReorderEntry->SeqNum, pRxTs->rx_indicate_seq)) { in RxPktPendingTimeout() 51 if (SN_EQUAL(pReorderEntry->SeqNum, pRxTs->rx_indicate_seq)) in RxPktPendingTimeout() 52 pRxTs->rx_indicate_seq = (pRxTs->rx_indicate_seq + 1) % 4096; in RxPktPendingTimeout() [all …]
|
D | rtl819x_BAProc.c | 71 static u8 RxTsDeleteBA(struct ieee80211_device *ieee, struct rx_ts_record *pRxTs) in RxTsDeleteBA() argument 73 struct ba_record *pBa = &pRxTs->rx_admitted_ba_record; in RxTsDeleteBA() 565 struct rx_ts_record *pRxTs; in ieee80211_rx_DELBA() local 569 (struct ts_common_info **)&pRxTs, in ieee80211_rx_DELBA() 578 RxTsDeleteBA(ieee, pRxTs); in ieee80211_rx_DELBA() 650 struct rx_ts_record *pRxTs = (struct rx_ts_record *)pTsCommonInfo; in TsInitDelBA() local 651 if (RxTsDeleteBA(ieee, pRxTs)) in TsInitDelBA() 655 &pRxTs->rx_admitted_ba_record, in TsInitDelBA() 690 struct rx_ts_record *pRxTs = from_timer(pRxTs, t, rx_admitted_ba_record.timer); in RxBaInactTimeout() local 691 …struct ieee80211_device *ieee = container_of(pRxTs, struct ieee80211_device, RxTsRecord[pRxTs->num… in RxBaInactTimeout() [all …]
|
/Linux-v5.4/drivers/staging/rtl8192e/ |
D | rtl819x_TSProc.c | 21 struct rx_ts_record *pRxTs = from_timer(pRxTs, t, in RxPktPendingTimeout() local 23 struct rtllib_device *ieee = container_of(pRxTs, struct rtllib_device, in RxPktPendingTimeout() 24 RxTsRecord[pRxTs->num]); in RxPktPendingTimeout() 33 if (pRxTs->RxTimeoutIndicateSeq != 0xffff) { in RxPktPendingTimeout() 34 while (!list_empty(&pRxTs->RxPendingPktList)) { in RxPktPendingTimeout() 36 list_entry(pRxTs->RxPendingPktList.prev, in RxPktPendingTimeout() 39 pRxTs->RxIndicateSeq = pReorderEntry->SeqNum; in RxPktPendingTimeout() 42 pRxTs->RxIndicateSeq) || in RxPktPendingTimeout() 44 pRxTs->RxIndicateSeq)) { in RxPktPendingTimeout() 48 pRxTs->RxIndicateSeq)) in RxPktPendingTimeout() [all …]
|
D | rtl819x_BAProc.c | 45 static u8 RxTsDeleteBA(struct rtllib_device *ieee, struct rx_ts_record *pRxTs) in RxTsDeleteBA() argument 47 struct ba_record *pBa = &pRxTs->RxAdmittedBARecord; in RxTsDeleteBA() 444 struct rx_ts_record *pRxTs; in rtllib_rx_DELBA() local 446 if (!GetTs(ieee, (struct ts_common_info **)&pRxTs, dst, in rtllib_rx_DELBA() 455 RxTsDeleteBA(ieee, pRxTs); in rtllib_rx_DELBA() 514 struct rx_ts_record *pRxTs = in TsInitDelBA() local 516 if (RxTsDeleteBA(ieee, pRxTs)) in TsInitDelBA() 518 &pRxTs->RxAdmittedBARecord, in TsInitDelBA() 547 struct rx_ts_record *pRxTs = from_timer(pRxTs, t, in RxBaInactTimeout() local 549 struct rtllib_device *ieee = container_of(pRxTs, struct rtllib_device, in RxBaInactTimeout() [all …]
|