Home
last modified time | relevance | path

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

1234567

/linux-6.3-rc2/include/trace/events/
A Dxdp.h56 int sent, int drops, int err),
58 TP_ARGS(dev, sent, drops, err),
63 __field(int, drops)
71 __entry->drops = drops;
200 __field(unsigned int, drops)
212 __entry->drops = drops;
243 __field(unsigned int, drops)
252 __entry->drops = drops;
271 int sent, int drops, int err),
279 __field(int, drops)
[all …]
/linux-6.3-rc2/samples/bpf/
A Dxdp_sample.bpf.c129 unsigned int drops, int to_cpu) in BPF_PROG() argument
143 NO_TEAR_ADD(rec->dropped, drops); in BPF_PROG()
157 unsigned int drops, int sched, struct xdp_cpumap_stats *xdp_stats) in BPF_PROG() argument
170 NO_TEAR_ADD(rec->dropped, drops); in BPF_PROG()
207 const struct net_device *to_dev, int sent, int drops, int err) in BPF_PROG() argument
226 NO_TEAR_ADD(rec->dropped, drops); in BPF_PROG()
231 if (err || drops < 0) in BPF_PROG()
238 const struct net_device *to_dev, int sent, int drops, int err) in BPF_PROG() argument
261 NO_TEAR_ADD(rec->dropped, drops); in BPF_PROG()
263 if (err || drops < 0) in BPF_PROG()
/linux-6.3-rc2/drivers/net/ethernet/microchip/lan966x/
A Dlan966x_mirror.c117 new_stats.rx_dropped - old_stats->drops, in lan966x_mirror_port_stats()
123 old_stats->drops = new_stats.rx_dropped; in lan966x_mirror_port_stats()
129 new_stats.tx_dropped - old_stats->drops, in lan966x_mirror_port_stats()
135 old_stats->drops = new_stats.tx_dropped; in lan966x_mirror_port_stats()
A Dlan966x_police.c178 old_stats->drops = new_stats.rx_dropped; in lan966x_police_port_add()
227 new_stats.rx_dropped - old_stats->drops, in lan966x_police_port_stats()
233 old_stats->drops = new_stats.rx_dropped; in lan966x_police_port_stats()
/linux-6.3-rc2/net/core/
A Dgen_stats.c350 qstats->drops += qcpu->drops; in gnet_stats_add_queue_cpu()
365 qstats->drops += q->drops; in gnet_stats_add_queue()
397 d->tc_stats.drops = qstats.drops; in gnet_stats_copy_queue()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_qdisc.c77 u64 drops; member
568 drops -= stats_base->drops; in mlxsw_sp_qdisc_update_stats()
572 stats_ptr->qstats->drops += drops; in mlxsw_sp_qdisc_update_stats()
576 stats_base->drops += drops; in mlxsw_sp_qdisc_update_stats()
589 u64 drops = 0; in mlxsw_sp_qdisc_get_tc_stats() local
593 &drops, &backlog); in mlxsw_sp_qdisc_get_tc_stats()
905 u64 drops = 0; in mlxsw_sp_setup_tc_qdisc_leaf_clean_stats() local
913 mlxsw_sp_qdisc->stats_base.drops = drops; in mlxsw_sp_setup_tc_qdisc_leaf_clean_stats()
1449 u64 drops = 0; in mlxsw_sp_qdisc_get_prio_stats() local
1456 &drops, &backlog); in mlxsw_sp_qdisc_get_prio_stats()
[all …]
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dbench.c40 long total = res->false_hits + res->hits + res->drops; in false_hits_report_progress()
57 total_drops += res[i].drops; in false_hits_report_final()
74 drops_per_sec = res->drops / 1000000.0 / (delta_ns / 1000000000.0); in hits_drops_report_progress()
129 drops_mean += res[i].drops / 1000000.0 / (0.0 + res_cnt); in hits_drops_report_final()
138 drops_stddev += (drops_mean - res[i].drops / 1000000.0) * in hits_drops_report_final()
139 (drops_mean - res[i].drops / 1000000.0) / in hits_drops_report_final()
141 total_ops = res[i].hits + res[i].drops; in hits_drops_report_final()
A Dbench.h41 long drops; member
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/flower/
A Dqos_conf.c808 meter_entry->stats.curr.drops = be64_to_cpu(msg->drop_pkts); in nfp_act_stats_reply()
812 meter_entry->stats.prev.drops = meter_entry->stats.curr.drops; in nfp_act_stats_reply()
846 diff_drops = meter_entry->stats.curr.drops > meter_entry->stats.prev.drops ? in nfp_act_stats_actions()
847 meter_entry->stats.curr.drops - meter_entry->stats.prev.drops : 0; in nfp_act_stats_actions()
855 meter_entry->stats.prev.drops = meter_entry->stats.curr.drops; in nfp_act_stats_actions()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
A Dpolice.c175 u64 bytes, packets, drops, lastuse; in tc_act_police_stats() local
185 mlx5e_tc_meter_get_stats(meter, &bytes, &packets, &drops, &lastuse); in tc_act_police_stats()
186 flow_stats_update(&fl_act->stats, bytes, packets, drops, lastuse, in tc_act_police_stats()
/linux-6.3-rc2/tools/testing/selftests/drivers/net/ocelot/
A Dpsfp.sh75 local drops=""
80 drops=$(echo ${stats} | jq ".[1].options.actions[].stats.drops")
87 echo "Hardware filter reports ${drops} drops"
/linux-6.3-rc2/Documentation/bpf/
A Dredirect.rst32 Debugging packet drops
34 Silent packet drops for XDP_REDIRECT can be debugged using:
/linux-6.3-rc2/include/uapi/linux/
A Dgen_stats.h62 __u32 drops; member
/linux-6.3-rc2/drivers/vdpa/vdpa_sim/
A Dvdpa_sim_net.c45 u64 drops; member
280 net->rx_stats.drops += rx_drops; in vdpasim_net_work()
305 rx_drops = net->rx_stats.drops; in vdpasim_net_get_stats()
346 tx_drops = net->tx_stats.drops; in vdpasim_net_get_stats()
/linux-6.3-rc2/include/net/
A Dflow_offload.h449 u64 drops; member
457 u64 drops, u64 lastused, in flow_stats_update() argument
462 flow_stats->drops += drops; in flow_stats_update()
A Dact_api.h257 u64 drops, bool hw);
285 u64 packets, u64 drops, in tcf_action_stats_update() argument
292 a->ops->stats_update(a, bytes, packets, drops, lastuse, hw); in tcf_action_stats_update()
/linux-6.3-rc2/tools/testing/selftests/bpf/benchs/
A Drun_common.sh26 function drops() function
A Dbench_ringbufs.c132 res->drops = atomic_swap(&ctx->skel->bss->dropped, 0); in ringbuf_libbpf_measure()
223 res->drops = atomic_swap(&ctx->skel->bss->dropped, 0); in ringbuf_custom_measure()
352 res->drops = atomic_swap(&ctx->skel->bss->dropped, 0); in perfbuf_measure()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
A Dmeter.h73 u64 *bytes, u64 *packets, u64 *drops, u64 *lastuse);
/linux-6.3-rc2/Documentation/hwmon/
A Dmc34vr500.rst24 drops below 2.8V.
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-class-power-twl403015 when voltage drops.
/linux-6.3-rc2/net/sched/
A Dsch_skbprio.c101 q->qstats[prio].drops++; in skbprio_enqueue()
118 q->qstats[lp].drops++; in skbprio_enqueue()
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/abm/
A Dqdisc.c41 parent->drops += child->drops; in nfp_abm_stats_propagate()
469 qstats->drops += new->drops - old->drops; in nfp_abm_stats_calculate()
/linux-6.3-rc2/net/dcb/
A DKconfig13 requirements (highly reliable, no drops vs. best effort vs. low
/linux-6.3-rc2/Documentation/devicetree/bindings/reset/
A Dti,tps380x-reset.yaml15 RESET signal if the voltage drops below a preset threshold or upon a manual

Completed in 56 milliseconds

1234567