Home
last modified time | relevance | path

Searched refs:rte_tm_node_stats_read (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/lib/librte_ethdev/
H A Dversion.map210 rte_tm_node_stats_read;
H A Drte_tm.h2003 rte_tm_node_stats_read(uint16_t port_id,
H A Drte_tm.c363 int rte_tm_node_stats_read(uint16_t port_id, in rte_tm_node_stats_read() function
/f-stack/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst400 #. Check the stats using ``rte_tm_stats_update`` and ``rte_tm_node_stats_read``
/f-stack/dpdk/app/proc-info/
H A Dmain.c1114 ret = rte_tm_node_stats_read(i, j, in show_tm()
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_tm.c678 ret = rte_tm_node_stats_read(port_id, node_id, &stats, in cmd_show_port_tm_node_stats_parsed()