Searched refs:prob_drop (Results 1 – 7 of 7) sorted by relevance
271 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()
62 u32 prob_drop; /* Early probability drops */ member267 q->stats.prob_drop++; in choke_enqueue()473 .early = q->stats.prob_drop + q->stats.forced_drop, in choke_dump_stats()
82 q->stats.prob_drop++; in red_enqueue()362 st.early = q->stats.prob_drop + q->stats.forced_drop; in red_dump_stats()
216 q->stats.prob_drop++; in gred_enqueue()555 opt.early = q->stats.prob_drop; in gred_dump()
406 q->stats.prob_drop++; in sfq_enqueue()
120 u32 prob_drop; /* Early probability drops */ member
221 __u32 prob_drop; /* Early drops, below max threshold */ member