Home
last modified time | relevance | path

Searched refs:RTLLIB_DL_REORDER (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_rx.c537 RTLLIB_DEBUG(RTLLIB_DL_REORDER, "%s(): Indicate SeqNum %d!\n", __func__, pRxReorderEntry->SeqNum); in rtllib_FlushRxTsPendingPkts()
562 …RTLLIB_DEBUG(RTLLIB_DL_REORDER, "%s(): Seq is %d, pTS->RxIndicateSeq is %d, WinSize is %d\n", __fu… in RxReorderIndicatePacket()
574 RTLLIB_DEBUG(RTLLIB_DL_REORDER, "Packet Drop! IndicateSeq: %d, NewSeq: %d\n", in RxReorderIndicatePacket()
601 …RTLLIB_DEBUG(RTLLIB_DL_REORDER, "Window Shift! IndicateSeq: %d, NewSeq: %d\n", pTS->RxIndicateSeq,… in RxReorderIndicatePacket()
616 RTLLIB_DEBUG(RTLLIB_DL_REORDER, "Packets indication!! IndicateSeq: %d, NewSeq: %d\n", in RxReorderIndicatePacket()
633 RTLLIB_DEBUG(RTLLIB_DL_REORDER, in RxReorderIndicatePacket()
647 RTLLIB_DEBUG(RTLLIB_DL_REORDER, in RxReorderIndicatePacket()
671 RTLLIB_DEBUG(RTLLIB_DL_REORDER, "%s(): start RREORDER indicate\n", __func__); in RxReorderIndicatePacket()
690 RTLLIB_DEBUG(RTLLIB_DL_REORDER, "%s(): Indicate SeqNum %d!\n", __func__, pReorderEntry->SeqNum); in RxReorderIndicatePacket()
720 RTLLIB_DEBUG(RTLLIB_DL_REORDER, "%s(): SET rx timeout timer\n", in RxReorderIndicatePacket()
Drtl819x_TSProc.c61 RTLLIB_DEBUG(RTLLIB_DL_REORDER, in RxPktPendingTimeout()
440 RTLLIB_DEBUG(RTLLIB_DL_REORDER, in RemoveTsEntry()
Drtllib.h737 #define RTLLIB_DL_REORDER (1<<14) macro