Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_qdisc.c401 struct red_stats *red_base; in mlxsw_sp_setup_tc_qdisc_red_clean_stats() local
405 red_base = &mlxsw_sp_qdisc->xstats_base.red; in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
411 red_base->prob_drop = xstats->wred_drop[tclass_num]; in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
412 red_base->pdrop = mlxsw_sp_xstats_tail_drop(xstats, tclass_num); in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
414 stats_base->overlimits = red_base->prob_drop + red_base->prob_mark; in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
415 stats_base->drops = red_base->prob_drop + red_base->pdrop; in mlxsw_sp_setup_tc_qdisc_red_clean_stats()