Searched refs:rxIntLoopCnt (Results 1 – 2 of 2) sorted by relevance
1490 int rxIntLoopCnt; /* debug -baz */ in lmc_rx() local1500 rxIntLoopCnt = 0; /* debug -baz */ in lmc_rx()1506 rxIntLoopCnt++; /* debug -baz */ in lmc_rx()1654 if (rxIntLoopCnt > sc->extra_stats.rxIntLoopCnt) in lmc_rx()1655 sc->extra_stats.rxIntLoopCnt = rxIntLoopCnt; /* debug -baz */ in lmc_rx()1658 if (rxIntLoopCnt == 0) in lmc_rx()1665 rxIntLoopCnt++; in lmc_rx()1668 LMC_EVENT_LOG(LMC_EVENT_RCVEND, rxIntLoopCnt, 0); in lmc_rx()
248 u32 rxIntLoopCnt; member