Home
last modified time | relevance | path

Searched refs:hw_gso_wire_packets (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/sfc/
H A Defx.c628 stats->hw_gso_wire_packets = 0; in efx_get_queue_stats_tx()
640 stats->hw_gso_wire_packets += tx_queue->tso_packets - in efx_get_queue_stats_tx()
661 tx->hw_gso_wire_packets = 0; in efx_get_base_stats()
686 tx->hw_gso_wire_packets += tx_queue->tso_packets; in efx_get_base_stats()
691 tx->hw_gso_wire_packets += tx_queue->old_tso_packets; in efx_get_base_stats()
/linux/include/net/
H A Dnetdev_queues.h55 u64 hw_gso_wire_packets; member
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_netdev.c647 tx->hw_gso_wire_packets = lso; in fbnic_get_queue_stats_tx()
674 tx->hw_gso_wire_packets = fbn->tx_stats.twq.lso; in fbnic_get_base_stats()
/linux/net/core/
H A Dnetdev-genl.c630 netdev_stat_put(rsp, NETDEV_A_QSTATS_TX_HW_GSO_WIRE_PACKETS, tx->hw_gso_wire_packets) || in netdev_nl_stats_write_tx()
/linux/drivers/net/
H A Dvirtio_net.c272 VIRTNET_STATS_DESC_TX_QSTAT(gso, gso_segments, hw_gso_wire_packets),
5672 tx->hw_gso_wire_packets = 0; in virtnet_get_base_stats()