Home
last modified time | relevance | path

Searched refs:tbytes (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/
H A 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()
H A Dvrf.c155 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in vrf_get_stats64() local
161 tbytes = dstats->tx_bytes; in vrf_get_stats64()
167 stats->tx_bytes += tbytes; in vrf_get_stats64()
H A Dvirtio_net.c1849 u64 tpackets, tbytes, rpackets, rbytes, rdrops; in virtnet_stats() local
1856 tbytes = sq->stats.bytes; in virtnet_stats()
1869 tot->tx_bytes += tbytes; in virtnet_stats()
/kernel/linux/linux-6.6/drivers/net/
H A 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()
H A Dvrf.c147 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in vrf_get_stats64() local
153 tbytes = dstats->tx_bytes; in vrf_get_stats64()
159 stats->tx_bytes += tbytes; in vrf_get_stats64()
H A Dvirtio_net.c2566 u64 tpackets, tbytes, terrors, rpackets, rbytes, rdrops; in virtnet_stats() local
2573 tbytes = u64_stats_read(&sq->stats.bytes); in virtnet_stats()
2587 tot->tx_bytes += tbytes; in virtnet_stats()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/
H A 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-6.6/drivers/net/ethernet/netronome/nfp/
H A 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()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c1442 int tbytes = sas << sector_1k; in read_oob_from_regs() local
1447 tbytes = max(0, tbytes - (int)ctrl->max_oob); in read_oob_from_regs()
1448 tbytes = min_t(int, tbytes, ctrl->max_oob); in read_oob_from_regs()
1450 for (j = 0; j < tbytes; j++) in read_oob_from_regs()
1452 return tbytes; in read_oob_from_regs()
1465 int tbytes = sas << sector_1k; in write_oob_to_regs() local
1472 tbytes = max(0, tbytes in write_oob_to_regs()
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c1456 int tbytes = sas << sector_1k; in read_oob_from_regs() local
1461 tbytes = max(0, tbytes - (int)ctrl->max_oob); in read_oob_from_regs()
1462 tbytes = min_t(int, tbytes, ctrl->max_oob); in read_oob_from_regs()
1464 for (j = 0; j < tbytes; j++) in read_oob_from_regs()
1466 return tbytes; in read_oob_from_regs()
1479 int tbytes = sas << sector_1k; in write_oob_to_regs() local
1486 tbytes = max(0, tbytes in write_oob_to_regs()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dcaampkc.c203 unsigned int tbytes = nbytes; in caam_rsa_count_leading_zeros() local
239 return tbytes - nbytes; in caam_rsa_count_leading_zeros()
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dcaampkc.c210 unsigned int tbytes = nbytes; in caam_rsa_count_leading_zeros() local
246 return tbytes - nbytes; in caam_rsa_count_leading_zeros()
/kernel/linux/linux-5.10/fs/nfs/
H A Dproc.c547 stat->tbytes = (u64)fsinfo.blocks * fsinfo.bsize; in nfs_proc_statfs()
H A Dsuper.c278 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()
689 seq_puts(m, "\n\tbytes:\t"); in nfs_show_stats()
H A Dnfs3xdr.c2109 * size3 tbytes;
2137 p = xdr_decode_size3(p, &result->tbytes); in decode_fsstat3resok()
H A Dnfs4xdr.c4433 if ((status = decode_attr_space_total(xdr, bitmap, &fsstat->tbytes)) != 0) in decode_statfs()
/kernel/linux/linux-6.6/fs/nfs/
H A Dproc.c547 stat->tbytes = (u64)fsinfo.blocks * fsinfo.bsize; in nfs_proc_statfs()
H A Dsuper.c290 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()
716 seq_puts(m, "\n\tbytes:\t"); in nfs_show_stats()
H A Dnfs3xdr.c2112 * size3 tbytes;
2140 p = xdr_decode_size3(p, &result->tbytes); in decode_fsstat3resok()
H A Dnfs4xdr.c4505 if ((status = decode_attr_space_total(xdr, bitmap, &fsstat->tbytes)) != 0) in decode_statfs()
/kernel/linux/linux-5.10/include/linux/
H A Dnfs_xdr.h160 __u64 tbytes; /* total size in bytes */ member
/kernel/linux/linux-6.6/include/linux/
H A Dnfs_xdr.h162 __u64 tbytes; /* total size in bytes */ member

Completed in 66 milliseconds