Home
last modified time | relevance | path

Searched refs:stats_data (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/power/
H A Drte_power_empty_poll.h94 struct stats_data { struct
111 struct stats_data wrk_data; argument
H A Drte_power_empty_poll.c422 struct stats_data *w = &ep_params->wrk_data; in rte_power_empty_poll_stat_init()
/dpdk/lib/pipeline/
H A Drte_table_action.c1587 struct stats_data { struct
1593 stats_apply(struct stats_data *data, in stats_apply() argument
1603 pkt_work_stats(struct stats_data *data, in pkt_work_stats()
2332 return sizeof(struct stats_data); in action_data_size()
2807 struct stats_data *stats_data; in rte_table_action_stats_read() local
2816 stats_data = action_data_get(data, action, in rte_table_action_stats_read()
2821 stats->n_packets = stats_data->n_packets; in rte_table_action_stats_read()
2822 stats->n_bytes = stats_data->n_bytes; in rte_table_action_stats_read()
2829 stats_data->n_packets = 0; in rte_table_action_stats_read()
2830 stats_data->n_bytes = 0; in rte_table_action_stats_read()