Home
last modified time | relevance | path

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

/linux/drivers/net/
H A Dloopback.c105 u64 tbytes, tpackets; in dev_lstats_read() local
112 tbytes = u64_stats_read(&lb_stats->bytes); in dev_lstats_read()
114 *bytes += tbytes; in dev_lstats_read()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_repr.c178 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in ice_repr_sp_stats64() local
185 tbytes = repr_stats->tx_bytes; in ice_repr_sp_stats64()
192 stats->tx_bytes += tbytes; in ice_repr_sp_stats64()
/linux/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c1556 int tbytes = sas << sector_1k; in read_oob_from_regs() local
1561 tbytes = max(0, tbytes - (int)ctrl->max_oob); in read_oob_from_regs()
1562 tbytes = min_t(int, tbytes, ctrl->max_oob); in read_oob_from_regs()
1564 for (j = 0; j < tbytes; j++) in read_oob_from_regs()
1566 return tbytes; in read_oob_from_regs()
1579 int tbytes = sas << sector_1k; in write_oob_to_regs() local
1586 tbytes = max(0, tbytes - (int)ctrl->max_oob); in write_oob_to_regs()
1587 tbytes = min_t(int, tbytes, ctrl->max_oob); in write_oob_to_regs()
1593 for (j = 0; (j + 3) < tbytes; j += 4) in write_oob_to_regs()
1601 while (j < tbytes) in write_oob_to_regs()
[all …]
/linux/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()
/linux/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()
/linux/fs/nfs/
H A Dproc.c553 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()
H A Dnfs3xdr.c2137 p = xdr_decode_size3(p, &result->tbytes); in decode_fsstat3resok()
H A Dnfs4xdr.c4585 if ((status = decode_attr_space_total(xdr, bitmap, &fsstat->tbytes)) != 0) in decode_statfs()
/linux/include/linux/
H A Dnfs_xdr.h165 __u64 tbytes; /* total size in bytes */ member