Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_power/
H A Drte_power_empty_poll.h99 struct stats_data { struct
116 struct stats_data wrk_data; argument
H A Drte_power_empty_poll.c434 struct stats_data *w = &ep_params->wrk_data; in rte_power_empty_poll_stat_init()
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_table_action.c1589 struct stats_data { struct
1595 stats_apply(struct stats_data *data, in stats_apply() argument
1605 pkt_work_stats(struct stats_data *data, in pkt_work_stats()
2334 return sizeof(struct stats_data); in action_data_size()
2809 struct stats_data *stats_data; in rte_table_action_stats_read() local
2818 stats_data = action_data_get(data, action, in rte_table_action_stats_read()
2823 stats->n_packets = stats_data->n_packets; in rte_table_action_stats_read()
2824 stats->n_bytes = stats_data->n_bytes; in rte_table_action_stats_read()
2831 stats_data->n_packets = 0; in rte_table_action_stats_read()
2832 stats_data->n_bytes = 0; in rte_table_action_stats_read()