Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Defx.c651 stats->hw_gso_wire_packets = 0; in efx_get_queue_stats_tx()
663 stats->hw_gso_wire_packets += tx_queue->tso_packets - in efx_get_queue_stats_tx()
684 tx->hw_gso_wire_packets = 0; in efx_get_base_stats()
709 tx->hw_gso_wire_packets += tx_queue->tso_packets; in efx_get_base_stats()
714 tx->hw_gso_wire_packets += tx_queue->old_tso_packets; in efx_get_base_stats()
/linux/net/core/
H A Dnetdev-genl.c602 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.c251 VIRTNET_STATS_DESC_TX_QSTAT(gso, gso_segments, hw_gso_wire_packets),
5592 tx->hw_gso_wire_packets = 0; in virtnet_get_base_stats()