Searched refs:tbytes (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.4/drivers/net/ |
| D | vsockmon.c | 71 u64 tbytes, tpackets; in vsockmon_get_stats64() local 78 tbytes = vstats->bytes; in vsockmon_get_stats64() 83 bytes += tbytes; in vsockmon_get_stats64()
|
| D | nlmon.c | 64 u64 tbytes, tpackets; in nlmon_get_stats64() local 71 tbytes = nl_stats->bytes; in nlmon_get_stats64() 76 bytes += tbytes; in nlmon_get_stats64()
|
| D | dummy.c | 67 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()
|
| D | loopback.c | 111 u64 tbytes, tpackets; in loopback_get_stats64() local 117 tbytes = lb_stats->bytes; in loopback_get_stats64() 120 bytes += tbytes; in loopback_get_stats64()
|
| D | vrf.c | 86 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()
|
| D | virtio_net.c | 1724 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/ |
| D | brcmnand.c | 1248 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/ |
| D | nfp_net_repr.c | 130 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/ |
| D | caampkc.c | 206 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/ |
| D | proc.c | 537 stat->tbytes = (u64)fsinfo.blocks * fsinfo.bsize; in nfs_proc_statfs()
|
| D | nfs3xdr.c | 2149 p = xdr_decode_size3(p, &result->tbytes); in decode_fsstat3resok()
|
| D | super.c | 486 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()
|
| D | nfs4xdr.c | 4408 if ((status = decode_attr_space_total(xdr, bitmap, &fsstat->tbytes)) != 0) in decode_statfs()
|
| /Linux-v5.4/include/linux/ |
| D | nfs_xdr.h | 156 __u64 tbytes; /* total size in bytes */ member
|