Searched refs:extra_stats (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/lmc/
H A Dlmc_main.c232 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,
[all...]
H A Dlmc_var.h297 struct lmc_extra_statistics extra_stats; member in struct:lmc___softc
H A Dlmc_media.c719 sc->extra_stats.tx_lossOfClockCnt++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dgianfar.c2612 struct gfar_extra_stats *estats = &priv->extra_stats;
2708 priv->extra_stats.kernel_dropped++;
2776 priv->extra_stats.rx_skbmissing++;
3202 priv->extra_stats.tx_underrun++;
3218 priv->extra_stats.rx_bsy++;
3228 priv->extra_stats.rx_babr++;
3234 priv->extra_stats.eberr++;
3242 priv->extra_stats.tx_babt++;
H A Dgianfar.h1111 struct gfar_extra_stats extra_stats; member in struct:gfar_private
H A Dgianfar_ethtool.c140 u64 *extra = (u64 *) & priv->extra_stats;

Completed in 77 milliseconds