| /dpdk/lib/port/ |
| H A D | rte_port.h | 123 rte_port_in_op_stats_read f_stats; /**< Stats */ member 227 rte_port_out_op_stats_read f_stats; /**< Stats */ member
|
| H A D | rte_port_ring.c | 743 .f_stats = rte_port_ring_reader_stats_read, 752 .f_stats = rte_port_ring_writer_stats_read, 761 .f_stats = rte_port_ring_writer_nodrop_stats_read, 768 .f_stats = rte_port_ring_reader_stats_read, 777 .f_stats = rte_port_ring_writer_stats_read, 786 .f_stats = rte_port_ring_writer_nodrop_stats_read,
|
| H A D | rte_port_kni.c | 496 .f_stats = rte_port_kni_reader_stats_read, 505 .f_stats = rte_port_kni_writer_stats_read, 514 .f_stats = rte_port_kni_writer_nodrop_stats_read,
|
| H A D | rte_port_frag.c | 267 .f_stats = rte_port_frag_reader_stats_read, 274 .f_stats = rte_port_frag_reader_stats_read,
|
| H A D | rte_port_fd.c | 499 .f_stats = rte_port_fd_reader_stats_read, 508 .f_stats = rte_port_fd_writer_stats_read, 517 .f_stats = rte_port_fd_writer_nodrop_stats_read,
|
| H A D | rte_port_ethdev.c | 505 .f_stats = rte_port_ethdev_reader_stats_read, 514 .f_stats = rte_port_ethdev_writer_stats_read, 523 .f_stats = rte_port_ethdev_writer_nodrop_stats_read,
|
| H A D | rte_port_sched.c | 283 .f_stats = rte_port_sched_reader_stats_read, 292 .f_stats = rte_port_sched_writer_stats_read,
|
| H A D | rte_port_sym_crypto.c | 533 .f_stats = rte_port_sym_crypto_reader_stats_read, 542 .f_stats = rte_port_sym_crypto_writer_stats_read, 551 .f_stats = rte_port_sym_crypto_writer_nodrop_stats_read,
|
| H A D | rte_port_ras.c | 321 .f_stats = rte_port_ras_writer_stats_read, 330 .f_stats = rte_port_ras_writer_stats_read,
|
| H A D | rte_port_eventdev.c | 565 .f_stats = rte_port_eventdev_reader_stats_read, 574 .f_stats = rte_port_eventdev_writer_stats_read, 583 .f_stats = rte_port_eventdev_writer_nodrop_stats_read,
|
| H A D | rte_port_source_sink.c | 601 .f_stats = rte_port_source_stats_read, 610 .f_stats = rte_port_sink_stats_read,
|
| /dpdk/lib/table/ |
| H A D | rte_table.h | 265 rte_table_op_stats_read f_stats; /**< Stats */ member
|
| H A D | rte_table_stub.c | 90 .f_stats = rte_table_stub_stats_read,
|
| H A D | rte_table_array.c | 204 .f_stats = rte_table_array_stats_read,
|
| H A D | rte_table_hash_cuckoo.c | 320 .f_stats = rte_table_hash_cuckoo_stats_read,
|
| H A D | rte_table_lpm_ipv6.c | 364 .f_stats = rte_table_lpm_ipv6_stats_read,
|
| H A D | rte_table_lpm.c | 363 .f_stats = rte_table_lpm_stats_read,
|
| H A D | rte_table_hash_key8.c | 1140 .f_stats = rte_table_hash_key8_stats_read, 1151 .f_stats = rte_table_hash_key8_stats_read,
|
| H A D | rte_table_hash_key16.c | 1173 .f_stats = rte_table_hash_key16_stats_read, 1184 .f_stats = rte_table_hash_key16_stats_read,
|
| H A D | rte_table_hash_key32.c | 1206 .f_stats = rte_table_hash_key32_stats_read, 1217 .f_stats = rte_table_hash_key32_stats_read,
|
| H A D | rte_table_acl.c | 794 .f_stats = rte_table_acl_stats_read,
|
| H A D | rte_table_hash_lru.c | 956 .f_stats = rte_table_hash_lru_stats_read,
|
| H A D | rte_table_hash_ext.c | 1008 .f_stats = rte_table_hash_ext_stats_read,
|
| /dpdk/lib/pipeline/ |
| H A D | rte_pipeline.c | 1521 if (port->ops.f_stats != NULL) { in rte_pipeline_port_in_stats_read() 1522 retval = port->ops.f_stats(port->h_port, &stats->stats, clear); in rte_pipeline_port_in_stats_read() 1555 if (port->ops.f_stats != NULL) { in rte_pipeline_port_out_stats_read() 1556 retval = port->ops.f_stats(port->h_port, &stats->stats, clear); in rte_pipeline_port_out_stats_read() 1590 if (table->ops.f_stats != NULL) { in rte_pipeline_table_stats_read() 1591 retval = table->ops.f_stats(table->h_table, &stats->stats, clear); in rte_pipeline_table_stats_read()
|