Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/rt2860/common/
Dba_action.c312 u16 LastIndSeq = RESET_RCV_SEQ; in ba_indicate_reordering_mpdus_in_order() local
327 LastIndSeq = StartSeq; in ba_indicate_reordering_mpdus_in_order()
335 return LastIndSeq; in ba_indicate_reordering_mpdus_in_order()
374 pBAEntry->LastIndSeq = mpdu_blk->Sequence; in ba_refresh_reordering_mpdus()
380 pBAEntry->LastIndSeq = RESET_RCV_SEQ; in ba_refresh_reordering_mpdus()
407 MAX_REORDERING_PACKET_TIMEOUT, pBAEntry->LastIndSeq)); in ba_flush_reordering_timeout_mpdus()
420 Sequence = (pBAEntry->LastIndSeq + 1) & MAXSEQ; in ba_flush_reordering_timeout_mpdus()
423 pBAEntry->LastIndSeq = Sequence; in ba_flush_reordering_timeout_mpdus()
431 pBAEntry->LastIndSeq = Sequence; in ba_flush_reordering_timeout_mpdus()
435 ("%x, flush one!\n", pBAEntry->LastIndSeq)); in ba_flush_reordering_timeout_mpdus()
[all …]
/linux-2.6.39/drivers/staging/rt2860/
Dusb_main_dev.c790 pBAEntry->LastIndSeq)); in RTUSBWatchDog()
Dsta_ioctl.c1528 pRecBAEntry->LastIndSeq, in getBaInfo()
Drtmp.h977 u16 LastIndSeq; member