Home
last modified time | relevance | path

Searched refs:tpkts (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c131 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()
/openbmc/linux/drivers/net/
H A Dvrf.c147 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()