Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/
Dloopback.c104 u64 tbytes, tpackets; in dev_lstats_read() local
111 tbytes = u64_stats_read(&lb_stats->bytes); in dev_lstats_read()
113 *bytes += tbytes; in dev_lstats_read()
Dvrf.c157 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in vrf_get_stats64() local
163 tbytes = dstats->tx_bytes; in vrf_get_stats64()
169 stats->tx_bytes += tbytes; in vrf_get_stats64()
Dvirtio_net.c2069 u64 tpackets, tbytes, terrors, rpackets, rbytes, rdrops; in virtnet_stats() local
2076 tbytes = sq->stats.bytes; in virtnet_stats()
2090 tot->tx_bytes += tbytes; in virtnet_stats()
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/
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-6.1.9/drivers/mtd/nand/raw/brcmnand/
Dbrcmnand.c1440 int tbytes = sas << sector_1k; in read_oob_from_regs() local
1445 tbytes = max(0, tbytes - (int)ctrl->max_oob); in read_oob_from_regs()
1446 tbytes = min_t(int, tbytes, ctrl->max_oob); in read_oob_from_regs()
1448 for (j = 0; j < tbytes; j++) in read_oob_from_regs()
1450 return tbytes; in read_oob_from_regs()
1463 int tbytes = sas << sector_1k; in write_oob_to_regs() local
1468 tbytes = max(0, tbytes - (int)ctrl->max_oob); in write_oob_to_regs()
1469 tbytes = min_t(int, tbytes, ctrl->max_oob); in write_oob_to_regs()
1471 for (j = 0; j < tbytes; j += 4) in write_oob_to_regs()
1477 return tbytes; in write_oob_to_regs()
/linux-6.1.9/drivers/crypto/caam/
Dcaampkc.c204 unsigned int tbytes = nbytes; in caam_rsa_count_leading_zeros() local
238 return tbytes - nbytes; in caam_rsa_count_leading_zeros()
/linux-6.1.9/fs/nfs/
Dproc.c547 stat->tbytes = (u64)fsinfo.blocks * fsinfo.bsize; in nfs_proc_statfs()
Dsuper.c286 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()
Dnfs3xdr.c2140 p = xdr_decode_size3(p, &result->tbytes); in decode_fsstat3resok()
Dnfs4xdr.c4505 if ((status = decode_attr_space_total(xdr, bitmap, &fsstat->tbytes)) != 0) in decode_statfs()
/linux-6.1.9/include/linux/
Dnfs_xdr.h162 __u64 tbytes; /* total size in bytes */ member