Home
last modified time | relevance | path

Searched refs:rte_swx_ctl_pipeline_table_stats_read (Results 1 – 5 of 5) sorted by relevance

/dpdk/lib/pipeline/
H A Dversion.map116 rte_swx_ctl_pipeline_table_stats_read;
H A Drte_swx_ctl.h410 rte_swx_ctl_pipeline_table_stats_read(struct rte_swx_pipeline *p,
H A Drte_swx_pipeline.c11153 rte_swx_ctl_pipeline_table_stats_read(struct rte_swx_pipeline *p, in rte_swx_ctl_pipeline_table_stats_read() function
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cli.c2026 status = rte_swx_ctl_pipeline_table_stats_read(p->p, table_info.name, &stats); in cmd_softnic_pipeline_stats()
/dpdk/examples/pipeline/
H A Dcli.c2793 status = rte_swx_ctl_pipeline_table_stats_read(p, table_info.name, &stats); in cmd_pipeline_stats()