Home
last modified time | relevance | path

Searched refs:ostats (Results 1 – 1 of 1) sorted by relevance

/trueos/sys/dev/txp/
HDif_txp.c2809 struct txp_hw_stats *ostats, *stats; in txp_stats_update() local
2816 ostats = &sc->sc_ostats; in txp_stats_update()
2818 stats->tx_frames = ostats->tx_frames + le32toh(rsp->rsp_par2); in txp_stats_update()
2819 stats->tx_bytes = ostats->tx_bytes + (uint64_t)le32toh(rsp->rsp_par3) + in txp_stats_update()
2821 stats->tx_deferred = ostats->tx_deferred + le32toh(ext[0].ext_2); in txp_stats_update()
2822 stats->tx_late_colls = ostats->tx_late_colls + le32toh(ext[0].ext_3); in txp_stats_update()
2823 stats->tx_colls = ostats->tx_colls + le32toh(ext[0].ext_4); in txp_stats_update()
2824 stats->tx_carrier_lost = ostats->tx_carrier_lost + in txp_stats_update()
2826 stats->tx_multi_colls = ostats->tx_multi_colls + in txp_stats_update()
2828 stats->tx_excess_colls = ostats->tx_excess_colls + in txp_stats_update()
[all …]