Searched refs:stats_data (Results 1 – 3 of 3) sorted by relevance
99 struct stats_data { struct116 struct stats_data wrk_data; argument
434 struct stats_data *w = &ep_params->wrk_data; in rte_power_empty_poll_stat_init()
1589 struct stats_data { struct1595 stats_apply(struct stats_data *data, in stats_apply() argument1605 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() local2818 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()