Searched refs:tpkts (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_repr.c | 130 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in nfp_repr_get_host_stats64() local 138 tpkts = repr_stats->tx_packets; in nfp_repr_get_host_stats64() 145 stats->tx_packets += tpkts; in nfp_repr_get_host_stats64()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_repr.c | 131 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in nfp_repr_get_host_stats64() local 139 tpkts = repr_stats->tx_packets; in nfp_repr_get_host_stats64() 146 stats->tx_packets += tpkts; in nfp_repr_get_host_stats64()
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | vrf.c | 155 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in vrf_get_stats64() local 162 tpkts = dstats->tx_pkts; in vrf_get_stats64() 168 stats->tx_packets += tpkts; in vrf_get_stats64()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | vrf.c | 147 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in vrf_get_stats64() local 154 tpkts = dstats->tx_packets; in vrf_get_stats64() 160 stats->tx_packets += tpkts; in vrf_get_stats64()
|
Completed in 10 milliseconds