/Linux-v4.19/drivers/net/ |
D | nlmon.c | 69 u64 tbytes, tpackets; in nlmon_get_stats64() local 76 tbytes = nl_stats->bytes; in nlmon_get_stats64() 81 bytes += tbytes; in nlmon_get_stats64()
|
D | vsockmon.c | 76 u64 tbytes, tpackets; in vsockmon_get_stats64() local 83 tbytes = vstats->rx_bytes; in vsockmon_get_stats64() 88 bytes += tbytes; in vsockmon_get_stats64()
|
D | loopback.c | 110 u64 tbytes, tpackets; in loopback_get_stats64() local 116 tbytes = lb_stats->bytes; in loopback_get_stats64() 119 bytes += tbytes; in loopback_get_stats64()
|
D | dummy.c | 65 u64 tbytes, tpackets; in dummy_get_stats64() local 71 tbytes = dstats->tx_bytes; in dummy_get_stats64() 74 stats->tx_bytes += tbytes; in dummy_get_stats64()
|
D | vrf.c | 90 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in vrf_get_stats64() local 96 tbytes = dstats->tx_bytes; in vrf_get_stats64() 102 stats->tx_bytes += tbytes; in vrf_get_stats64()
|
D | virtio_net.c | 1672 u64 tpackets, tbytes, rpackets, rbytes, rdrops; in virtnet_stats() local 1679 tbytes = sq->stats.bytes; in virtnet_stats() 1692 tot->tx_bytes += tbytes; in virtnet_stats()
|
/Linux-v4.19/drivers/staging/dgnc/ |
D | digi.h | 84 unsigned long tbytes; member
|
D | dgnc_tty.c | 2484 buf.tbytes = ch->ch_txcount; in dgnc_tty_ioctl()
|
/Linux-v4.19/drivers/mtd/nand/raw/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()
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_repr.c | 160 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in nfp_repr_get_host_stats64() local 167 tbytes = repr_stats->tx_bytes; in nfp_repr_get_host_stats64() 174 stats->tx_bytes += tbytes; in nfp_repr_get_host_stats64()
|
/Linux-v4.19/drivers/crypto/caam/ |
D | caampkc.c | 176 unsigned int tbytes = nbytes; in caam_rsa_count_leading_zeros() local 209 return tbytes - nbytes; in caam_rsa_count_leading_zeros()
|
/Linux-v4.19/fs/nfs/ |
D | proc.c | 537 stat->tbytes = (u64)fsinfo.blocks * fsinfo.bsize; in nfs_proc_statfs()
|
D | nfs3xdr.c | 2182 p = xdr_decode_size3(p, &result->tbytes); in decode_fsstat3resok()
|
D | super.c | 481 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()
|
D | nfs4xdr.c | 4533 if ((status = decode_attr_space_total(xdr, bitmap, &fsstat->tbytes)) != 0) in decode_statfs()
|
/Linux-v4.19/include/linux/ |
D | nfs_xdr.h | 156 __u64 tbytes; /* total size in bytes */ member
|