Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_sw_stats.c249 unsigned int *nb_supported) in sfc_sw_stat_get_names() argument
295 unsigned int *nb_supported) in sfc_sw_xstat_get_names_by_id() argument
377 unsigned int *nb_supported) in sfc_sw_xstat_get_values() argument
423 unsigned int *nb_supported) in sfc_sw_xstat_get_values_by_id() argument
516 sw_xstats_offset = *nb_supported; in sfc_sw_xstats_get_vals()
534 unsigned int *nb_supported) in sfc_sw_xstats_get_names() argument
545 nb_written, nb_supported); in sfc_sw_xstats_get_names()
562 unsigned int *nb_supported) in sfc_sw_xstats_get_vals_by_id() argument
573 sw_xstats_offset = *nb_supported; in sfc_sw_xstats_get_vals_by_id()
604 nb_supported); in sfc_sw_xstats_get_names_by_id()
[all …]
H A Dsfc_sw_stats.h19 unsigned int *nb_supported);
24 unsigned int *nb_supported);
28 unsigned int *nb_supported);
33 unsigned int *nb_supported);
H A Dsfc_ethdev.c806 unsigned int nb_supported; in sfc_xstats_get_nb_supported() local
813 return nb_supported; in sfc_xstats_get_nb_supported()
822 unsigned int nb_supported = 0; in sfc_xstats_get() local
832 nb_supported = rc; in sfc_xstats_get()
834 &nb_supported); in sfc_xstats_get()
836 return nb_supported; in sfc_xstats_get()
882 unsigned int nb_supported; in sfc_xstats_get_by_id() local
900 nb_supported = port->mac_stats_nb_supported; in sfc_xstats_get_by_id()
920 unsigned int nb_supported; in sfc_xstats_get_names_by_id() local
952 nb_supported = port->mac_stats_nb_supported; in sfc_xstats_get_names_by_id()
[all …]