Searched refs:map_id (Results 1 – 1 of 1) sorted by relevance
1917 int map_id = igc->txq_stats_map[i]; in eth_igc_stats_get() local1918 if (map_id >= 0) { in eth_igc_stats_get()1919 rte_stats->q_opackets[map_id] += queue_stats->pqgptc[i]; in eth_igc_stats_get()1920 rte_stats->q_obytes[map_id] += queue_stats->pqgotc[i]; in eth_igc_stats_get()1923 map_id = igc->rxq_stats_map[i]; in eth_igc_stats_get()1924 if (map_id >= 0) { in eth_igc_stats_get()1925 rte_stats->q_ipackets[map_id] += queue_stats->pqgprc[i]; in eth_igc_stats_get()1926 rte_stats->q_ibytes[map_id] += queue_stats->pqgorc[i]; in eth_igc_stats_get()1927 rte_stats->q_errors[map_id] += queue_stats->rqdpc[i]; in eth_igc_stats_get()