Searched refs:tbytes (Results 1 – 8 of 8) sorted by relevance
/drivers/net/ |
D | loopback.c | 109 u64 tbytes, tpackets; in loopback_get_stats64() local 115 tbytes = lb_stats->bytes; in loopback_get_stats64() 118 bytes += tbytes; in loopback_get_stats64()
|
D | nlmon.c | 87 u64 tbytes, tpackets; in nlmon_get_stats64() local 94 tbytes = nl_stats->bytes; in nlmon_get_stats64() 99 bytes += tbytes; in nlmon_get_stats64()
|
D | dummy.c | 64 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()
|
D | vrf.c | 89 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()
|
D | virtio_net.c | 1039 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/ |
D | brcmnand.c | 1140 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/ |
D | digi.h | 126 unsigned long tbytes; /* number of bytes transmitted fully */ member
|
D | dgnc_tty.c | 2785 buf.tbytes = ch->ch_txcount; in dgnc_tty_ioctl()
|