Home
last modified time | relevance | path

Searched refs:stats_read (Results 1 – 11 of 11) sorted by relevance

/dpdk/lib/port/
H A Drte_swx_port.h111 rte_swx_port_in_stats_read_t stats_read; member
195 rte_swx_port_out_stats_read_t stats_read; member
H A Drte_swx_port_source_sink.c208 .stats_read = source_stats_read,
217 .stats_read = NULL,
341 .stats_read = sink_stats_read,
H A Drte_swx_port_fd.c289 .stats_read = reader_stats_read,
297 .stats_read = writer_stats_read,
H A Drte_swx_port_ring.c308 .stats_read = reader_stats_read,
316 .stats_read = writer_stats_read,
H A Drte_swx_port_ethdev.c304 .stats_read = reader_stats_read,
312 .stats_read = writer_stats_read,
/dpdk/lib/ethdev/
H A Drte_mtr_driver.h146 rte_mtr_stats_read_t stats_read; member
H A Drte_mtr.c232 return RTE_MTR_FUNC(port_id, stats_read)(dev, in rte_mtr_stats_read()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_meter.c944 .stats_read = pmd_mtr_stats_read,
/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev_mtr.c874 .stats_read = cnxk_nix_mtr_stats_read,
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_meter.c1765 .stats_read = mlx5_flow_meter_stats_read,
/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c264 CHECK(ops->stats_read, EINVAL); in rte_swx_pipeline_port_in_type_register()
426 CHECK(ops->stats_read, EINVAL); in rte_swx_pipeline_port_out_type_register()
9722 port->type->ops.stats_read(port->obj, stats); in rte_swx_ctl_pipeline_port_in_stats_read()
9740 port->type->ops.stats_read(port->obj, stats); in rte_swx_ctl_pipeline_port_out_stats_read()