Searched refs:SeqNum (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_rx.c | 523 …if( SN_LESS(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENTRY,Lis… in AddReorderEntry() 527 …else if( SN_EQUAL(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENT… in AddReorderEntry() 600 PRX_TS_RECORD pTS, u16 SeqNum) in RxReorderIndicatePacket() argument 609 …DER,"%s(): Seq is %d,pTS->RxIndicateSeq is %d, WinSize is %d\n",__func__,SeqNum,pTS->RxIndicateSeq… in RxReorderIndicatePacket() 612 pTS->RxIndicateSeq = SeqNum; in RxReorderIndicatePacket() 616 if (SN_LESS(SeqNum, pTS->RxIndicateSeq)) { in RxReorderIndicatePacket() 618 pTS->RxIndicateSeq, SeqNum); in RxReorderIndicatePacket() 636 if(SN_EQUAL(SeqNum, pTS->RxIndicateSeq)) { in RxReorderIndicatePacket() 639 } else if(SN_LESS(WinEnd, SeqNum)) { in RxReorderIndicatePacket() 640 if(SeqNum >= (WinSize - 1)) { in RxReorderIndicatePacket() [all …]
|
D | rtl819x_TSProc.c | 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() 59 …0211_DEBUG(IEEE80211_DL_REORDER,"RxPktPendingTimeout(): IndicateSeq: %d\n", pReorderEntry->SeqNum); in RxPktPendingTimeout()
|
D | rtl819x_BA.h | 33 u16 SeqNum:12; member
|
D | rtl819x_BAProc.c | 669 …pBA->BaStartSeqCtrl.field.SeqNum = (pTS->TxCurSeq + 3) % 4096; // Block Ack will start after 3 pac… in TsInitAddBA()
|
D | ieee80211_tx.c | 346 if (SN_LESS(pTxTs->TxAdmittedBARecord.BaStartSeqCtrl.field.SeqNum, (pTxTs->TxCurSeq+1)%4096)) in ieee80211_tx_query_agg_cap()
|
D | ieee80211.h | 1615 u16 SeqNum; member
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib_rx.c | 450 if (SN_LESS(pReorderEntry->SeqNum, ((struct rx_reorder_entry *) in AddReorderEntry() 452 List))->SeqNum)) in AddReorderEntry() 454 else if (SN_EQUAL(pReorderEntry->SeqNum, in AddReorderEntry() 456 struct rx_reorder_entry, List))->SeqNum)) in AddReorderEntry() 537 RTLLIB_DEBUG(RTLLIB_DL_REORDER, "%s(): Indicate SeqNum %d!\n", __func__, pRxReorderEntry->SeqNum); in rtllib_FlushRxTsPendingPkts() 552 struct rx_ts_record *pTS, u16 SeqNum) in RxReorderIndicatePacket() argument 562 …(RTLLIB_DL_REORDER, "%s(): Seq is %d, pTS->RxIndicateSeq is %d, WinSize is %d\n", __func__, SeqNum, in RxReorderIndicatePacket() 570 pTS->RxIndicateSeq = SeqNum; in RxReorderIndicatePacket() 573 if (SN_LESS(SeqNum, pTS->RxIndicateSeq)) { in RxReorderIndicatePacket() 575 pTS->RxIndicateSeq, SeqNum); in RxReorderIndicatePacket() [all …]
|
D | rtl819x_TSProc.c | 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() 56 if (SN_EQUAL(pReorderEntry->SeqNum, in RxPktPendingTimeout() 63 __func__, pReorderEntry->SeqNum); in RxPktPendingTimeout() 442 pRxReorderEntry->SeqNum); in RemoveTsEntry()
|
D | rtl819x_BA.h | 43 u16 SeqNum:12; member
|
D | rtl819x_BAProc.c | 510 pBA->BaStartSeqCtrl.field.SeqNum = (pTS->TxCurSeq + 3) % 4096; in TsInitAddBA()
|
D | rtllib_tx.c | 328 if (SN_LESS(pTxTs->TxAdmittedBARecord.BaStartSeqCtrl.field.SeqNum, in rtllib_tx_query_agg_cap()
|
D | rtllib.h | 1698 u16 SeqNum; member
|