| /f-stack/dpdk/lib/librte_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_frag.c | 269 .f_stats = rte_port_frag_reader_stats_read, 276 .f_stats = rte_port_frag_reader_stats_read,
|
| H A D | rte_port_kni.c | 497 .f_stats = rte_port_kni_reader_stats_read, 506 .f_stats = rte_port_kni_writer_stats_read, 515 .f_stats = rte_port_kni_writer_nodrop_stats_read,
|
| H A D | rte_port_sched.c | 284 .f_stats = rte_port_sched_reader_stats_read, 293 .f_stats = rte_port_sched_writer_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_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 | 322 .f_stats = rte_port_ras_writer_stats_read, 331 .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 | 609 .f_stats = rte_port_source_stats_read, 618 .f_stats = rte_port_sink_stats_read,
|
| /f-stack/dpdk/lib/librte_table/ |
| H A D | rte_table.h | 265 rte_table_op_stats_read f_stats; /**< Stats */ member
|
| H A D | rte_table_stub.c | 91 .f_stats = rte_table_stub_stats_read,
|
| H A D | rte_table_array.c | 206 .f_stats = rte_table_array_stats_read,
|
| H A D | rte_table_hash_cuckoo.c | 322 .f_stats = rte_table_hash_cuckoo_stats_read,
|
| H A D | rte_table_lpm_ipv6.c | 367 .f_stats = rte_table_lpm_ipv6_stats_read,
|
| H A D | rte_table_lpm.c | 365 .f_stats = rte_table_lpm_stats_read,
|
| H A D | rte_table_hash_key16.c | 1175 .f_stats = rte_table_hash_key16_stats_read, 1186 .f_stats = rte_table_hash_key16_stats_read,
|
| H A D | rte_table_hash_key8.c | 1142 .f_stats = rte_table_hash_key8_stats_read, 1153 .f_stats = rte_table_hash_key8_stats_read,
|
| H A D | rte_table_hash_key32.c | 1208 .f_stats = rte_table_hash_key32_stats_read, 1219 .f_stats = rte_table_hash_key32_stats_read,
|
| H A D | rte_table_acl.c | 797 .f_stats = rte_table_acl_stats_read,
|
| H A D | rte_table_hash_lru.c | 958 .f_stats = rte_table_hash_lru_stats_read,
|
| H A D | rte_table_hash_ext.c | 1010 .f_stats = rte_table_hash_ext_stats_read,
|
| /f-stack/dpdk/lib/librte_pipeline/ |
| H A D | rte_pipeline.c | 1525 if (port->ops.f_stats != NULL) { in rte_pipeline_port_in_stats_read() 1526 retval = port->ops.f_stats(port->h_port, &stats->stats, clear); in rte_pipeline_port_in_stats_read() 1559 if (port->ops.f_stats != NULL) { in rte_pipeline_port_out_stats_read() 1560 retval = port->ops.f_stats(port->h_port, &stats->stats, clear); in rte_pipeline_port_out_stats_read() 1594 if (table->ops.f_stats != NULL) { in rte_pipeline_table_stats_read() 1595 retval = table->ops.f_stats(table->h_table, &stats->stats, clear); in rte_pipeline_table_stats_read()
|