Lines Matching refs:tx_bytes
55 u64 tx_bytes; member
201 u64 *tx_bytes) in mlxsw_sp_qdisc_bstats_per_priority_get() argument
206 *tx_bytes = 0; in mlxsw_sp_qdisc_bstats_per_priority_get()
210 *tx_bytes += xstats->tx_bytes[i]; in mlxsw_sp_qdisc_bstats_per_priority_get()
269 &stats_base->tx_bytes); in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
389 u64 tx_bytes, tx_packets, overlimits, drops, backlog; in mlxsw_sp_qdisc_get_red_stats() local
399 &tx_packets, &tx_bytes); in mlxsw_sp_qdisc_get_red_stats()
400 tx_bytes = tx_bytes - stats_base->tx_bytes; in mlxsw_sp_qdisc_get_red_stats()
409 _bstats_update(stats_ptr->bstats, tx_bytes, tx_packets); in mlxsw_sp_qdisc_get_red_stats()
421 stats_base->tx_bytes += tx_bytes; in mlxsw_sp_qdisc_get_red_stats()
564 u64 tx_bytes, tx_packets, drops = 0, backlog = 0; in mlxsw_sp_qdisc_get_prio_stats() local
574 tx_bytes = stats->tx_bytes - stats_base->tx_bytes; in mlxsw_sp_qdisc_get_prio_stats()
584 _bstats_update(stats_ptr->bstats, tx_bytes, tx_packets); in mlxsw_sp_qdisc_get_prio_stats()
593 stats_base->tx_bytes += tx_bytes; in mlxsw_sp_qdisc_get_prio_stats()
612 stats_base->tx_bytes = stats->tx_bytes; in mlxsw_sp_setup_tc_qdisc_prio_clean_stats()