Searched refs:prob_drop (Results 1 – 7 of 7) sorted by relevance
58 u32 prob_drop; /* Early probability drops */ member 258 WRITE_ONCE(q->stats.prob_drop, in choke_enqueue() 259 q->stats.prob_drop + 1); in choke_enqueue() 468 .early = READ_ONCE(q->stats.prob_drop) + in choke_dump_stats()
93 WRITE_ONCE(q->stats.prob_drop, in red_enqueue() 94 q->stats.prob_drop + 1); in red_enqueue() 105 WRITE_ONCE(q->stats.prob_drop, in red_enqueue() 106 q->stats.prob_drop + 1); in red_enqueue() 473 st.early = READ_ONCE(q->stats.prob_drop) + in red_dump_class()
229 q->stats.prob_drop++; in gred_enqueue() 831 opt.early = q->stats.prob_drop; in gred_dump() 883 q->stats.prob_drop)) in gred_dump()
400 q->stats.prob_drop++; in sfq_enqueue()
658 red_base->prob_drop = xstats->wred_drop[tclass_num]; in mlxsw_sp_setup_tc_qdisc_red_clean_stats()661 stats_base->overlimits = red_base->prob_drop + red_base->prob_mark; in mlxsw_sp_setup_tc_qdisc_red_clean_stats()662 stats_base->drops = red_base->prob_drop + red_base->pdrop; in mlxsw_sp_setup_tc_qdisc_red_clean_stats()783 early_drops = xstats->wred_drop[tclass_num] - xstats_base->prob_drop; in mlxsw_sp_qdisc_get_red_xstats()789 res->prob_drop += early_drops; in mlxsw_sp_qdisc_get_red_xstats()793 xstats_base->prob_drop += early_drops; in mlxsw_sp_qdisc_get_red_xstats()
120 u32 prob_drop; /* Early probability drops */ member
221 __u32 prob_drop; /* Early drops, below max threshold */ member