Home
last modified time | relevance | path

Searched refs:drops (Results 1 – 25 of 130) sorted by relevance

123456

/Linux-v5.4/include/trace/events/
Dxdp.h56 int sent, int drops, int err),
58 TP_ARGS(dev, sent, drops, err),
63 __field(int, drops)
71 __entry->drops = drops;
79 __entry->sent, __entry->drops, __entry->err)
192 TP_PROTO(int map_id, unsigned int processed, unsigned int drops,
195 TP_ARGS(map_id, processed, drops, sched),
201 __field(unsigned int, drops)
210 __entry->drops = drops;
221 __entry->processed, __entry->drops,
[all …]
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_qdisc.c57 u64 drops; member
275 stats_base->drops = red_base->prob_drop + red_base->pdrop; in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
389 u64 tx_bytes, tx_packets, overlimits, drops, backlog; in mlxsw_sp_qdisc_get_red_stats() local
405 drops = xstats->wred_drop[tclass_num] + xstats->tail_drop[tclass_num] - in mlxsw_sp_qdisc_get_red_stats()
406 stats_base->drops; in mlxsw_sp_qdisc_get_red_stats()
411 stats_ptr->qstats->drops += drops; in mlxsw_sp_qdisc_get_red_stats()
419 stats_base->drops += drops; in mlxsw_sp_qdisc_get_red_stats()
564 u64 tx_bytes, tx_packets, drops = 0, backlog = 0; in mlxsw_sp_qdisc_get_prio_stats() local
578 drops += xstats->tail_drop[i]; in mlxsw_sp_qdisc_get_prio_stats()
579 drops += xstats->wred_drop[i]; in mlxsw_sp_qdisc_get_prio_stats()
[all …]
/Linux-v5.4/samples/bpf/
Dxdp_monitor_kern.c154 unsigned int drops; // offset:20; size:4; signed:0; member
172 rec->dropped += ctx->drops; in trace_xdp_cpumap_enqueue()
189 unsigned int drops; // offset:20; size:4; signed:0; member
204 rec->dropped += ctx->drops; in trace_xdp_cpumap_kthread()
228 int drops; // offset:20; size:4; signed:1; member
245 rec->dropped += ctx->drops; in trace_xdp_devmap_xmit()
255 if (ctx->drops < 0) in trace_xdp_devmap_xmit()
Dxdp_redirect_cpu_kern.c659 unsigned int drops; // offset:20; size:4; signed:0; member
677 rec->dropped += ctx->drops; in trace_xdp_cpumap_enqueue()
699 unsigned int drops; // offset:20; size:4; signed:0; member
714 rec->dropped += ctx->drops; in trace_xdp_cpumap_kthread()
/Linux-v5.4/net/core/
Dgen_stats.c292 qstats->drops += qcpu->drops; in __gnet_stats_copy_queue_cpu()
308 qstats->drops = q->drops; in __gnet_stats_copy_queue()
341 d->tc_stats.drops = qstats.drops; in gnet_stats_copy_queue()
/Linux-v5.4/kernel/bpf/
Dcpumap.c261 unsigned int drops = 0, sched = 0; in cpu_map_kthread_run() local
303 drops = n; in cpu_map_kthread_run()
321 drops++; in cpu_map_kthread_run()
324 trace_xdp_cpumap_kthread(rcpu->map_id, n, drops, sched); in cpu_map_kthread_run()
605 unsigned int processed = 0, drops = 0; in bq_flush_to_queue() local
622 drops++; in bq_flush_to_queue()
636 trace_xdp_cpumap_enqueue(rcpu->map_id, processed, drops, to_cpu); in bq_flush_to_queue()
Ddevmap.c335 int sent = 0, drops = 0, err = 0; in bq_xmit_all() local
353 drops = bq->count - sent; in bq_xmit_all()
358 sent, drops, bq->dev_rx, dev, err); in bq_xmit_all()
374 drops++; in bq_xmit_all()
/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_xdp.c222 int drops = 0; in bnxt_xdp_xmit() local
240 drops++; in bnxt_xdp_xmit()
249 drops++; in bnxt_xdp_xmit()
261 return num_frames - drops; in bnxt_xdp_xmit()
/Linux-v5.4/drivers/net/
Dveth.c317 u64 packets, bytes, drops; in veth_stats_rx() local
324 drops = stats->xdp_drops; in veth_stats_rx()
328 result->xdp_drops += drops; in veth_stats_rx()
397 int i, ret, drops = n; in veth_xdp_xmit() local
423 drops = 0; in veth_xdp_xmit()
434 drops++; in veth_xdp_xmit()
442 if (likely(!drops)) in veth_xdp_xmit()
445 ret = n - drops; in veth_xdp_xmit()
447 atomic64_add(drops, &priv->dropped); in veth_xdp_xmit()
729 int i, done = 0, drops = 0, bytes = 0; in veth_xdp_rcv() local
[all …]
/Linux-v5.4/include/uapi/linux/
Dgen_stats.h65 __u32 drops; member
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/
Dxdp.c476 int drops = 0; in mlx5e_xdp_xmit() local
506 drops++; in mlx5e_xdp_xmit()
518 drops++; in mlx5e_xdp_xmit()
528 return n - drops; in mlx5e_xdp_xmit()
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-class-power-twl403014 when voltage drops.
Dsysfs-class-power-wilco14 Charging begins when level drops below
/Linux-v5.4/net/sched/
Dsch_skbprio.c101 q->qstats[prio].drops++; in skbprio_enqueue()
118 q->qstats[lp].drops++; in skbprio_enqueue()
Dsch_mq.c162 sch->qstats.drops += qdisc->qstats.drops; in mq_dump()
/Linux-v5.4/net/dcb/
DKconfig13 requirements (highly reliable, no drops vs. best effort vs. low
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/abm/
Dqdisc.c41 parent->drops += child->drops; in nfp_abm_stats_propagate()
469 qstats->drops += new->drops - old->drops; in nfp_abm_stats_calculate()
Dmain.h102 u64 drops; member
/Linux-v5.4/Documentation/networking/
Ddevlink-trap.rst39 as it allows users to obtain further visibility into packet drops that would
45 Or a summary of recent drops
171 help debug packet drops caused by these exceptions. The following list includes
/Linux-v5.4/Documentation/devicetree/bindings/power/supply/
Dbq2415x.txt26 constant-voltage phase drops below this value (in mA).
Drt9455_charger.txt12 When the current in constant-voltage phase drops
Dbq25890.txt13 constant-voltage phase drops below this value (in uA);
/Linux-v5.4/kernel/trace/
Dtracing_map.h200 atomic64_t drops; member
Dtracing_map.c552 atomic64_inc(&map->drops); in __tracing_map_insert()
568 atomic64_inc(&map->drops); in __tracing_map_insert()
696 atomic64_set(&map->drops, 0); in tracing_map_clear()
/Linux-v5.4/drivers/infiniband/ulp/ipoib/
DKconfig24 drops for multicast and UD mode traffic from this interface,

123456