Searched refs:SeqNum (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Drtl819x_BA.h34 u16 SeqNum:12; member in struct:_SEQUENCE_CONTROL::__anon15761
H A Dieee80211_rx.c546 if( SN_LESS(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENTRY,List))->SeqNum) )
550 else if( SN_EQUAL(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENTRY,List))->SeqNum) )
624 u16 SeqNum)
633 IEEE80211_DEBUG(IEEE80211_DL_REORDER,"%s(): Seq is %d,pTS->RxIndicateSeq is %d, WinSize is %d\n",__FUNCTION__,SeqNum,pTS->RxIndicateSeq,WinSize);
636 pTS->RxIndicateSeq = SeqNum;
639 /* Drop out the packet which SeqNum is smaller than WinStart */
640 if(SN_LESS(SeqNum, pTS->RxIndicateSeq)) {
642 pTS->RxIndicateSeq, SeqNum);
621 RxReorderIndicatePacket( struct ieee80211_device *ieee, struct ieee80211_rxb* prxb, PRX_TS_RECORD pTS, u16 SeqNum) argument
802 u16 SeqNum=0; local
925 u16 SeqNum = 0; local
[all...]
H A Drtl819x_TSProc.c44 // Indicate the pending packets sequentially according to SeqNum until meet the gap.
49 pRxTs->RxIndicateSeq = pReorderEntry->SeqNum;
51 if( SN_LESS(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq) ||
52 SN_EQUAL(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq) )
56 if(SN_EQUAL(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq))
59 IEEE80211_DEBUG(IEEE80211_DL_REORDER,"RxPktPendingTimeout(): IndicateSeq: %d\n", pReorderEntry->SeqNum);
H A Drtl819x_BAProc.c646 pBA->BaStartSeqCtrl.field.SeqNum = (pTS->TxCurSeq + 3) % 4096; // Block Ack will start after 3 packets later.
H A Dieee80211_tx.c355 if (SN_LESS(pTxTs->TxAdmittedBARecord.BaStartSeqCtrl.field.SeqNum, (pTxTs->TxCurSeq+1)%4096))
H A Dieee80211.h1675 u16 SeqNum; member in struct:_RX_REORDER_ENTRY
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Drtl819x_BA.h45 u16 SeqNum:12; member in struct:_SEQUENCE_CONTROL::__anon15809
H A Dieee80211_rx.c485 if( SN_LESS(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENTRY,List))->SeqNum) )
489 else if( SN_EQUAL(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENTRY,List))->SeqNum) )
563 u16 SeqNum)
572 IEEE80211_DEBUG(IEEE80211_DL_REORDER,"%s(): Seq is %d,pTS->RxIndicateSeq is %d, WinSize is %d\n",__FUNCTION__,SeqNum,pTS->RxIndicateSeq,WinSize);
575 pTS->RxIndicateSeq = SeqNum;
578 /* Drop out the packet which SeqNum is smaller than WinStart */
579 if(SN_LESS(SeqNum, pTS->RxIndicateSeq)) {
581 pTS->RxIndicateSeq, SeqNum);
560 RxReorderIndicatePacket( struct ieee80211_device *ieee, struct ieee80211_rxb* prxb, PRX_TS_RECORD pTS, u16 SeqNum) argument
744 u16 SeqNum=0; local
866 u16 SeqNum = 0; local
[all...]
H A Drtl819x_TSProc.c60 // Indicate the pending packets sequentially according to SeqNum until meet the gap.
65 pRxTs->RxIndicateSeq = pReorderEntry->SeqNum;
67 if( SN_LESS(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq) ||
68 SN_EQUAL(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq) )
72 if(SN_EQUAL(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq))
75 IEEE80211_DEBUG(IEEE80211_DL_REORDER,"RxPktPendingTimeout(): IndicateSeq: %d\n", pReorderEntry->SeqNum);
H A Dieee80211_r8192s.h230 u16 SeqNum; member in struct:_RX_REORDER_ENTRY
H A Dieee80211_tx.c349 if (SN_LESS(pTxTs->TxAdmittedBARecord.BaStartSeqCtrl.field.SeqNum, (pTxTs->TxCurSeq+1)%4096))
H A Drtl819x_BAProc.c654 pBA->BaStartSeqCtrl.field.SeqNum = (pTS->TxCurSeq + 3) % 4096; // Block Ack will start after 3 packets later.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_BA.h34 u16 SeqNum:12; member in struct:_SEQUENCE_CONTROL::__anon15841
H A Dieee80211_rx.c533 if( SN_LESS(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENTRY,List))->SeqNum) )
537 else if( SN_EQUAL(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENTRY,List))->SeqNum) )
611 u16 SeqNum)
620 IEEE80211_DEBUG(IEEE80211_DL_REORDER,"%s(): Seq is %d,pTS->RxIndicateSeq is %d, WinSize is %d\n",__FUNCTION__,SeqNum,pTS->RxIndicateSeq,WinSize);
623 pTS->RxIndicateSeq = SeqNum;
626 /* Drop out the packet which SeqNum is smaller than WinStart */
627 if(SN_LESS(SeqNum, pTS->RxIndicateSeq)) {
629 pTS->RxIndicateSeq, SeqNum);
608 RxReorderIndicatePacket( struct ieee80211_device *ieee, struct ieee80211_rxb* prxb, PRX_TS_RECORD pTS, u16 SeqNum) argument
790 u16 SeqNum=0; local
912 u16 SeqNum = 0; local
[all...]
H A Drtl819x_TSProc.c44 // Indicate the pending packets sequentially according to SeqNum until meet the gap.
49 pRxTs->RxIndicateSeq = pReorderEntry->SeqNum;
51 if( SN_LESS(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq) ||
52 SN_EQUAL(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq) )
56 if(SN_EQUAL(pReorderEntry->SeqNum, pRxTs->RxIndicateSeq))
59 IEEE80211_DEBUG(IEEE80211_DL_REORDER,"RxPktPendingTimeout(): IndicateSeq: %d\n", pReorderEntry->SeqNum);
H A Dieee80211_tx.c344 if (SN_LESS(pTxTs->TxAdmittedBARecord.BaStartSeqCtrl.field.SeqNum, (pTxTs->TxCurSeq+1)%4096))
H A Drtl819x_BAProc.c646 pBA->BaStartSeqCtrl.field.SeqNum = (pTS->TxCurSeq + 3) % 4096; // Block Ack will start after 3 packets later.
H A Dieee80211.h1648 u16 SeqNum; member in struct:_RX_REORDER_ENTRY
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dieee80211.h1641 u16 SeqNum; member in struct:_RX_REORDER_ENTRY

Completed in 134 milliseconds