Searched refs:tbytes (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/drivers/net/ |
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 | 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 | 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 | 200 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()
|
D | virtio_net.c | 1065 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/ |
D | brcmnand.c | 973 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/ |
D | digi.h | 126 unsigned long tbytes; /* number of bytes transmitted fully */ member
|
D | dgnc_tty.c | 2887 buf.tbytes = ch->ch_txcount; in dgnc_tty_ioctl()
|
/linux-4.4.14/fs/nfs/ |
D | proc.c | 531 stat->tbytes = (u64)fsinfo.blocks * fsinfo.bsize; in nfs_proc_statfs()
|
D | nfs3xdr.c | 2128 p = xdr_decode_size3(p, &result->tbytes); in decode_fsstat3resok()
|
D | super.c | 479 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()
|
D | nfs4xdr.c | 4388 if ((status = decode_attr_space_total(xdr, bitmap, &fsstat->tbytes)) != 0) in decode_statfs()
|
/linux-4.4.14/include/linux/ |
D | nfs_xdr.h | 149 __u64 tbytes; /* total size in bytes */ member
|