Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_rx.c526 u8 RfdCnt = 0; in rtllib_FlushRxTsPendingPkts() local
530 if (RfdCnt >= REORDER_WIN_SIZE) { in rtllib_FlushRxTsPendingPkts()
544 ieee->RfdArray[RfdCnt] = pRxReorderEntry->prxb; in rtllib_FlushRxTsPendingPkts()
546 RfdCnt = RfdCnt + 1; in rtllib_FlushRxTsPendingPkts()
550 rtllib_indicate_packets(ieee, ieee->RfdArray, RfdCnt); in rtllib_FlushRxTsPendingPkts()