Searched refs:tx_qid_to_stats_idx (Results 1 – 1 of 1) sorted by relevance
149 int *tx_qid_to_stats_idx; in gve_get_ethtool_stats() local164 tx_qid_to_stats_idx = kmalloc_array(priv->tx_cfg.num_queues, in gve_get_ethtool_stats()166 if (!tx_qid_to_stats_idx) { in gve_get_ethtool_stats()311 tx_qid_to_stats_idx[queue_id] = stats_idx; in gve_get_ethtool_stats()347 be64_to_cpu(report_stats[tx_qid_to_stats_idx[ring] + j].value); in gve_get_ethtool_stats()356 kfree(tx_qid_to_stats_idx); in gve_get_ethtool_stats()
Completed in 4 milliseconds