| /dpdk/examples/qos_sched/ |
| H A D | stats.c | 14 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 D | rte_metrics.c | 59 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 D | rte_swx_port_source_sink.c | 44 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 D | rte_swx_port_ring.c | 32 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 D | rte_port_kni.c | 30 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 D | rte_swx_port_fd.c | 34 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 D | rte_swx_port_ethdev.c | 40 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 D | rte_port_sched.c | 28 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 D | rte_port_sym_crypto.c | 29 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 D | rte_port_fd.c | 31 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 D | rte_port_ethdev.c | 31 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 D | rte_port_eventdev.c | 31 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 D | rte_port_ring.c | 31 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 D | test_pmd_ring.c | 134 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 D | hns3_stats.c | 421 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 D | rte_table_stub.c | 26 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 D | graph_stats.c | 106 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 D | enet_rxtx.c | 30 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 D | sw_evdev_selftest.c | 309 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 D | rte_pipeline.h | 90 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 D | mlx5_stats.c | 38 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 D | virtio_rxtx.h | 30 struct virtnet_stats stats; member 44 struct virtnet_stats stats; member
|
| /dpdk/drivers/raw/ioat/ |
| H A D | ioat_common.c | 22 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 D | ixgbe_dcb_82598.c | 19 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 D | ionic_rxtx.c | 124 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
|