Searched refs:ENA_STATS_ARRAY_RX (Results 1 – 1 of 1) sorted by relevance
117 #define ENA_STATS_ARRAY_RX ARRAY_SIZE(ena_stats_rx_strings) macro749 (data->nb_rx_queues * ENA_STATS_ARRAY_RX); in ena_xstats_calc_num()3161 for (stat = 0; stat < ENA_STATS_ARRAY_RX; stat++) in ena_xstats_get_names()3229 if (id < ENA_STATS_ARRAY_RX) { in ena_xstats_get_names_by_id()3239 id -= ENA_STATS_ARRAY_RX; in ena_xstats_get_names_by_id()3309 for (stat = 0; stat < ENA_STATS_ARRAY_RX; stat++) { in ena_xstats_get()3375 rx_entries = ENA_STATS_ARRAY_RX * dev->data->nb_rx_queues; in ena_xstats_get_by_id()