Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/TWD/FW_Transfer/
DRxXfer.c135 TRxXferDbgStat tDbgStat; member
353 pRxXfer->tDbgStat.uCountPktsForward++; in rxXfer_ForwardPacket()
407 pRxXfer->tDbgStat.uCountFwEvents++; in rxXfer_RxEvent()
533 pRxXfer->tDbgStat.uCountBufPend++; in rxXfer_Handle()
546 pRxXfer->tDbgStat.uCountBufNoMem++; in rxXfer_Handle()
594 pRxXfer->tDbgStat.uCountPktAggreg[uAggregPktsNum - 1]++; in rxXfer_Handle()
871 os_memoryZero (pRxXfer->hOs, &pRxXfer->tDbgStat, sizeof(TRxXferDbgStat)); in rxXfer_ClearStats()
899 WLAN_OS_REPORT(("uCountFwEvents = %d\n", pRxXfer->tDbgStat.uCountFwEvents)); in rxXfer_PrintStats()
900 WLAN_OS_REPORT(("uCountPktsForward = %d\n", pRxXfer->tDbgStat.uCountPktsForward)); in rxXfer_PrintStats()
901 WLAN_OS_REPORT(("uCountBufPend = %d\n", pRxXfer->tDbgStat.uCountBufPend)); in rxXfer_PrintStats()
[all …]