Searched refs:tx_qid_to_stats_idx (Results 1 – 1 of 1) sorted by relevance
162 int *tx_qid_to_stats_idx; in gve_get_ethtool_stats() local186 tx_qid_to_stats_idx = kmalloc_array(num_tx_queues, in gve_get_ethtool_stats()188 if (!tx_qid_to_stats_idx) { in gve_get_ethtool_stats()193 tx_qid_to_stats_idx[ring] = -1; in gve_get_ethtool_stats()378 tx_qid_to_stats_idx[queue_id] = stats_idx; in gve_get_ethtool_stats()409 stats_idx = tx_qid_to_stats_idx[ring]; in gve_get_ethtool_stats()437 kfree(tx_qid_to_stats_idx); in gve_get_ethtool_stats()