Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_qdisc.c271 red_base->prob_drop = xstats->wred_drop[tclass_num]; in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
274 stats_base->overlimits = red_base->prob_drop + red_base->prob_mark; in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
275 stats_base->drops = red_base->prob_drop + red_base->pdrop; in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
370 early_drops = xstats->wred_drop[tclass_num] - xstats_base->prob_drop; in mlxsw_sp_qdisc_get_red_xstats()
375 res->prob_drop += early_drops; in mlxsw_sp_qdisc_get_red_xstats()
379 xstats_base->prob_drop += early_drops; in mlxsw_sp_qdisc_get_red_xstats()
/Linux-v4.19/net/sched/
Dsch_choke.c62 u32 prob_drop; /* Early probability drops */ member
267 q->stats.prob_drop++; in choke_enqueue()
473 .early = q->stats.prob_drop + q->stats.forced_drop, in choke_dump_stats()
Dsch_red.c82 q->stats.prob_drop++; in red_enqueue()
362 st.early = q->stats.prob_drop + q->stats.forced_drop; in red_dump_stats()
Dsch_gred.c216 q->stats.prob_drop++; in gred_enqueue()
555 opt.early = q->stats.prob_drop; in gred_dump()
Dsch_sfq.c406 q->stats.prob_drop++; in sfq_enqueue()
/Linux-v4.19/include/net/
Dred.h120 u32 prob_drop; /* Early probability drops */ member
/Linux-v4.19/include/uapi/linux/
Dpkt_sched.h221 __u32 prob_drop; /* Early drops, below max threshold */ member