Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8192e/
Drtl819x_TSProc.c29 struct rx_ts_record *pRxTs = (struct rx_ts_record *)data; in RxPktPendingTimeout() local
30 struct rtllib_device *ieee = container_of(pRxTs, struct rtllib_device, in RxPktPendingTimeout()
31 RxTsRecord[pRxTs->num]); in RxPktPendingTimeout()
40 if (pRxTs->RxTimeoutIndicateSeq != 0xffff) { in RxPktPendingTimeout()
41 while (!list_empty(&pRxTs->RxPendingPktList)) { in RxPktPendingTimeout()
43 list_entry(pRxTs->RxPendingPktList.prev, in RxPktPendingTimeout()
46 pRxTs->RxIndicateSeq = pReorderEntry->SeqNum; in RxPktPendingTimeout()
49 pRxTs->RxIndicateSeq) || in RxPktPendingTimeout()
51 pRxTs->RxIndicateSeq)) { in RxPktPendingTimeout()
55 pRxTs->RxIndicateSeq)) in RxPktPendingTimeout()
[all …]
Drtl819x_BAProc.c53 static u8 RxTsDeleteBA(struct rtllib_device *ieee, struct rx_ts_record *pRxTs) in RxTsDeleteBA() argument
55 struct ba_record *pBa = &pRxTs->RxAdmittedBARecord; in RxTsDeleteBA()
454 struct rx_ts_record *pRxTs; in rtllib_rx_DELBA() local
456 if (!GetTs(ieee, (struct ts_common_info **)&pRxTs, dst, in rtllib_rx_DELBA()
465 RxTsDeleteBA(ieee, pRxTs); in rtllib_rx_DELBA()
524 struct rx_ts_record *pRxTs = in TsInitDelBA() local
526 if (RxTsDeleteBA(ieee, pRxTs)) in TsInitDelBA()
528 &pRxTs->RxAdmittedBARecord, in TsInitDelBA()
555 struct rx_ts_record *pRxTs = (struct rx_ts_record *)data; in RxBaInactTimeout() local
556 struct rtllib_device *ieee = container_of(pRxTs, struct rtllib_device, in RxBaInactTimeout()
[all …]
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TSProc.c27 PRX_TS_RECORD pRxTs = (PRX_TS_RECORD)data; in RxPktPendingTimeout() local
28 …struct ieee80211_device *ieee = container_of(pRxTs, struct ieee80211_device, RxTsRecord[pRxTs->num… in RxPktPendingTimeout()
42 if(pRxTs->RxTimeoutIndicateSeq != 0xffff) in RxPktPendingTimeout()
45 while(!list_empty(&pRxTs->RxPendingPktList)) in RxPktPendingTimeout()
47 … pReorderEntry = (PRX_REORDER_ENTRY)list_entry(pRxTs->RxPendingPktList.prev,RX_REORDER_ENTRY,List); in RxPktPendingTimeout()
49 pRxTs->RxIndicateSeq = pReorderEntry->SeqNum; in RxPktPendingTimeout()
51 if( SN_LESS(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq) || in RxPktPendingTimeout()
52 SN_EQUAL(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq) ) in RxPktPendingTimeout()
56 if(SN_EQUAL(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq)) in RxPktPendingTimeout()
57 pRxTs->RxIndicateSeq = (pRxTs->RxIndicateSeq + 1) % 4096; in RxPktPendingTimeout()
[all …]
Drtl819x_BAProc.c72 static u8 RxTsDeleteBA(struct ieee80211_device *ieee, PRX_TS_RECORD pRxTs) in RxTsDeleteBA() argument
74 PBA_RECORD pBa = &pRxTs->RxAdmittedBARecord; in RxTsDeleteBA()
598 PRX_TS_RECORD pRxTs; in ieee80211_rx_DELBA() local
602 (PTS_COMMON_INFO *)&pRxTs, in ieee80211_rx_DELBA()
612 RxTsDeleteBA(ieee, pRxTs); in ieee80211_rx_DELBA()
691 PRX_TS_RECORD pRxTs = (PRX_TS_RECORD)pTsCommonInfo; in TsInitDelBA() local
692 if(RxTsDeleteBA(ieee, pRxTs)) in TsInitDelBA()
696 &pRxTs->RxAdmittedBARecord, in TsInitDelBA()
731 PRX_TS_RECORD pRxTs = (PRX_TS_RECORD)data; in RxBaInactTimeout() local
732 …struct ieee80211_device *ieee = container_of(pRxTs, struct ieee80211_device, RxTsRecord[pRxTs->num… in RxBaInactTimeout()
[all …]