Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_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_frag.c269 .f_stats = rte_port_frag_reader_stats_read,
276 .f_stats = rte_port_frag_reader_stats_read,
H A Drte_port_kni.c497 .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 Drte_port_sched.c284 .f_stats = rte_port_sched_reader_stats_read,
293 .f_stats = rte_port_sched_writer_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_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.c322 .f_stats = rte_port_ras_writer_stats_read,
331 .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.c609 .f_stats = rte_port_source_stats_read,
618 .f_stats = rte_port_sink_stats_read,
/f-stack/dpdk/lib/librte_table/
H A Drte_table.h265 rte_table_op_stats_read f_stats; /**< Stats */ member
H A Drte_table_stub.c91 .f_stats = rte_table_stub_stats_read,
H A Drte_table_array.c206 .f_stats = rte_table_array_stats_read,
H A Drte_table_hash_cuckoo.c322 .f_stats = rte_table_hash_cuckoo_stats_read,
H A Drte_table_lpm_ipv6.c367 .f_stats = rte_table_lpm_ipv6_stats_read,
H A Drte_table_lpm.c365 .f_stats = rte_table_lpm_stats_read,
H A Drte_table_hash_key16.c1175 .f_stats = rte_table_hash_key16_stats_read,
1186 .f_stats = rte_table_hash_key16_stats_read,
H A Drte_table_hash_key8.c1142 .f_stats = rte_table_hash_key8_stats_read,
1153 .f_stats = rte_table_hash_key8_stats_read,
H A Drte_table_hash_key32.c1208 .f_stats = rte_table_hash_key32_stats_read,
1219 .f_stats = rte_table_hash_key32_stats_read,
H A Drte_table_acl.c797 .f_stats = rte_table_acl_stats_read,
H A Drte_table_hash_lru.c958 .f_stats = rte_table_hash_lru_stats_read,
H A Drte_table_hash_ext.c1010 .f_stats = rte_table_hash_ext_stats_read,
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_pipeline.c1525 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()