Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_choke.c62 u32 pdrop; /* Drops due to queue limits */ member
276 q->stats.pdrop++; in choke_enqueue()
466 .pdrop = q->stats.pdrop, in choke_dump_stats()
H A Dsch_red.c136 q->stats.pdrop++; in red_enqueue()
465 st.pdrop = q->stats.pdrop; in red_dump_stats()
H A Dsch_gred.c251 q->stats.pdrop++; in gred_enqueue()
823 opt.pdrop = q->stats.pdrop; in gred_dump()
884 if (nla_put_u32(skb, TCA_GRED_VQ_STAT_PDROP, q->stats.pdrop)) in gred_dump()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpkt_sched.h278 __u32 pdrop; /* Drops due to queue limits */ member
309 __u32 pdrop; member
351 __u32 pdrop; /* Drops due to queue limits */ member
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpkt_sched.h278 __u32 pdrop; /* Drops due to queue limits */ member
309 __u32 pdrop; member
351 __u32 pdrop; /* Drops due to queue limits */ member
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/abm/
H A Dmain.h112 u64 pdrop; member
H A Dqdisc.c478 stats->pdrop += new->pdrop - old->pdrop; in nfp_abm_stats_red_calculate()
H A Dctrl.c241 band, queue, true, &xstats->pdrop); in nfp_abm_ctrl_read_q_xstats()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_qdisc.c412 red_base->pdrop = mlxsw_sp_xstats_tail_drop(xstats, tclass_num); in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
415 stats_base->drops = red_base->prob_drop + red_base->pdrop; in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
524 xstats_base->pdrop; in mlxsw_sp_qdisc_get_red_xstats()
526 res->pdrop += pdrops; in mlxsw_sp_qdisc_get_red_xstats()
529 xstats_base->pdrop += pdrops; in mlxsw_sp_qdisc_get_red_xstats()
/OK3568_Linux_fs/kernel/include/net/
H A Dred.h124 u32 pdrop; /* Drops due to queue limits */ member