Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_qdisc.c512 struct red_stats *red_base; in mlxsw_sp_setup_tc_qdisc_red_clean_stats() local
516 red_base = &mlxsw_sp_qdisc->xstats_base.red; in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
522 red_base->prob_drop = xstats->wred_drop[tclass_num]; in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
523 red_base->pdrop = mlxsw_sp_xstats_tail_drop(xstats, tclass_num); in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
525 stats_base->overlimits = red_base->prob_drop + red_base->prob_mark; in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
526 stats_base->drops = red_base->prob_drop + red_base->pdrop; in mlxsw_sp_setup_tc_qdisc_red_clean_stats()