Searched refs:rxIntLoopCnt (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/lmc/
H A Dlmc_main.c1522 int rxIntLoopCnt; /* debug -baz */ local
1532 rxIntLoopCnt = 0; /* debug -baz */
1539 rxIntLoopCnt++; /* debug -baz */
1687 if (rxIntLoopCnt > sc->extra_stats.rxIntLoopCnt)
1688 sc->extra_stats.rxIntLoopCnt = rxIntLoopCnt; /* debug -baz */
1691 if (rxIntLoopCnt == 0)
1698 rxIntLoopCnt++;
1701 LMC_EVENT_LOG(LMC_EVENT_RCVEND, rxIntLoopCnt,
[all...]
H A Dlmc_var.h250 u32 rxIntLoopCnt; member in struct:lmc_extra_statistics

Completed in 111 milliseconds