Home
last modified time | relevance | path

Searched refs:f_stats (Results 1 – 24 of 24) sorted by relevance

/dpdk/lib/port/
H A Drte_port.h123 rte_port_in_op_stats_read f_stats; /**< Stats */ member
227 rte_port_out_op_stats_read f_stats; /**< Stats */ member
H A Drte_port_ring.c743 .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 Drte_port_kni.c496 .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 Drte_port_frag.c267 .f_stats = rte_port_frag_reader_stats_read,
274 .f_stats = rte_port_frag_reader_stats_read,
H A Drte_port_fd.c499 .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 Drte_port_ethdev.c505 .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 Drte_port_sched.c283 .f_stats = rte_port_sched_reader_stats_read,
292 .f_stats = rte_port_sched_writer_stats_read,
H A Drte_port_sym_crypto.c533 .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 Drte_port_ras.c321 .f_stats = rte_port_ras_writer_stats_read,
330 .f_stats = rte_port_ras_writer_stats_read,
H A Drte_port_eventdev.c565 .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 Drte_port_source_sink.c601 .f_stats = rte_port_source_stats_read,
610 .f_stats = rte_port_sink_stats_read,
/dpdk/lib/table/
H A Drte_table.h265 rte_table_op_stats_read f_stats; /**< Stats */ member
H A Drte_table_stub.c90 .f_stats = rte_table_stub_stats_read,
H A Drte_table_array.c204 .f_stats = rte_table_array_stats_read,
H A Drte_table_hash_cuckoo.c320 .f_stats = rte_table_hash_cuckoo_stats_read,
H A Drte_table_lpm_ipv6.c364 .f_stats = rte_table_lpm_ipv6_stats_read,
H A Drte_table_lpm.c363 .f_stats = rte_table_lpm_stats_read,
H A Drte_table_hash_key8.c1140 .f_stats = rte_table_hash_key8_stats_read,
1151 .f_stats = rte_table_hash_key8_stats_read,
H A Drte_table_hash_key16.c1173 .f_stats = rte_table_hash_key16_stats_read,
1184 .f_stats = rte_table_hash_key16_stats_read,
H A Drte_table_hash_key32.c1206 .f_stats = rte_table_hash_key32_stats_read,
1217 .f_stats = rte_table_hash_key32_stats_read,
H A Drte_table_acl.c794 .f_stats = rte_table_acl_stats_read,
H A Drte_table_hash_lru.c956 .f_stats = rte_table_hash_lru_stats_read,
H A Drte_table_hash_ext.c1008 .f_stats = rte_table_hash_ext_stats_read,
/dpdk/lib/pipeline/
H A Drte_pipeline.c1521 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()