Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/
Dvsockmon.c71 u64 tbytes, tpackets; in vsockmon_get_stats64() local
78 tbytes = vstats->bytes; in vsockmon_get_stats64()
83 bytes += tbytes; in vsockmon_get_stats64()
Dnlmon.c64 u64 tbytes, tpackets; in nlmon_get_stats64() local
71 tbytes = nl_stats->bytes; in nlmon_get_stats64()
76 bytes += tbytes; in nlmon_get_stats64()
Ddummy.c67 u64 tbytes, tpackets; in dummy_get_stats64() local
73 tbytes = dstats->tx_bytes; in dummy_get_stats64()
76 stats->tx_bytes += tbytes; in dummy_get_stats64()
Dloopback.c111 u64 tbytes, tpackets; in loopback_get_stats64() local
117 tbytes = lb_stats->bytes; in loopback_get_stats64()
120 bytes += tbytes; in loopback_get_stats64()
Dvrf.c86 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in vrf_get_stats64() local
92 tbytes = dstats->tx_bytes; in vrf_get_stats64()
98 stats->tx_bytes += tbytes; in vrf_get_stats64()
Dvirtio_net.c1724 u64 tpackets, tbytes, rpackets, rbytes, rdrops; in virtnet_stats() local
1731 tbytes = sq->stats.bytes; in virtnet_stats()
1744 tot->tx_bytes += tbytes; in virtnet_stats()
/Linux-v5.4/drivers/mtd/nand/raw/brcmnand/
Dbrcmnand.c1248 int tbytes = sas << sector_1k; in read_oob_from_regs() local
1253 tbytes = max(0, tbytes - (int)ctrl->max_oob); in read_oob_from_regs()
1254 tbytes = min_t(int, tbytes, ctrl->max_oob); in read_oob_from_regs()
1256 for (j = 0; j < tbytes; j++) in read_oob_from_regs()
1258 return tbytes; in read_oob_from_regs()
1271 int tbytes = sas << sector_1k; in write_oob_to_regs() local
1276 tbytes = max(0, tbytes - (int)ctrl->max_oob); in write_oob_to_regs()
1277 tbytes = min_t(int, tbytes, ctrl->max_oob); in write_oob_to_regs()
1279 for (j = 0; j < tbytes; j += 4) in write_oob_to_regs()
1285 return tbytes; in write_oob_to_regs()
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/
Dnfp_net_repr.c130 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in nfp_repr_get_host_stats64() local
137 tbytes = repr_stats->tx_bytes; in nfp_repr_get_host_stats64()
144 stats->tx_bytes += tbytes; in nfp_repr_get_host_stats64()
/Linux-v5.4/drivers/crypto/caam/
Dcaampkc.c206 unsigned int tbytes = nbytes; in caam_rsa_count_leading_zeros() local
240 return tbytes - nbytes; in caam_rsa_count_leading_zeros()
/Linux-v5.4/fs/nfs/
Dproc.c537 stat->tbytes = (u64)fsinfo.blocks * fsinfo.bsize; in nfs_proc_statfs()
Dnfs3xdr.c2149 p = xdr_decode_size3(p, &result->tbytes); in decode_fsstat3resok()
Dsuper.c486 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()
Dnfs4xdr.c4408 if ((status = decode_attr_space_total(xdr, bitmap, &fsstat->tbytes)) != 0) in decode_statfs()
/Linux-v5.4/include/linux/
Dnfs_xdr.h156 __u64 tbytes; /* total size in bytes */ member