Searched refs:MAXSEQ (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/staging/rt2860/common/ ! |
D | ba_action.c | 131 if (SEQ_SMALLER((*ppScan)->Sequence, mpdu->Sequence, MAXSEQ)) { in ba_reordering_mpdu_insertsorted() 318 if (!SEQ_STEPONE(mpdu_blk->Sequence, StartSeq, MAXSEQ)) { in ba_indicate_reordering_mpdus_in_order() 348 || SEQ_SMALLER(mpdu_blk->Sequence, Sequence, MAXSEQ)) { in ba_indicate_reordering_mpdus_le_seq() 420 Sequence = (pBAEntry->LastIndSeq + 1) & MAXSEQ; in ba_flush_reordering_timeout_mpdus() 1297 MAXSEQ)) { in CntlEnqueueForRecv() 1304 0) ? MAXSEQ : (pFrame->BAStartingSeq.field.StartSeq - 1); in CntlEnqueueForRecv() 1581 if (SEQ_STEPONE(Sequence, pBAEntry->LastIndSeq, MAXSEQ)) { in Indicate_AMPDU_Packet() 1607 else if (SEQ_SMALLER(Sequence, pBAEntry->LastIndSeq, MAXSEQ)) { in Indicate_AMPDU_Packet() 1619 (((pBAEntry->LastIndSeq + pBAEntry->BAWinSize + 1)) & MAXSEQ), in Indicate_AMPDU_Packet() 1620 MAXSEQ)) { in Indicate_AMPDU_Packet() [all …]
|
/linux-2.6.39/include/linux/sunrpc/ ! |
D | auth_gss.h | 22 #define MAXSEQ 0x80000000 /* maximum legal sequence number, from rfc 2203 */ macro
|
/linux-2.6.39/drivers/staging/rt2860/sta/ ! |
D | rtmp_data.c | 1461 (pTxBlk->pMacEntry->NonQosDataSeq + 1) & MAXSEQ; in STABuildCommon802_11Header() 1469 TxSeq[pTxBlk->UserPriority] + 1) & MAXSEQ; in STABuildCommon802_11Header() 1474 pAd->Sequence = (pAd->Sequence + 1) & MAXSEQ; /* next sequence */ in STABuildCommon802_11Header() 1537 (pMacEntry->TxSeq[pTxBlk->UserPriority] + 1) & MAXSEQ; in STABuildCache802_11Header()
|
/linux-2.6.39/net/sunrpc/auth_gss/ ! |
D | svcauth_gss.c | 685 if (gc->gc_seq > MAXSEQ) { in gss_verify_header()
|
/linux-2.6.39/drivers/staging/rt2860/ ! |
D | rtmp.h | 59 #define MAXSEQ (0xFFF) macro
|