Searched refs:stats_read (Results 1 – 11 of 11) sorted by relevance
| /dpdk/lib/port/ |
| H A D | rte_swx_port.h | 111 rte_swx_port_in_stats_read_t stats_read; member 195 rte_swx_port_out_stats_read_t stats_read; member
|
| H A D | rte_swx_port_source_sink.c | 208 .stats_read = source_stats_read, 217 .stats_read = NULL, 341 .stats_read = sink_stats_read,
|
| H A D | rte_swx_port_fd.c | 289 .stats_read = reader_stats_read, 297 .stats_read = writer_stats_read,
|
| H A D | rte_swx_port_ring.c | 308 .stats_read = reader_stats_read, 316 .stats_read = writer_stats_read,
|
| H A D | rte_swx_port_ethdev.c | 304 .stats_read = reader_stats_read, 312 .stats_read = writer_stats_read,
|
| /dpdk/lib/ethdev/ |
| H A D | rte_mtr_driver.h | 146 rte_mtr_stats_read_t stats_read; member
|
| H A D | rte_mtr.c | 232 return RTE_MTR_FUNC(port_id, stats_read)(dev, in rte_mtr_stats_read()
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_meter.c | 944 .stats_read = pmd_mtr_stats_read,
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_ethdev_mtr.c | 874 .stats_read = cnxk_nix_mtr_stats_read,
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_meter.c | 1765 .stats_read = mlx5_flow_meter_stats_read,
|
| /dpdk/lib/pipeline/ |
| H A D | rte_swx_pipeline.c | 264 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()
|