Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/
Dloopback.c103 u64 tbytes, tpackets; in dev_lstats_read() local
110 tbytes = u64_stats_read(&lb_stats->bytes); in dev_lstats_read()
112 *bytes += tbytes; in dev_lstats_read()
Dvrf.c154 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in vrf_get_stats64() local
160 tbytes = dstats->tx_bytes; in vrf_get_stats64()
166 stats->tx_bytes += tbytes; in vrf_get_stats64()
Dvirtio_net.c1752 u64 tpackets, tbytes, rpackets, rbytes, rdrops; in virtnet_stats() local
1759 tbytes = sq->stats.bytes; in virtnet_stats()
1772 tot->tx_bytes += tbytes; in virtnet_stats()
/Linux-v5.10/drivers/mtd/nand/raw/brcmnand/
Dbrcmnand.c1408 int tbytes = sas << sector_1k; in read_oob_from_regs() local
1413 tbytes = max(0, tbytes - (int)ctrl->max_oob); in read_oob_from_regs()
1414 tbytes = min_t(int, tbytes, ctrl->max_oob); in read_oob_from_regs()
1416 for (j = 0; j < tbytes; j++) in read_oob_from_regs()
1418 return tbytes; in read_oob_from_regs()
1431 int tbytes = sas << sector_1k; in write_oob_to_regs() local
1436 tbytes = max(0, tbytes - (int)ctrl->max_oob); in write_oob_to_regs()
1437 tbytes = min_t(int, tbytes, ctrl->max_oob); in write_oob_to_regs()
1439 for (j = 0; j < tbytes; j += 4) in write_oob_to_regs()
1445 return tbytes; in write_oob_to_regs()
/Linux-v5.10/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.10/drivers/crypto/caam/
Dcaampkc.c203 unsigned int tbytes = nbytes; in caam_rsa_count_leading_zeros() local
237 return tbytes - nbytes; in caam_rsa_count_leading_zeros()
/Linux-v5.10/fs/nfs/
Dproc.c547 stat->tbytes = (u64)fsinfo.blocks * fsinfo.bsize; in nfs_proc_statfs()
Dsuper.c278 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()
Dnfs3xdr.c2145 p = xdr_decode_size3(p, &result->tbytes); in decode_fsstat3resok()
Dnfs4xdr.c4432 if ((status = decode_attr_space_total(xdr, bitmap, &fsstat->tbytes)) != 0) in decode_statfs()
/Linux-v5.10/include/linux/
Dnfs_xdr.h158 __u64 tbytes; /* total size in bytes */ member