Searched refs:rxIntLoopCnt (Results 1 – 2 of 2) sorted by relevance
1494 int rxIntLoopCnt; /* debug -baz */ in lmc_rx() local1504 rxIntLoopCnt = 0; /* debug -baz */ in lmc_rx()1510 rxIntLoopCnt++; /* debug -baz */ in lmc_rx()1658 if (rxIntLoopCnt > sc->extra_stats.rxIntLoopCnt) in lmc_rx()1659 sc->extra_stats.rxIntLoopCnt = rxIntLoopCnt; /* debug -baz */ in lmc_rx()1662 if (rxIntLoopCnt == 0) in lmc_rx()1669 rxIntLoopCnt++; in lmc_rx()1672 LMC_EVENT_LOG(LMC_EVENT_RCVEND, rxIntLoopCnt, 0); in lmc_rx()
250 u32 rxIntLoopCnt; member