Searched refs:LastIndSeq (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dba_action.c311 u16 LastIndSeq = RESET_RCV_SEQ; local
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
1579 u16 LastIndSeq; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Dusb_main_dev.c788 ("\npBAEntry->LastIndSeq=%d!\n",
789 pBAEntry->LastIndSeq));
H A Dsta_ioctl.c1530 "TID=%d, BAWinSize=%d, LastIndSeq=%d, ReorderingPkts=%d\n",
1532 pRecBAEntry->LastIndSeq,
H A Drtmp.h984 u16 LastIndSeq; member in struct:rt_ba_rec_entry

Completed in 149 milliseconds