• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/

Lines Matching refs:LastIndSeq

311 	u16 LastIndSeq = RESET_RCV_SEQ;
326 LastIndSeq = StartSeq;
334 return LastIndSeq;
373 pBAEntry->LastIndSeq = mpdu_blk->Sequence;
379 pBAEntry->LastIndSeq = RESET_RCV_SEQ;
406 MAX_REORDERING_PACKET_TIMEOUT, pBAEntry->LastIndSeq));
417 /* force LastIndSeq to shift to LastIndSeq+1 */
419 Sequence = (pBAEntry->LastIndSeq + 1) & MAXSEQ;
422 pBAEntry->LastIndSeq = Sequence;
430 pBAEntry->LastIndSeq = Sequence;
434 ("%x, flush one!\n", pBAEntry->LastIndSeq));
626 pBAEntry->LastIndSeq = RESET_RCV_SEQ; /*pFrame->BaStartSeq.field.StartSeq; */
943 pBAEntry->LastIndSeq = RESET_RCV_SEQ;
1292 pFrame->BAStartingSeq.field.StartSeq, pBAEntry->LastIndSeq));
1295 (pBAEntry->LastIndSeq, pFrame->BAStartingSeq.field.StartSeq,
1297 /*DBGPRINT(RT_DEBUG_TRACE, ("BAR Seq = %x, LastIndSeq = %x\n", pFrame->BAStartingSeq.field.StartSeq, pBAEntry->LastIndSeq)); */
1301 pBAEntry->LastIndSeq =
1493 pBAEntry->LastIndSeq = Sequence;
1564 if (pBAEntry->LastIndSeq == RESET_RCV_SEQ) {
1569 pBAEntry->LastIndSeq = Sequence;
1578 if (SEQ_STEPONE(Sequence, pBAEntry->LastIndSeq, MAXSEQ)) {
1579 u16 LastIndSeq;
1581 pBAEntry->LastIndSeq = Sequence;
1583 LastIndSeq =
1585 pBAEntry->LastIndSeq);
1586 if (LastIndSeq != RESET_RCV_SEQ) {
1587 pBAEntry->LastIndSeq = LastIndSeq;
1594 else if (Sequence == pBAEntry->LastIndSeq) {
1604 else if (SEQ_SMALLER(Sequence, pBAEntry->LastIndSeq, MAXSEQ)) {
1616 (((pBAEntry->LastIndSeq + pBAEntry->BAWinSize + 1)) & MAXSEQ),
1633 pBAEntry->LastIndSeq = WinStartSeq; /*TmpSeq; */
1642 pBAEntry->LastIndSeq);
1644 pBAEntry->LastIndSeq = TmpSeq;