Searched refs:tbytes (Results 1 - 12 of 12) sorted by last modified time

/linux-master/drivers/net/
H A Dvirtio_net.c2799 u64 tpackets, tbytes, terrors, rpackets, rbytes, rdrops; local
2806 tbytes = u64_stats_read(&sq->stats.bytes);
2820 tot->tx_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 Dloopback.c104 u64 tbytes, tpackets; local
111 tbytes = u64_stats_read(&lb_stats->bytes);
113 *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/net/ethernet/intel/ice/
H A Dice_repr.c160 u64 tbytes, tpkts, tdrops, rbytes, rpkts; local
167 tbytes = repr_stats->tx_bytes;
174 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/include/linux/
H A Dnfs_xdr.h162 __u64 tbytes; /* total size in bytes */ member in struct:nfs_fsstat
/linux-master/fs/nfs/
H A Dsuper.c295 buf->f_blocks = (res.tbytes + blockres) >> blockbits;
729 seq_puts(m, "\n\tbytes:\t");
H A Dnfs4xdr.c4514 if ((status = decode_attr_space_total(xdr, bitmap, &fsstat->tbytes)) != 0)
H A Dproc.c548 stat->tbytes = (u64)fsinfo.blocks * fsinfo.bsize;
H A Dnfs3xdr.c2112 * size3 tbytes;
2140 p = xdr_decode_size3(p, &result->tbytes);
/linux-master/drivers/crypto/caam/
H A Dcaampkc.c210 unsigned int tbytes = nbytes; local
246 return tbytes - nbytes;

Completed in 249 milliseconds