Home
last modified time | relevance | path

Searched refs:n_bytes_dropped (Results 1 – 13 of 13) sorted by relevance

/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c3277 nr->stats.leaf.n_bytes_dropped[RTE_COLOR_GREEN] += in read_port_stats()
3324 ns->stats.leaf.n_bytes_dropped[RTE_COLOR_GREEN] += in read_subport_stats()
3386 np->stats.n_bytes += s.n_bytes - s.n_bytes_dropped; in read_pipe_stats()
3388 np->stats.leaf.n_bytes_dropped[RTE_COLOR_GREEN] += in read_pipe_stats()
3389 s.n_bytes_dropped; in read_pipe_stats()
3447 nt->stats.leaf.n_bytes_dropped[RTE_COLOR_GREEN] += in read_tc_stats()
3448 s.n_bytes_dropped; in read_tc_stats()
3471 s.n_bytes_dropped; in read_tc_stats()
3528 nq->stats.n_bytes += s.n_bytes - s.n_bytes_dropped; in read_queue_stats()
3530 nq->stats.leaf.n_bytes_dropped[RTE_COLOR_GREEN] += in read_queue_stats()
[all …]
H A Drte_eth_softnic_meter.c844 out->n_bytes_dropped += in->n_bytes[i]; in mtr_stats_convert()
/dpdk/examples/qos_sched/
H A Dstats.c356 stats.n_bytes_dropped, qlen); in pipe_stat()
364 stats.n_bytes_dropped, qlen); in pipe_stat()
/dpdk/lib/sched/
H A Drte_sched.h267 uint64_t n_bytes_dropped; member
H A Drte_sched.c1827 qe->stats.n_bytes_dropped += pkt_len; in rte_sched_port_update_queue_stats_on_drop()
/dpdk/lib/ethdev/
H A Drte_mtr.h101 uint64_t n_bytes_dropped; member
H A Drte_tm.h150 uint64_t n_bytes_dropped[RTE_COLORS]; member
/dpdk/app/proc-info/
H A Dmain.c1162 stats.leaf.n_bytes_dropped[RTE_COLOR_GREEN], in show_tm()
1164 stats.leaf.n_bytes_dropped[RTE_COLOR_YELLOW], in show_tm()
1166 stats.leaf.n_bytes_dropped[RTE_COLOR_RED]); in show_tm()
/dpdk/app/test-pmd/
H A Dcmdline_tm.c705 stats.leaf.n_bytes_dropped[RTE_COLOR_GREEN]); in cmd_show_port_tm_node_stats_parsed()
708 stats.leaf.n_bytes_dropped[RTE_COLOR_YELLOW]); in cmd_show_port_tm_node_stats_parsed()
711 stats.leaf.n_bytes_dropped[RTE_COLOR_RED]); in cmd_show_port_tm_node_stats_parsed()
H A Dcmdline_mtr.c1398 stats.n_bytes_dropped); in cmd_show_port_meter_stats_parsed()
/dpdk/drivers/net/cnxk/
H A Dcnxk_tm.c594 stats->leaf.n_bytes_dropped[RTE_COLOR_RED] = in cnxk_nix_tm_node_stats_read()
H A Dcnxk_ethdev_mtr.c839 stats->n_bytes_dropped = bpf_stats[green_octs_drop] + in cnxk_nix_mtr_stats_read()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_meter.c1743 stats->n_bytes_dropped = bytes; in mlx5_flow_meter_stats_read()