Searched refs:rxIntLoopCnt (Results 1 – 2 of 2) sorted by relevance
1451 int rxIntLoopCnt; /* debug -baz */ in lmc_rx() local1459 rxIntLoopCnt = 0; /* debug -baz */ in lmc_rx()1465 rxIntLoopCnt++; /* debug -baz */ in lmc_rx()1613 if (rxIntLoopCnt > sc->extra_stats.rxIntLoopCnt) in lmc_rx()1614 sc->extra_stats.rxIntLoopCnt = rxIntLoopCnt; /* debug -baz */ in lmc_rx()1617 if (rxIntLoopCnt == 0) in lmc_rx()1624 rxIntLoopCnt++; in lmc_rx()1627 LMC_EVENT_LOG(LMC_EVENT_RCVEND, rxIntLoopCnt, 0); in lmc_rx()
248 u32 rxIntLoopCnt; member