Searched refs:stats_data (Results 1 – 3 of 3) sorted by relevance
94 struct stats_data { struct111 struct stats_data wrk_data; argument
422 struct stats_data *w = &ep_params->wrk_data; in rte_power_empty_poll_stat_init()
1587 struct stats_data { struct1593 stats_apply(struct stats_data *data, in stats_apply() argument1603 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() local2816 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()