Searched refs:txq_stat_names (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c75 static const char * const txq_stat_names[] = { variable
622 n = (dev->real_num_tx_queues + 1) * ARRAY_SIZE(txq_stat_names) +
653 for (j = 0; j < ARRAY_SIZE(txq_stat_names); j++)
654 ethtool_sprintf(&p, "%s[%u]", txq_stat_names[j],
657 for (j = 0; j < ARRAY_SIZE(txq_stat_names); j++)
658 ethtool_puts(&p, txq_stat_names[j]);
770 totals = data + netdev->real_num_tx_queues * ARRAY_SIZE(txq_stat_names);
792 data += ARRAY_SIZE(txq_stat_names);

Completed in 216 milliseconds