Home
last modified time | relevance | path

Searched refs:pRxTs (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TSProc.c28 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 …]
Drtl819x_BAProc.c71 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-6.1.9/drivers/staging/rtl8192e/
Drtl819x_TSProc.c21 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->rx_timeout_indicate_seq != 0xffff) { in RxPktPendingTimeout()
34 while (!list_empty(&pRxTs->rx_pending_pkt_list)) { in RxPktPendingTimeout()
36 list_entry(pRxTs->rx_pending_pkt_list.prev, in RxPktPendingTimeout()
39 pRxTs->rx_indicate_seq = pReorderEntry->SeqNum; in RxPktPendingTimeout()
42 pRxTs->rx_indicate_seq) || in RxPktPendingTimeout()
44 pRxTs->rx_indicate_seq)) { in RxPktPendingTimeout()
48 pRxTs->rx_indicate_seq)) in RxPktPendingTimeout()
[all …]
Drtl819x_BAProc.c44 static u8 RxTsDeleteBA(struct rtllib_device *ieee, struct rx_ts_record *pRxTs) in RxTsDeleteBA() argument
46 struct ba_record *pBa = &pRxTs->rx_admitted_ba_record; in RxTsDeleteBA()
435 struct rx_ts_record *pRxTs; in rtllib_rx_DELBA() local
437 if (!GetTs(ieee, (struct ts_common_info **)&pRxTs, dst, in rtllib_rx_DELBA()
446 RxTsDeleteBA(ieee, pRxTs); in rtllib_rx_DELBA()
504 struct rx_ts_record *pRxTs = in TsInitDelBA() local
506 if (RxTsDeleteBA(ieee, pRxTs)) in TsInitDelBA()
508 &pRxTs->rx_admitted_ba_record, in TsInitDelBA()
537 struct rx_ts_record *pRxTs = from_timer(pRxTs, t, in RxBaInactTimeout() local
539 struct rtllib_device *ieee = container_of(pRxTs, struct rtllib_device, in RxBaInactTimeout()
[all …]