Home
last modified time | relevance | path

Searched defs:stats (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/dpdk/examples/qos_sched/
H A Dstats.c14 struct rte_sched_queue_stats stats; in qavg_q() local
60 struct rte_sched_queue_stats stats; in qavg_tcpipe() local
115 struct rte_sched_queue_stats stats; in qavg_pipe() local
162 struct rte_sched_queue_stats stats; in qavg_tcsubport() local
232 struct rte_sched_queue_stats stats; in qavg_subport() local
286 struct rte_sched_subport_stats stats; in subport_stat() local
323 struct rte_sched_queue_stats stats; in pipe_stat() local
/dpdk/lib/metrics/
H A Drte_metrics.c59 struct rte_metrics_data_s *stats; in rte_metrics_init() local
83 struct rte_metrics_data_s *stats; in rte_metrics_deinit() local
115 struct rte_metrics_data_s *stats; in rte_metrics_reg_names() local
170 struct rte_metrics_data_s *stats; in rte_metrics_update_values() local
229 struct rte_metrics_data_s *stats; in rte_metrics_get_names() local
262 struct rte_metrics_data_s *stats; in rte_metrics_get_values() local
/dpdk/lib/port/
H A Drte_swx_port_source_sink.c44 struct rte_swx_port_in_stats stats; member
194 source_stats_read(void *port, struct rte_swx_port_in_stats *stats) in source_stats_read()
226 struct rte_swx_port_out_stats stats; member
323 sink_stats_read(void *port, struct rte_swx_port_out_stats *stats) in sink_stats_read()
H A Drte_swx_port_ring.c32 struct rte_swx_port_in_stats stats; member
152 reader_stats_read(void *port, struct rte_swx_port_in_stats *stats) in reader_stats_read()
171 struct rte_swx_port_out_stats stats; member
291 writer_stats_read(void *port, struct rte_swx_port_out_stats *stats) in writer_stats_read()
H A Drte_port_kni.c30 struct rte_port_in_stats stats; member
88 struct rte_port_in_stats *stats, int clear) in rte_port_kni_reader_stats_read()
120 struct rte_port_out_stats stats; member
264 struct rte_port_out_stats *stats, int clear) in rte_port_kni_writer_stats_read()
296 struct rte_port_out_stats stats; member
474 struct rte_port_out_stats *stats, int clear) in rte_port_kni_writer_nodrop_stats_read()
H A Drte_swx_port_fd.c34 struct rte_swx_port_in_stats stats; member
144 reader_stats_read(void *port, struct rte_swx_port_in_stats *stats) in reader_stats_read()
162 struct rte_swx_port_out_stats stats; member
275 writer_stats_read(void *port, struct rte_swx_port_out_stats *stats) in writer_stats_read()
H A Drte_swx_port_ethdev.c40 struct rte_swx_port_in_stats stats; member
156 reader_stats_read(void *port, struct rte_swx_port_in_stats *stats) in reader_stats_read()
172 struct rte_swx_port_out_stats stats; member
290 writer_stats_read(void *port, struct rte_swx_port_out_stats *stats) in writer_stats_read()
H A Drte_port_sched.c28 struct rte_port_in_stats stats; member
88 struct rte_port_in_stats *stats, int clear) in rte_port_sched_reader_stats_read()
120 struct rte_port_out_stats stats; member
262 struct rte_port_out_stats *stats, int clear) in rte_port_sched_writer_stats_read()
H A Drte_port_sym_crypto.c29 struct rte_port_in_stats stats; member
113 struct rte_port_in_stats *stats, int clear) in rte_port_sym_crypto_reader_stats_read()
145 struct rte_port_out_stats stats; member
299 struct rte_port_out_stats *stats, int clear) in rte_port_sym_crypto_writer_stats_read()
331 struct rte_port_out_stats stats; member
511 struct rte_port_out_stats *stats, int clear) in rte_port_sym_crypto_writer_nodrop_stats_read()
H A Drte_port_fd.c31 struct rte_port_in_stats stats; member
122 struct rte_port_in_stats *stats, int clear) in rte_port_fd_reader_stats_read()
154 struct rte_port_out_stats stats; member
293 struct rte_port_out_stats *stats, int clear) in rte_port_fd_writer_stats_read()
325 struct rte_port_out_stats stats; member
478 struct rte_port_out_stats *stats, int clear) in rte_port_fd_writer_nodrop_stats_read()
H A Drte_port_ethdev.c31 struct rte_port_in_stats stats; member
91 struct rte_port_in_stats *stats, int clear) in rte_port_ethdev_reader_stats_read()
123 struct rte_port_out_stats stats; member
271 struct rte_port_out_stats *stats, int clear) in rte_port_ethdev_writer_stats_read()
303 struct rte_port_out_stats stats; member
484 struct rte_port_out_stats *stats, int clear) in rte_port_ethdev_writer_nodrop_stats_read()
H A Drte_port_eventdev.c31 struct rte_port_in_stats stats; member
98 struct rte_port_in_stats *stats, int clear) in rte_port_eventdev_reader_stats_read()
130 struct rte_port_out_stats stats; member
304 struct rte_port_out_stats *stats, int clear) in rte_port_eventdev_writer_stats_read()
336 struct rte_port_out_stats stats; member
544 struct rte_port_out_stats *stats, int clear) in rte_port_eventdev_writer_nodrop_stats_read()
H A Drte_port_ring.c31 struct rte_port_in_stats stats; member
121 struct rte_port_in_stats *stats, int clear) in rte_port_ring_reader_stats_read()
153 struct rte_port_out_stats stats; member
389 struct rte_port_out_stats *stats, int clear) in rte_port_ring_writer_stats_read()
421 struct rte_port_out_stats stats; member
722 struct rte_port_out_stats *stats, int clear) in rte_port_ring_writer_nodrop_stats_read()
/dpdk/app/test/
H A Dtest_pmd_ring.c134 struct rte_eth_stats stats; in test_get_stats() local
173 struct rte_eth_stats stats; in test_stats_reset() local
225 struct rte_eth_stats stats, stats2; in test_pmd_ring_pair_create_attach() local
/dpdk/drivers/net/hns3/
H A Dhns3_stats.c421 struct hns3_rx_missed_stats *stats = &hw->imissed_stats; in hns3_update_port_rpu_drop_stats() local
452 struct hns3_rx_missed_stats *stats = &hw->imissed_stats; in hns3_update_function_rpu_drop_stats() local
495 struct hns3_rx_missed_stats *stats = &hw->imissed_stats; in hns3_update_port_rx_ssu_drop_stats() local
589 struct hns3_tqp_stats *stats) in hns3_rcb_rx_ring_stats_get()
600 struct hns3_tqp_stats *stats) in hns3_rcb_tx_ring_stats_get()
626 struct hns3_tqp_stats *stats = &hw->tqp_stats; in hns3_stats_get() local
928 struct hns3_tqp_stats *stats = &hw->tqp_stats; in hns3_rxq_basic_stats_get() local
968 struct hns3_tqp_stats *stats = &hw->tqp_stats; in hns3_txq_basic_stats_get() local
1535 struct hns3_tqp_stats *stats = &hw->tqp_stats; in hns3_tqp_stats_clear() local
/dpdk/lib/table/
H A Drte_table_stub.c26 struct rte_table_stats stats; member
69 rte_table_stub_stats_read(void *table, struct rte_table_stats *stats, int clear) in rte_table_stub_stats_read()
/dpdk/lib/graph/
H A Dgraph_stats.c106 struct rte_graph_cluster_stats *stats; in stats_mem_init() local
139 struct rte_graph_cluster_stats *stats = *stats_in; in stats_mem_populate() local
194 stats_mem_fini(struct rte_graph_cluster_stats *stats) in stats_mem_fini()
266 struct rte_graph_cluster_stats *stats, *rc = NULL; in rte_graph_cluster_stats_create() local
/dpdk/drivers/net/enetfec/
H A Denet_rxtx.c30 struct rte_eth_stats *stats = &rxq->fep->stats; in enetfec_recv_pkts() local
181 struct rte_eth_stats *stats = &txq->fep->stats; in enetfec_xmit_pkts() local
/dpdk/drivers/event/sw/
H A Dsw_evdev_selftest.c309 test_event_dev_stats_get(int dev_id, struct test_event_dev_stats *stats) in test_event_dev_stats_get()
405 struct test_event_dev_stats stats; in run_prio_packet_test() local
497 struct test_event_dev_stats stats; in test_single_directed_packet() local
727 struct test_event_dev_stats stats; in burst_packets() local
815 struct test_event_dev_stats stats; in abuse_inflights() local
2046 struct test_event_dev_stats stats; in load_balancing() local
2076 struct test_event_dev_stats stats = {0}; in load_balancing_history() local
2247 struct test_event_dev_stats stats; in invalid_qid() local
2343 struct test_event_dev_stats stats; in single_packet() local
2448 struct test_event_dev_stats stats; in inflight_counts() local
[all …]
/dpdk/lib/pipeline/
H A Drte_pipeline.h90 struct rte_port_in_stats stats; member
100 struct rte_port_out_stats stats; member
109 struct rte_table_stats stats; member
/dpdk/drivers/net/mlx5/
H A Dmlx5_stats.c38 mlx5_xstats_get(struct rte_eth_dev *dev, struct rte_eth_xstat *stats, in mlx5_xstats_get()
97 mlx5_stats_get(struct rte_eth_dev *dev, struct rte_eth_stats *stats) in mlx5_stats_get()
/dpdk/drivers/net/virtio/
H A Dvirtio_rxtx.h30 struct virtnet_stats stats; member
44 struct virtnet_stats stats; member
/dpdk/drivers/raw/ioat/
H A Dioat_common.c22 const uint64_t *stats = (const void *)&ioat->xstats; in ioat_xstats_get() local
55 uint64_t *stats = (void *)&ioat->xstats; in ioat_xstats_reset() local
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_dcb_82598.c19 struct ixgbe_hw_stats *stats, in ixgbe_dcb_get_tc_stats_82598()
53 struct ixgbe_hw_stats *stats, in ixgbe_dcb_get_pfc_stats_82598()
/dpdk/drivers/net/ionic/
H A Dionic_rxtx.c124 struct ionic_tx_stats *stats = &txq->stats; in ionic_dev_tx_queue_release() local
341 struct ionic_tx_stats *stats = &txq->stats; in ionic_tx_tso() local
467 struct ionic_tx_stats *stats = &txq->stats; in ionic_tx() local
535 struct ionic_tx_stats *stats = &txq->stats; in ionic_xmit_pkts() local
668 struct ionic_rx_stats *stats; in ionic_dev_rx_queue_release() local
776 struct ionic_rx_stats *stats = &rxq->stats; in ionic_rx_clean() local

12345678910>>...13