Lines Matching refs:tx_queue
64 EFX_ETHTOOL_STAT(tx_##field, tx_queue, field, \
265 struct efx_tx_queue *tx_queue; in efx_fill_loopback_test() local
267 efx_for_each_channel_tx_queue(tx_queue, channel) { in efx_fill_loopback_test()
269 &lb_tests->tx_sent[tx_queue->queue], in efx_fill_loopback_test()
270 EFX_TX_QUEUE_NAME(tx_queue), in efx_fill_loopback_test()
273 &lb_tests->tx_done[tx_queue->queue], in efx_fill_loopback_test()
274 EFX_TX_QUEUE_NAME(tx_queue), in efx_fill_loopback_test()
373 channel->tx_queue[0].queue / in efx_describe_per_queue_stats()
445 struct efx_tx_queue *tx_queue; in efx_ethtool_get_stats() local
470 efx_for_each_channel_tx_queue(tx_queue, channel) in efx_ethtool_get_stats()
472 stat->get_stat((void *)tx_queue in efx_ethtool_get_stats()
485 efx_for_each_channel_tx_queue(tx_queue, channel) { in efx_ethtool_get_stats()
486 *data += tx_queue->tx_packets; in efx_ethtool_get_stats()