Searched refs:pRxTs (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8192e/ |
H A D | rtl819x_TSProc.c | 29 struct rx_ts_record *pRxTs = (struct rx_ts_record *)data; RxPktPendingTimeout() local 30 struct rtllib_device *ieee = container_of(pRxTs, struct rtllib_device, RxPktPendingTimeout() 31 RxTsRecord[pRxTs->num]); RxPktPendingTimeout() 40 if (pRxTs->RxTimeoutIndicateSeq != 0xffff) { RxPktPendingTimeout() 41 while (!list_empty(&pRxTs->RxPendingPktList)) { RxPktPendingTimeout() 43 list_entry(pRxTs->RxPendingPktList.prev, RxPktPendingTimeout() 46 pRxTs->RxIndicateSeq = pReorderEntry->SeqNum; RxPktPendingTimeout() 49 pRxTs->RxIndicateSeq) || RxPktPendingTimeout() 51 pRxTs->RxIndicateSeq)) { RxPktPendingTimeout() 55 pRxTs->RxIndicateSeq)) RxPktPendingTimeout() 56 pRxTs->RxIndicateSeq = RxPktPendingTimeout() 57 (pRxTs->RxIndicateSeq + 1) % 4096; RxPktPendingTimeout() 76 pRxTs->RxTimeoutIndicateSeq = 0xffff; RxPktPendingTimeout() 90 if (bPktInBuf && (pRxTs->RxTimeoutIndicateSeq == 0xffff)) { RxPktPendingTimeout() 91 pRxTs->RxTimeoutIndicateSeq = pRxTs->RxIndicateSeq; RxPktPendingTimeout() 92 mod_timer(&pRxTs->RxPktPendingTimer, jiffies + RxPktPendingTimeout()
|
H A D | rtl819x_BAProc.c | 53 static u8 RxTsDeleteBA(struct rtllib_device *ieee, struct rx_ts_record *pRxTs) RxTsDeleteBA() argument 55 struct ba_record *pBa = &pRxTs->RxAdmittedBARecord; RxTsDeleteBA() 454 struct rx_ts_record *pRxTs; rtllib_rx_DELBA() local 456 if (!GetTs(ieee, (struct ts_common_info **)&pRxTs, dst, rtllib_rx_DELBA() 465 RxTsDeleteBA(ieee, pRxTs); rtllib_rx_DELBA() 524 struct rx_ts_record *pRxTs = TsInitDelBA() local 526 if (RxTsDeleteBA(ieee, pRxTs)) TsInitDelBA() 528 &pRxTs->RxAdmittedBARecord, TsInitDelBA() 555 struct rx_ts_record *pRxTs = (struct rx_ts_record *)data; RxBaInactTimeout() local 556 struct rtllib_device *ieee = container_of(pRxTs, struct rtllib_device, RxBaInactTimeout() 557 RxTsRecord[pRxTs->num]); RxBaInactTimeout() 559 RxTsDeleteBA(ieee, pRxTs); RxBaInactTimeout() 560 rtllib_send_DELBA(ieee, pRxTs->TsCommonInfo.Addr, RxBaInactTimeout() 561 &pRxTs->RxAdmittedBARecord, RX_DIR, RxBaInactTimeout()
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
H A D | rtl819x_TSProc.c | 27 PRX_TS_RECORD pRxTs = (PRX_TS_RECORD)data; RxPktPendingTimeout() local 28 struct ieee80211_device *ieee = container_of(pRxTs, struct ieee80211_device, RxTsRecord[pRxTs->num]); RxPktPendingTimeout() 42 if(pRxTs->RxTimeoutIndicateSeq != 0xffff) RxPktPendingTimeout() 45 while(!list_empty(&pRxTs->RxPendingPktList)) RxPktPendingTimeout() 47 pReorderEntry = (PRX_REORDER_ENTRY)list_entry(pRxTs->RxPendingPktList.prev,RX_REORDER_ENTRY,List); RxPktPendingTimeout() 49 pRxTs->RxIndicateSeq = pReorderEntry->SeqNum; RxPktPendingTimeout() 51 if( SN_LESS(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq) || RxPktPendingTimeout() 52 SN_EQUAL(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq) ) RxPktPendingTimeout() 56 if(SN_EQUAL(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq)) RxPktPendingTimeout() 57 pRxTs->RxIndicateSeq = (pRxTs->RxIndicateSeq + 1) % 4096; RxPktPendingTimeout() 76 pRxTs->RxTimeoutIndicateSeq = 0xffff; RxPktPendingTimeout() 87 if(bPktInBuf && (pRxTs->RxTimeoutIndicateSeq==0xffff)) RxPktPendingTimeout() 89 pRxTs->RxTimeoutIndicateSeq = pRxTs->RxIndicateSeq; RxPktPendingTimeout() 90 mod_timer(&pRxTs->RxPktPendingTimer, jiffies + MSECS(ieee->pHTInfo->RxReorderPendingTime)); RxPktPendingTimeout()
|
H A D | rtl819x_BAProc.c | 68 * PRX_TS_RECORD pRxTs //Rx Ts which is to deactivate BA entry. 72 static u8 RxTsDeleteBA(struct ieee80211_device *ieee, PRX_TS_RECORD pRxTs) RxTsDeleteBA() argument 74 PBA_RECORD pBa = &pRxTs->RxAdmittedBARecord; RxTsDeleteBA() 598 PRX_TS_RECORD pRxTs; ieee80211_rx_DELBA() local 602 (PTS_COMMON_INFO *)&pRxTs, ieee80211_rx_DELBA() 612 RxTsDeleteBA(ieee, pRxTs); ieee80211_rx_DELBA() 691 PRX_TS_RECORD pRxTs = (PRX_TS_RECORD)pTsCommonInfo; TsInitDelBA() local 692 if(RxTsDeleteBA(ieee, pRxTs)) TsInitDelBA() 696 &pRxTs->RxAdmittedBARecord, TsInitDelBA() 731 PRX_TS_RECORD pRxTs = (PRX_TS_RECORD)data; RxBaInactTimeout() local 732 struct ieee80211_device *ieee = container_of(pRxTs, struct ieee80211_device, RxTsRecord[pRxTs->num]); RxBaInactTimeout() 734 RxTsDeleteBA(ieee, pRxTs); RxBaInactTimeout() 737 pRxTs->TsCommonInfo.Addr, RxBaInactTimeout() 738 &pRxTs->RxAdmittedBARecord, RxBaInactTimeout()
|
Completed in 212 milliseconds