Home
last modified time | relevance | path

Searched refs:reset_vals (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc_sw_stats.c507 uint64_t *reset_vals = sa->sw_stats.reset_vals; in sfc_sw_xstats_get_vals() local
564 uint64_t *reset_vals = sa->sw_stats.reset_vals; in sfc_sw_xstats_get_vals_by_id() local
621 uint64_t *reset_vals) in sfc_sw_xstat_reset() argument
640 reset_vals++; in sfc_sw_xstat_reset()
653 uint64_t *reset_vals = sa->sw_stats.reset_vals; in sfc_sw_xstats_reset() local
704 uint64_t *reset_vals = sa->sw_stats.reset_vals; in sfc_sw_stats_set_reset_basic_stats() local
743 uint64_t **reset_vals = &sa->sw_stats.reset_vals; in sfc_sw_xstats_configure() local
771 *reset_vals = rte_realloc(*reset_vals, in sfc_sw_xstats_configure()
778 memset(*reset_vals, 0, nb_supported * sizeof(**reset_vals)); in sfc_sw_xstats_configure()
804 rte_free(*reset_vals); in sfc_sw_xstats_configure()
[all …]
H A Dsfc.h197 uint64_t *reset_vals; member