Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/
Dnlmon.c87 u64 tbytes, tpackets; in nlmon_get_stats64() local
94 tbytes = nl_stats->bytes; in nlmon_get_stats64()
99 bytes += tbytes; in nlmon_get_stats64()
Dloopback.c109 u64 tbytes, tpackets; in loopback_get_stats64() local
115 tbytes = lb_stats->bytes; in loopback_get_stats64()
118 bytes += tbytes; in loopback_get_stats64()
Ddummy.c64 u64 tbytes, tpackets; in dummy_get_stats64() local
70 tbytes = dstats->tx_bytes; in dummy_get_stats64()
73 stats->tx_bytes += tbytes; in dummy_get_stats64()
Dvrf.c200 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in vrf_get_stats64() local
206 tbytes = dstats->tx_bytes; in vrf_get_stats64()
212 stats->tx_bytes += tbytes; in vrf_get_stats64()
Dvirtio_net.c1065 u64 tpackets, tbytes, rpackets, rbytes; in virtnet_stats() local
1070 tbytes = stats->tx_bytes; in virtnet_stats()
1082 tot->tx_bytes += tbytes; in virtnet_stats()
/linux-4.4.14/drivers/mtd/nand/brcmnand/
Dbrcmnand.c973 int tbytes = sas << sector_1k; in read_oob_from_regs() local
978 tbytes = max(0, tbytes - (int)ctrl->max_oob); in read_oob_from_regs()
979 tbytes = min_t(int, tbytes, ctrl->max_oob); in read_oob_from_regs()
981 for (j = 0; j < tbytes; j++) in read_oob_from_regs()
983 return tbytes; in read_oob_from_regs()
996 int tbytes = sas << sector_1k; in write_oob_to_regs() local
1001 tbytes = max(0, tbytes - (int)ctrl->max_oob); in write_oob_to_regs()
1002 tbytes = min_t(int, tbytes, ctrl->max_oob); in write_oob_to_regs()
1004 for (j = 0; j < tbytes; j += 4) in write_oob_to_regs()
1010 return tbytes; in write_oob_to_regs()
/linux-4.4.14/drivers/staging/dgnc/
Ddigi.h126 unsigned long tbytes; /* number of bytes transmitted fully */ member
Ddgnc_tty.c2887 buf.tbytes = ch->ch_txcount; in dgnc_tty_ioctl()
/linux-4.4.14/fs/nfs/
Dproc.c531 stat->tbytes = (u64)fsinfo.blocks * fsinfo.bsize; in nfs_proc_statfs()
Dnfs3xdr.c2128 p = xdr_decode_size3(p, &result->tbytes); in decode_fsstat3resok()
Dsuper.c479 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()
Dnfs4xdr.c4388 if ((status = decode_attr_space_total(xdr, bitmap, &fsstat->tbytes)) != 0) in decode_statfs()
/linux-4.4.14/include/linux/
Dnfs_xdr.h149 __u64 tbytes; /* total size in bytes */ member