Searched refs:rxIntLoopCnt (Results 1 – 2 of 2) sorted by relevance
1518 int rxIntLoopCnt; /* debug -baz */ in lmc_rx() local1528 rxIntLoopCnt = 0; /* debug -baz */ in lmc_rx()1535 rxIntLoopCnt++; /* debug -baz */ in lmc_rx()1683 if (rxIntLoopCnt > sc->extra_stats.rxIntLoopCnt) in lmc_rx()1684 sc->extra_stats.rxIntLoopCnt = rxIntLoopCnt; /* debug -baz */ in lmc_rx()1687 if (rxIntLoopCnt == 0) in lmc_rx()1694 rxIntLoopCnt++; in lmc_rx()1697 LMC_EVENT_LOG(LMC_EVENT_RCVEND, rxIntLoopCnt, 0); in lmc_rx()
250 u32 rxIntLoopCnt; member