Home
last modified time | relevance | path

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

/drivers/net/
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()
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()
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.c89 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in vrf_get_stats64() local
95 tbytes = dstats->tx_bytes; in vrf_get_stats64()
101 stats->tx_bytes += tbytes; in vrf_get_stats64()
Dvirtio_net.c1039 u64 tpackets, tbytes, rpackets, rbytes; in virtnet_stats() local
1044 tbytes = stats->tx_bytes; in virtnet_stats()
1056 tot->tx_bytes += tbytes; in virtnet_stats()
/drivers/mtd/nand/brcmnand/
Dbrcmnand.c1140 int tbytes = sas << sector_1k; in read_oob_from_regs() local
1145 tbytes = max(0, tbytes - (int)ctrl->max_oob); in read_oob_from_regs()
1146 tbytes = min_t(int, tbytes, ctrl->max_oob); in read_oob_from_regs()
1148 for (j = 0; j < tbytes; j++) in read_oob_from_regs()
1150 return tbytes; in read_oob_from_regs()
1163 int tbytes = sas << sector_1k; in write_oob_to_regs() local
1168 tbytes = max(0, tbytes - (int)ctrl->max_oob); in write_oob_to_regs()
1169 tbytes = min_t(int, tbytes, ctrl->max_oob); in write_oob_to_regs()
1171 for (j = 0; j < tbytes; j += 4) in write_oob_to_regs()
1177 return tbytes; in write_oob_to_regs()
/drivers/staging/dgnc/
Ddigi.h126 unsigned long tbytes; /* number of bytes transmitted fully */ member
Ddgnc_tty.c2785 buf.tbytes = ch->ch_txcount; in dgnc_tty_ioctl()