• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/lmc/

Lines Matching refs:extra_stats

232 		    sc->extra_stats.framingBitErrorCount +=
235 sc->extra_stats.framingBitErrorCount +=
238 sc->extra_stats.lineCodeViolationCount +=
241 sc->extra_stats.lineCodeViolationCount +=
246 sc->extra_stats.lossOfFrameCount +=
248 sc->extra_stats.changeOfFrameAlignmentCount +=
250 sc->extra_stats.severelyErroredFrameCount +=
257 &sc->extra_stats, sizeof(sc->extra_stats)))
271 memset(&sc->extra_stats, 0, sizeof(sc->extra_stats));
272 sc->extra_stats.check = STATCHECK;
273 sc->extra_stats.version_size = (DRIVER_VERSION << 16) +
274 sizeof(sc->lmc_device->stats) + sizeof(sc->extra_stats);
275 sc->extra_stats.lmc_cardtype = sc->lmc_cardtype;
692 sc->extra_stats.tx_TimeoutCnt++;
966 sc->extra_stats.check = STATCHECK;
967 sc->extra_stats.version_size = (DRIVER_VERSION << 16) +
968 sizeof(sc->lmc_device->stats) + sizeof(sc->extra_stats);
969 sc->extra_stats.lmc_cardtype = sc->lmc_cardtype;
1070 sc->extra_stats.tx_tbusy0++;
1140 sc->extra_stats.tx_tbusy0++;
1187 sc->extra_stats.tx_tbusy1++;
1231 sc->extra_stats.tx_tbusy0++;
1307 sc->extra_stats.tx_NoCompleteCnt = 0;
1366 sc->extra_stats.tx_tbusy0++;
1370 sc->extra_stats.dirtyTx = badtx;
1371 sc->extra_stats.lmc_next_tx = sc->lmc_next_tx;
1372 sc->extra_stats.lmc_txfull = sc->lmc_txfull;
1482 sc->extra_stats.tx_tbusy1++;
1499 sc->extra_stats.tx_NoCompleteCnt++;
1570 sc->extra_stats.rx_SmallPktCnt++;
1646 sc->extra_stats.rx_BuffAllocErr++;
1681 sc->extra_stats.rx_BadPktSurgeCnt++;
1683 sc->extra_stats.rx_BadPktSurgeCnt);
1687 if (rxIntLoopCnt > sc->extra_stats.rxIntLoopCnt)
1688 sc->extra_stats.rxIntLoopCnt = rxIntLoopCnt; /* debug -baz */
2001 sc->extra_stats.resetCount++;
2103 sc->extra_stats.tx_tbusy_calls++;
2116 sc->extra_stats.tx_ProcTimeout);
2134 sc->extra_stats.tx_ProcTimeout++; /* -baz */