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

/linux-master/drivers/net/
H A Dloopback.c104 u64 tbytes, tpackets; local
111 tbytes = u64_stats_read(&lb_stats->bytes);
113 *bytes += tbytes;
H A Dvrf.c147 u64 tbytes, tpkts, tdrops, rbytes, rpkts; local
153 tbytes = dstats->tx_bytes;
159 stats->tx_bytes += tbytes;
H A Dvirtio_net.c2632 u64 tpackets, tbytes, terrors, rpackets, rbytes, rdrops; local
2639 tbytes = u64_stats_read(&sq->stats.bytes);
2653 tot->tx_bytes += tbytes;
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c131 u64 tbytes, tpkts, tdrops, rbytes, rpkts; local
138 tbytes = repr_stats->tx_bytes;
145 stats->tx_bytes += tbytes;
/linux-master/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c1520 int tbytes = sas << sector_1k; local
1525 tbytes = max(0, tbytes - (int)ctrl->max_oob);
1526 tbytes = min_t(int, tbytes, ctrl->max_oob);
1528 for (j = 0; j < tbytes; j++)
1530 return tbytes;
1543 int tbytes = sas << sector_1k; local
1550 tbytes = max(0, tbytes
[all...]
/linux-master/drivers/crypto/caam/
H A Dcaampkc.c210 unsigned int tbytes = nbytes; local
246 return tbytes - nbytes;
/linux-master/fs/nfs/
H A Dproc.c548 stat->tbytes = (u64)fsinfo.blocks * fsinfo.bsize;
H A Dsuper.c295 buf->f_blocks = (res.tbytes + blockres) >> blockbits;
729 seq_puts(m, "\n\tbytes:\t");
H A Dnfs3xdr.c2112 * size3 tbytes;
2140 p = xdr_decode_size3(p, &result->tbytes);
H A Dnfs4xdr.c4514 if ((status = decode_attr_space_total(xdr, bitmap, &fsstat->tbytes)) != 0)
/linux-master/include/linux/
H A Dnfs_xdr.h162 __u64 tbytes; /* total size in bytes */ member in struct:nfs_fsstat

Completed in 479 milliseconds