Home
last modified time | relevance | path

Searched refs:pdrop (Results 1 – 10 of 10) sorted by path

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_qdisc.c660 red_base->pdrop = mlxsw_sp_xstats_tail_drop(xstats, tclass_num); in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
663 stats_base->drops = red_base->prob_drop + red_base->pdrop; in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
787 xstats_base->pdrop; in mlxsw_sp_qdisc_get_red_xstats()
789 res->pdrop += pdrops; in mlxsw_sp_qdisc_get_red_xstats()
793 xstats_base->pdrop += pdrops; in mlxsw_sp_qdisc_get_red_xstats()
/linux/drivers/net/ethernet/netronome/nfp/abm/
H A Dctrl.c241 band, queue, true, &xstats->pdrop); in nfp_abm_ctrl_read_q_xstats()
H A Dmain.h112 u64 pdrop; member
H A Dqdisc.c478 stats->pdrop += new->pdrop - old->pdrop; in nfp_abm_stats_red_calculate()
/linux/include/net/
H A Dred.h124 u32 pdrop; /* Drops due to queue limits */ member
/linux/include/uapi/linux/
H A Dpkt_sched.h298 __u32 pdrop; /* Drops due to queue limits */ member
356 __u32 pdrop; member
398 __u32 pdrop; /* Drops due to queue limits */ member
/linux/net/sched/
H A Dsch_choke.c62 u32 pdrop; /* Drops due to queue limits */ member
275 q->stats.pdrop++; in choke_enqueue()
466 .pdrop = q->stats.pdrop, in choke_dump_stats()
H A Dsch_gred.c252 q->stats.pdrop++; in gred_enqueue()
833 opt.pdrop = q->stats.pdrop; in gred_dump()
894 if (nla_put_u32(skb, TCA_GRED_VQ_STAT_PDROP, q->stats.pdrop)) in gred_dump()
H A Dsch_red.c136 q->stats.pdrop++; in red_enqueue()
465 st.pdrop = q->stats.pdrop; in red_dump_stats()
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h278 __u32 pdrop; /* Drops due to queue limits */ member
336 __u32 pdrop; member
378 __u32 pdrop; /* Drops due to queue limits */ member