Searched refs:pRxTs (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/staging/rtl8192e/ |
D | rtl819x_TSProc.c | 33 struct rx_ts_record *pRxTs = (struct rx_ts_record *)data; in RxPktPendingTimeout() local 34 struct rtllib_device *ieee = container_of(pRxTs, struct rtllib_device, in RxPktPendingTimeout() 35 RxTsRecord[pRxTs->num]); in RxPktPendingTimeout() 44 if (pRxTs->RxTimeoutIndicateSeq != 0xffff) { in RxPktPendingTimeout() 45 while (!list_empty(&pRxTs->RxPendingPktList)) { in RxPktPendingTimeout() 47 list_entry(pRxTs->RxPendingPktList.prev, in RxPktPendingTimeout() 50 pRxTs->RxIndicateSeq = pReorderEntry->SeqNum; in RxPktPendingTimeout() 52 if (SN_LESS(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq) || in RxPktPendingTimeout() 53 SN_EQUAL(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq)) { in RxPktPendingTimeout() 57 pRxTs->RxIndicateSeq)) in RxPktPendingTimeout() [all …]
|
D | rtl819x_BAProc.c | 54 static u8 RxTsDeleteBA(struct rtllib_device *ieee, struct rx_ts_record *pRxTs) in RxTsDeleteBA() argument 56 struct ba_record *pBa = &pRxTs->RxAdmittedBARecord; in RxTsDeleteBA() 456 struct rx_ts_record *pRxTs; in rtllib_rx_DELBA() local 458 if (!GetTs(ieee, (struct ts_common_info **)&pRxTs, dst, in rtllib_rx_DELBA() 466 RxTsDeleteBA(ieee, pRxTs); in rtllib_rx_DELBA() 525 struct rx_ts_record *pRxTs = in TsInitDelBA() local 527 if (RxTsDeleteBA(ieee, pRxTs)) in TsInitDelBA() 529 &pRxTs->RxAdmittedBARecord, in TsInitDelBA() 556 struct rx_ts_record *pRxTs = (struct rx_ts_record *)data; in RxBaInactTimeout() local 557 struct rtllib_device *ieee = container_of(pRxTs, struct rtllib_device, in RxBaInactTimeout() [all …]
|
/linux-3.4.99/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_TSProc.c | 27 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 …]
|
D | rtl819x_BAProc.c | 70 u8 RxTsDeleteBA( struct ieee80211_device* ieee, PRX_TS_RECORD pRxTs) in RxTsDeleteBA() argument 72 PBA_RECORD pBa = &pRxTs->RxAdmittedBARecord; in RxTsDeleteBA() 592 PRX_TS_RECORD pRxTs; in ieee80211_rx_DELBA() local 596 (PTS_COMMON_INFO*)&pRxTs, in ieee80211_rx_DELBA() 606 RxTsDeleteBA(ieee, pRxTs); in ieee80211_rx_DELBA() 685 PRX_TS_RECORD pRxTs = (PRX_TS_RECORD)pTsCommonInfo; in TsInitDelBA() local 686 if(RxTsDeleteBA(ieee, pRxTs)) in TsInitDelBA() 690 &pRxTs->RxAdmittedBARecord, in TsInitDelBA() 725 PRX_TS_RECORD pRxTs = (PRX_TS_RECORD)data; in RxBaInactTimeout() local 726 …struct ieee80211_device *ieee = container_of(pRxTs, struct ieee80211_device, RxTsRecord[pRxTs->num… in RxBaInactTimeout() [all …]
|