Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_port.c166 unsigned int mac_stats_nb_supported = 0; in sfc_port_fill_mac_stats_info() local
177 port->mac_stats_by_id[mac_stats_nb_supported] = stat_idx; in sfc_port_fill_mac_stats_info()
178 mac_stats_nb_supported++; in sfc_port_fill_mac_stats_info()
181 port->mac_stats_nb_supported = mac_stats_nb_supported; in sfc_port_fill_mac_stats_info()
699 SFC_ASSERT(port->mac_stats_nb_supported <= in sfc_port_get_mac_stats_by_id()
703 if (ids[i] < port->mac_stats_nb_supported) in sfc_port_get_mac_stats_by_id()
H A Dsfc.h90 unsigned int mac_stats_nb_supported; member
H A Dsfc_ethdev.c809 nb_supported = port->mac_stats_nb_supported + in sfc_xstats_get_nb_supported()
900 nb_supported = port->mac_stats_nb_supported; in sfc_xstats_get_by_id()
940 SFC_ASSERT(port->mac_stats_nb_supported <= in sfc_xstats_get_names_by_id()
944 if (ids[i] < port->mac_stats_nb_supported) { in sfc_xstats_get_names_by_id()
952 nb_supported = port->mac_stats_nb_supported; in sfc_xstats_get_names_by_id()