Lines Matching defs:stats
85 /** Pipeline port in stats. */
87 /** Port in stats. */
88 struct rte_port_in_stats stats;
95 /** Pipeline port out stats. */
97 /** Port out stats. */
98 struct rte_port_out_stats stats;
104 /** Pipeline table stats. */
106 /** Table stats. */
107 struct rte_table_stats stats;
507 * Read pipeline table stats.
515 * Port ID what stats will be returned.
516 * @param stats
519 * If not 0 clear stats after reading.
524 struct rte_pipeline_table_stats *stats, int clear);
638 * Read pipeline port in stats.
646 * Port ID what stats will be returned.
647 * @param stats
650 * If not 0 clear stats after reading.
655 struct rte_pipeline_port_in_stats *stats, int clear);
728 * Read pipeline port out stats.
736 * Port ID what stats will be returned.
737 * @param stats
740 * If not 0 clear stats after reading.
745 struct rte_pipeline_port_out_stats *stats, int clear);