Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_sw_stats.c346 while (sw_stats->supp[group_start_idx].descr->get_val == NULL) in sfc_sw_stat_get_val()
355 if (sw_stats->supp[i].descr->get_val != NULL) in sfc_sw_stat_get_val()
519 sfc_sw_xstat_get_values(sa, sw_stats->supp[i].descr, i, in sfc_sw_xstats_get_vals()
543 ret = sfc_sw_stat_get_names(sa, sw_stats->supp[i].descr, in sfc_sw_xstats_get_names()
664 sw_stats->supp[i].descr); in sfc_sw_xstats_reset()
696 sw_stats->supp[sw_stats->supp_count].descr = sw_stat_descr; in sfc_sw_stats_fill_available_descr()
710 sw_stat = sw_stats->supp[i].descr; in sfc_sw_stats_set_reset_basic_stats()
760 sw_stats->supp[i].descr = &sfc_sw_stats_descr[i]; in sfc_sw_xstats_configure()
765 sw_stats->supp[i].descr); in sfc_sw_xstats_configure()
767 sw_stats->supp[i].descr); in sfc_sw_xstats_configure()
[all …]
H A Dsfc.h181 const struct sfc_sw_stat_descr *descr; member