Lines Matching refs:tx_packets

76 		u64 tx_packets;  member
516 u8 prio_bitmap, u64 *tx_packets, in mlxsw_sp_qdisc_bstats_per_priority_get() argument
521 *tx_packets = 0; in mlxsw_sp_qdisc_bstats_per_priority_get()
525 *tx_packets += xstats->tx_packets[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()
550 *p_tx_packets += tx_packets; in mlxsw_sp_qdisc_collect_tc_stats()
560 u64 tx_bytes, u64 tx_packets, in mlxsw_sp_qdisc_update_stats() argument
567 tx_packets -= stats_base->tx_packets; in mlxsw_sp_qdisc_update_stats()
571 _bstats_update(stats_ptr->bstats, tx_bytes, tx_packets); in mlxsw_sp_qdisc_update_stats()
578 stats_base->tx_packets += tx_packets; in mlxsw_sp_qdisc_update_stats()
586 u64 tx_packets = 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()
656 &stats_base->tx_packets, in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
903 u64 tx_packets = 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()
911 mlxsw_sp_qdisc->stats_base.tx_packets = tx_packets; in mlxsw_sp_setup_tc_qdisc_leaf_clean_stats()
1446 u64 tx_packets = 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()
1478 stats_base->tx_packets = stats->tx_packets; in mlxsw_sp_setup_tc_qdisc_prio_clean_stats()