Home
last modified time | relevance | path

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

/dpdk/examples/multi_process/client_server_mp/mp_server/
H A Dmain.c141 const unsigned long long rx_drop = clients[i].stats.rx_drop; in do_stats_display() local
144 i, rx, rx_drop, client_tx[i], client_tx_drop[i]); in do_stats_display()
189 clients[i].stats.rx = clients[i].stats.rx_drop = 0; in clear_stats()
210 cl->stats.rx_drop += cl_rx_buf[client].count; in flush_rx_queue()
H A Dinit.h27 volatile uint64_t rx_drop; member
/dpdk/examples/server_node_efd/server/
H A Dmain.c155 const unsigned long long rx_drop = nodes[i].stats.rx_drop; in do_stats_display() local
162 i, rx, rx_drop, node_tx[i], node_tx_drop[i], in do_stats_display()
210 nodes[i].stats.rx = nodes[i].stats.rx_drop = 0; in clear_stats()
233 cl->stats.rx_drop += cl_rx_buf[node].count; in flush_rx_queue()
H A Dinit.h27 uint64_t rx_drop; member
/dpdk/drivers/event/dlb2/
H A Ddlb2_xstats.c17 rx_drop, /**< Error bit set in received QE */ enumerator
111 case rx_drop: in dlb2_device_traffic_stat_get()
112 val += port->stats.traffic.rx_drop; in dlb2_device_traffic_stat_get()
160 case rx_drop: in get_dev_stat()
196 case rx_drop: return ev_port->stats.traffic.rx_drop; in get_port_stat()
384 rx_drop, in dlb2_xstats_init() enumerator
462 rx_drop, in dlb2_xstats_init() enumerator
1149 p->stats.traffic.rx_drop); in dlb2_eventdev_dump()
H A Ddlb2_priv.h457 uint64_t rx_drop; member
H A Ddlb2.c3329 DLB2_INC_STAT(ev_port->stats.traffic.rx_drop, 1); in dlb2_process_dequeue_qes()
/dpdk/drivers/net/enic/base/
H A Dvnic_stats.h36 uint64_t rx_drop; member
/dpdk/drivers/net/cnxk/
H A Dcnxk_stats.c31 stats->imissed = nix_stats.rx_drop; in cnxk_nix_stats_get()
/dpdk/drivers/common/cnxk/
H A Droc_nix_stats.c37 stats->rx_drop = NIX_RX_STATS(NIX_STAT_LF_RX_RX_DROP); in roc_nix_stats_get()
H A Droc_nix.h232 uint64_t rx_drop; member
/dpdk/drivers/net/enic/
H A Denic_vf_representor.c440 stats->ierrors = vs->rx.rx_errors + vs->rx.rx_drop; in enic_vf_stats_get()
H A Denic_main.c162 r_stats->ierrors = stats->rx.rx_errors + stats->rx.rx_drop; in enic_dev_stats_get()