Searched refs:pRxTs (Results 1 – 4 of 4) sorted by relevance
/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() 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 = (PRX_REORDER_ENTRY)list_entry(pRxTs->rx_pending_pkt_list.prev,RX_REORDER_ENTRY,Lis… 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 PBA_RECORD pBa = &pRxTs->rx_admitted_ba_record; in RxTsDeleteBA() 569 struct rx_ts_record *pRxTs; in ieee80211_rx_DELBA() local 573 (struct ts_common_info **)&pRxTs, in ieee80211_rx_DELBA() 582 RxTsDeleteBA(ieee, pRxTs); in ieee80211_rx_DELBA() 654 struct rx_ts_record *pRxTs = (struct rx_ts_record *)pTsCommonInfo; in TsInitDelBA() local 655 if (RxTsDeleteBA(ieee, pRxTs)) in TsInitDelBA() 659 &pRxTs->rx_admitted_ba_record, in TsInitDelBA() 694 struct rx_ts_record *pRxTs = from_timer(pRxTs, t, rx_admitted_ba_record.Timer); in RxBaInactTimeout() local 695 …struct ieee80211_device *ieee = container_of(pRxTs, struct ieee80211_device, RxTsRecord[pRxTs->num… in RxBaInactTimeout() [all …]
|
/Linux-v4.19/drivers/staging/rtl8192e/ |
D | rtl819x_TSProc.c | 29 struct rx_ts_record *pRxTs = from_timer(pRxTs, t, in RxPktPendingTimeout() local 31 struct rtllib_device *ieee = container_of(pRxTs, struct rtllib_device, in RxPktPendingTimeout() 32 RxTsRecord[pRxTs->num]); in RxPktPendingTimeout() 41 if (pRxTs->RxTimeoutIndicateSeq != 0xffff) { in RxPktPendingTimeout() 42 while (!list_empty(&pRxTs->RxPendingPktList)) { in RxPktPendingTimeout() 44 list_entry(pRxTs->RxPendingPktList.prev, in RxPktPendingTimeout() 47 pRxTs->RxIndicateSeq = pReorderEntry->SeqNum; in RxPktPendingTimeout() 50 pRxTs->RxIndicateSeq) || in RxPktPendingTimeout() 52 pRxTs->RxIndicateSeq)) { in RxPktPendingTimeout() 56 pRxTs->RxIndicateSeq)) in RxPktPendingTimeout() [all …]
|
D | rtl819x_BAProc.c | 53 static u8 RxTsDeleteBA(struct rtllib_device *ieee, struct rx_ts_record *pRxTs) in RxTsDeleteBA() argument 55 struct ba_record *pBa = &pRxTs->RxAdmittedBARecord; in RxTsDeleteBA() 452 struct rx_ts_record *pRxTs; in rtllib_rx_DELBA() local 454 if (!GetTs(ieee, (struct ts_common_info **)&pRxTs, dst, in rtllib_rx_DELBA() 463 RxTsDeleteBA(ieee, pRxTs); in rtllib_rx_DELBA() 522 struct rx_ts_record *pRxTs = in TsInitDelBA() local 524 if (RxTsDeleteBA(ieee, pRxTs)) in TsInitDelBA() 526 &pRxTs->RxAdmittedBARecord, in TsInitDelBA() 555 struct rx_ts_record *pRxTs = from_timer(pRxTs, t, in RxBaInactTimeout() local 557 struct rtllib_device *ieee = container_of(pRxTs, struct rtllib_device, in RxBaInactTimeout() [all …]
|