Home
last modified time | relevance | path

Searched refs:tbytes (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/
H A Dloopback.c105 u64 tbytes, tpackets; in dev_lstats_read() local
112 tbytes = u64_stats_read(&lb_stats->bytes); in dev_lstats_read()
114 *bytes += tbytes; in dev_lstats_read()
H A Dvirtio_net.c3638 u64 tpackets, tbytes, terrors, rpackets, rbytes, rdrops; in virtnet_stats() local
3645 tbytes = u64_stats_read(&sq->stats.bytes); in virtnet_stats()
3659 tot->tx_bytes += tbytes; in virtnet_stats()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_repr.c177 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in ice_repr_sp_stats64() local
184 tbytes = repr_stats->tx_bytes; in ice_repr_sp_stats64()
191 stats->tx_bytes += tbytes; in ice_repr_sp_stats64()
/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
138 tbytes = repr_stats->tx_bytes; in nfp_repr_get_host_stats64()
145 stats->tx_bytes += tbytes; in nfp_repr_get_host_stats64()
/linux/fs/nfs/
H A Dproc.c553 stat->tbytes = (u64)fsinfo.blocks * fsinfo.bsize; in nfs_proc_statfs()
H A Dnfs3xdr.c2137 p = xdr_decode_size3(p, &result->tbytes); in decode_fsstat3resok()