Lines Matching refs:tx_bytes
75 u64 tx_bytes; member
517 u64 *tx_bytes) in mlxsw_sp_qdisc_bstats_per_priority_get() argument
522 *tx_bytes = 0; in mlxsw_sp_qdisc_bstats_per_priority_get()
526 *tx_bytes += xstats->tx_bytes[i]; in mlxsw_sp_qdisc_bstats_per_priority_get()
538 u64 tx_bytes, tx_packets; in mlxsw_sp_qdisc_collect_tc_stats() local
548 &tx_packets, &tx_bytes); in mlxsw_sp_qdisc_collect_tc_stats()
551 *p_tx_bytes += tx_bytes; in mlxsw_sp_qdisc_collect_tc_stats()
560 u64 tx_bytes, u64 tx_packets, in mlxsw_sp_qdisc_update_stats() argument
566 tx_bytes -= stats_base->tx_bytes; in mlxsw_sp_qdisc_update_stats()
571 _bstats_update(stats_ptr->bstats, tx_bytes, tx_packets); in mlxsw_sp_qdisc_update_stats()
577 stats_base->tx_bytes += tx_bytes; in mlxsw_sp_qdisc_update_stats()
587 u64 tx_bytes = 0; in mlxsw_sp_qdisc_get_tc_stats() local
592 &tx_bytes, &tx_packets, in mlxsw_sp_qdisc_get_tc_stats()
595 tx_bytes, tx_packets, drops, backlog, in mlxsw_sp_qdisc_get_tc_stats()
657 &stats_base->tx_bytes); in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
904 u64 tx_bytes = 0; in mlxsw_sp_setup_tc_qdisc_leaf_clean_stats() local
908 &tx_bytes, &tx_packets, in mlxsw_sp_setup_tc_qdisc_leaf_clean_stats()
912 mlxsw_sp_qdisc->stats_base.tx_bytes = tx_bytes; in mlxsw_sp_setup_tc_qdisc_leaf_clean_stats()
1447 u64 tx_bytes = 0; in mlxsw_sp_qdisc_get_prio_stats() local
1455 &tx_bytes, &tx_packets, in mlxsw_sp_qdisc_get_prio_stats()
1460 tx_bytes, tx_packets, drops, backlog, in mlxsw_sp_qdisc_get_prio_stats()
1479 stats_base->tx_bytes = stats->tx_bytes; in mlxsw_sp_setup_tc_qdisc_prio_clean_stats()