Home
last modified time | relevance | path

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

12

/kernel/linux/linux-4.19/drivers/net/
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()
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()
Dloopback.c114 u64 tbytes, tpackets; in loopback_get_stats64() local
120 tbytes = lb_stats->bytes; in loopback_get_stats64()
123 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.c1736 u64 tpackets, tbytes, rpackets, rbytes, rdrops; in virtnet_stats() local
1743 tbytes = sq->stats.bytes; in virtnet_stats()
1756 tot->tx_bytes += tbytes; in virtnet_stats()
/kernel/linux/linux-5.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.c1816 u64 tpackets, tbytes, rpackets, rbytes, rdrops; in virtnet_stats() local
1823 tbytes = sq->stats.bytes; in virtnet_stats()
1836 tot->tx_bytes += tbytes; in virtnet_stats()
/kernel/linux/linux-4.19/drivers/staging/dgnc/
Ddigi.h84 unsigned long tbytes; member
Ddgnc_tty.c2484 buf.tbytes = ch->ch_txcount; in dgnc_tty_ioctl()
/kernel/linux/linux-4.19/drivers/mtd/nand/raw/brcmnand/
Dbrcmnand.c1144 int tbytes = sas << sector_1k; in read_oob_from_regs() local
1149 tbytes = max(0, tbytes - (int)ctrl->max_oob); in read_oob_from_regs()
1150 tbytes = min_t(int, tbytes, ctrl->max_oob); in read_oob_from_regs()
1152 for (j = 0; j < tbytes; j++) in read_oob_from_regs()
1154 return tbytes; in read_oob_from_regs()
1167 int tbytes = sas << sector_1k; in write_oob_to_regs() local
1172 tbytes = max(0, tbytes - (int)ctrl->max_oob); in write_oob_to_regs()
1173 tbytes = min_t(int, tbytes, ctrl->max_oob); in write_oob_to_regs()
1175 for (j = 0; j < tbytes; j += 4) in write_oob_to_regs()
1181 return tbytes; in write_oob_to_regs()
/kernel/linux/linux-4.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()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.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()
/kernel/linux/linux-4.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()
/kernel/linux/linux-5.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()
/kernel/linux/linux-4.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()
/kernel/linux/linux-5.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.c2146 p = xdr_decode_size3(p, &result->tbytes); in decode_fsstat3resok()
/kernel/linux/linux-4.19/include/linux/
Dnfs_xdr.h156 __u64 tbytes; /* total size in bytes */ member
/kernel/linux/linux-5.10/include/linux/
Dnfs_xdr.h160 __u64 tbytes; /* total size in bytes */ member

12