Searched refs:mlxsw_sp_xstats_tail_drop (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_qdisc.c | 269 mlxsw_sp_xstats_tail_drop(struct mlxsw_sp_port_xstats *xstats, int tclass_num) in mlxsw_sp_xstats_tail_drop() function 310 mlxsw_sp_xstats_tail_drop(xstats, tclass_num); in mlxsw_sp_qdisc_collect_tc_stats() 412 red_base->pdrop = mlxsw_sp_xstats_tail_drop(xstats, tclass_num); in mlxsw_sp_setup_tc_qdisc_red_clean_stats() 523 pdrops = mlxsw_sp_xstats_tail_drop(xstats, tclass_num) - in mlxsw_sp_qdisc_get_red_xstats() 1108 stats_base->drops += mlxsw_sp_xstats_tail_drop(xstats, i); in mlxsw_sp_setup_tc_qdisc_prio_clean_stats()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_qdisc.c | 508 mlxsw_sp_xstats_tail_drop(struct mlxsw_sp_port_xstats *xstats, int tclass_num) in mlxsw_sp_xstats_tail_drop() function 553 mlxsw_sp_xstats_tail_drop(xstats, tclass_num); in mlxsw_sp_qdisc_collect_tc_stats() 660 red_base->pdrop = mlxsw_sp_xstats_tail_drop(xstats, tclass_num); in mlxsw_sp_setup_tc_qdisc_red_clean_stats() 786 pdrops = mlxsw_sp_xstats_tail_drop(xstats, tclass_num) - in mlxsw_sp_qdisc_get_red_xstats() 1483 stats_base->drops += mlxsw_sp_xstats_tail_drop(xstats, i); in mlxsw_sp_setup_tc_qdisc_prio_clean_stats()
|
Completed in 6 milliseconds