Searched refs:tbytes (Results 1 – 6 of 6) sorted by relevance
| /drivers/net/ |
| A D | loopback.c | 105 u64 tbytes, tpackets; in dev_lstats_read() local 112 tbytes = u64_stats_read(&lb_stats->bytes); in dev_lstats_read() 114 *bytes += tbytes; in dev_lstats_read()
|
| A D | virtio_net.c | 3691 u64 tpackets, tbytes, terrors, rpackets, rbytes, rdrops; in virtnet_stats() local 3698 tbytes = u64_stats_read(&sq->stats.bytes); in virtnet_stats() 3712 tot->tx_bytes += tbytes; in virtnet_stats()
|
| /drivers/net/ethernet/intel/ice/ |
| A D | ice_repr.c | 177 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in ice_repr_sp_stats64() local 184 tbytes = repr_stats->tx_bytes; in ice_repr_sp_stats64() 191 stats->tx_bytes += tbytes; in ice_repr_sp_stats64()
|
| /drivers/mtd/nand/raw/brcmnand/ |
| A D | brcmnand.c | 1556 int tbytes = sas << sector_1k; in read_oob_from_regs() local 1561 tbytes = max(0, tbytes - (int)ctrl->max_oob); in read_oob_from_regs() 1562 tbytes = min_t(int, tbytes, ctrl->max_oob); in read_oob_from_regs() 1564 for (j = 0; j < tbytes; j++) in read_oob_from_regs() 1566 return tbytes; in read_oob_from_regs() 1579 int tbytes = sas << sector_1k; in write_oob_to_regs() local 1586 tbytes = max(0, tbytes - (int)ctrl->max_oob); in write_oob_to_regs() 1587 tbytes = min_t(int, tbytes, ctrl->max_oob); in write_oob_to_regs() 1601 while (j < tbytes) in write_oob_to_regs() 1604 if (tbytes & 0x3) in write_oob_to_regs() [all …]
|
| /drivers/net/ethernet/netronome/nfp/ |
| A D | nfp_net_repr.c | 131 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in nfp_repr_get_host_stats64() local 138 tbytes = repr_stats->tx_bytes; in nfp_repr_get_host_stats64() 145 stats->tx_bytes += tbytes; in nfp_repr_get_host_stats64()
|
| /drivers/crypto/caam/ |
| A D | caampkc.c | 210 unsigned int tbytes = nbytes; in caam_rsa_count_leading_zeros() local 246 return tbytes - nbytes; in caam_rsa_count_leading_zeros()
|
Completed in 42 milliseconds