Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/
Dnlmon.c69 u64 tbytes, tpackets; in nlmon_get_stats64() local
76 tbytes = nl_stats->bytes; in nlmon_get_stats64()
81 bytes += tbytes; in nlmon_get_stats64()
Dvsockmon.c76 u64 tbytes, tpackets; in vsockmon_get_stats64() local
83 tbytes = vstats->rx_bytes; in vsockmon_get_stats64()
88 bytes += tbytes; in vsockmon_get_stats64()
Dloopback.c110 u64 tbytes, tpackets; in loopback_get_stats64() local
116 tbytes = lb_stats->bytes; in loopback_get_stats64()
119 bytes += tbytes; in loopback_get_stats64()
Ddummy.c65 u64 tbytes, tpackets; in dummy_get_stats64() local
71 tbytes = dstats->tx_bytes; in dummy_get_stats64()
74 stats->tx_bytes += tbytes; in dummy_get_stats64()
Dvrf.c90 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in vrf_get_stats64() local
96 tbytes = dstats->tx_bytes; in vrf_get_stats64()
102 stats->tx_bytes += tbytes; in vrf_get_stats64()
Dvirtio_net.c1672 u64 tpackets, tbytes, rpackets, rbytes, rdrops; in virtnet_stats() local
1679 tbytes = sq->stats.bytes; in virtnet_stats()
1692 tot->tx_bytes += tbytes; in virtnet_stats()
/Linux-v4.19/drivers/staging/dgnc/
Ddigi.h84 unsigned long tbytes; member
Ddgnc_tty.c2484 buf.tbytes = ch->ch_txcount; in dgnc_tty_ioctl()
/Linux-v4.19/drivers/mtd/nand/raw/brcmnand/
Dbrcmnand.c1140 int tbytes = sas << sector_1k; in read_oob_from_regs() local
1145 tbytes = max(0, tbytes - (int)ctrl->max_oob); in read_oob_from_regs()
1146 tbytes = min_t(int, tbytes, ctrl->max_oob); in read_oob_from_regs()
1148 for (j = 0; j < tbytes; j++) in read_oob_from_regs()
1150 return tbytes; in read_oob_from_regs()
1163 int tbytes = sas << sector_1k; in write_oob_to_regs() local
1168 tbytes = max(0, tbytes - (int)ctrl->max_oob); in write_oob_to_regs()
1169 tbytes = min_t(int, tbytes, ctrl->max_oob); in write_oob_to_regs()
1171 for (j = 0; j < tbytes; j += 4) in write_oob_to_regs()
1177 return tbytes; in write_oob_to_regs()
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/
Dnfp_net_repr.c160 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in nfp_repr_get_host_stats64() local
167 tbytes = repr_stats->tx_bytes; in nfp_repr_get_host_stats64()
174 stats->tx_bytes += tbytes; in nfp_repr_get_host_stats64()
/Linux-v4.19/drivers/crypto/caam/
Dcaampkc.c176 unsigned int tbytes = nbytes; in caam_rsa_count_leading_zeros() local
209 return tbytes - nbytes; in caam_rsa_count_leading_zeros()
/Linux-v4.19/fs/nfs/
Dproc.c537 stat->tbytes = (u64)fsinfo.blocks * fsinfo.bsize; in nfs_proc_statfs()
Dnfs3xdr.c2182 p = xdr_decode_size3(p, &result->tbytes); in decode_fsstat3resok()
Dsuper.c481 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()
Dnfs4xdr.c4533 if ((status = decode_attr_space_total(xdr, bitmap, &fsstat->tbytes)) != 0) in decode_statfs()
/Linux-v4.19/include/linux/
Dnfs_xdr.h156 __u64 tbytes; /* total size in bytes */ member