Home
last modified time | relevance | path

Searched refs:rbytes (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/firmware/broadcom/
H A Dtee_bnxt_fw.c136 u32 rbytes = size; in tee_bnxt_copy_coredump() local
145 while (rbytes) { in tee_bnxt_copy_coredump()
146 nbytes = rbytes; in tee_bnxt_copy_coredump()
148 nbytes = min_t(u32, rbytes, param[0].u.memref.size); in tee_bnxt_copy_coredump()
170 rbytes -= nbytes; in tee_bnxt_copy_coredump()
/linux/drivers/nvmem/
H A Dstm32-romem.c79 u32 roffset, rbytes, val; in stm32_bsec_read() local
86 rbytes = roundup(bytes + skip_bytes, 4); in stm32_bsec_read()
88 if (roffset + rbytes > priv->cfg.size) in stm32_bsec_read()
91 for (i = roffset; (i < roffset + rbytes); i += 4) { in stm32_bsec_read()
/linux/drivers/fsi/
H A Dfsi-sbefifo.c744 size_t rbytes; in sbefifo_submit() local
758 rbytes = (*resp_len) * sizeof(__be32); in sbefifo_submit()
760 resp_iov.iov_len = rbytes; in sbefifo_submit()
761 iov_iter_kvec(&resp_iter, ITER_DEST, &resp_iov, 1, rbytes); in sbefifo_submit()
771 rbytes -= iov_iter_count(&resp_iter); in sbefifo_submit()
772 *resp_len = rbytes / sizeof(__be32); in sbefifo_submit()
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c131 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in nfp_repr_get_host_stats64() local
141 rbytes = repr_stats->rx_bytes; in nfp_repr_get_host_stats64()
148 stats->rx_bytes += rbytes; in nfp_repr_get_host_stats64()
/linux/block/
H A Dblk-cgroup.c1147 u64 rbytes, wbytes, rios, wios, dbytes, dios; in blkcg_print_one_stat() local
1164 rbytes = bis->cur.bytes[BLKG_IOSTAT_READ]; in blkcg_print_one_stat()
1172 if (rbytes || wbytes || rios || wios) { in blkcg_print_one_stat()
1174 rbytes, wbytes, rios, wios, in blkcg_print_one_stat()
/linux/drivers/net/ethernet/google/gve/
H A Dgve_ethtool.c211 tmp_rx_bytes = rx->rbytes; in gve_get_ethtool_stats()
308 tmp_rx_bytes = rx->rbytes; in gve_get_ethtool_stats()
H A Dgve.h285 u64 rbytes; /* free-running bytes received */ member
H A Dgve_rx_dqo.c794 rx->rbytes += bytes; in gve_rx_poll_dqo()
H A Dgve_rx.c1044 rx->rbytes += cnts.ok_pkt_bytes; in gve_clean_rx_done()
H A Dgve_main.c122 bytes = priv->rx[ring].rbytes; in gve_get_stats()
2591 rx_stats->bytes = rx->rbytes; in gve_get_rx_queue_stats()
/linux/fs/ceph/
H A Dquota.c72 ci->i_rbytes = le64_to_cpu(h->rbytes); in ceph_handle_quota()
H A Dinode.c1144 ci->i_rbytes = le64_to_cpu(info->rbytes); in ceph_fill_inode()
/linux/drivers/net/
H A Dvirtio_net.c3531 u64 tpackets, tbytes, terrors, rpackets, rbytes, rdrops; in virtnet_stats() local
3545 rbytes = u64_stats_read(&rq->stats.bytes); in virtnet_stats()
3551 tot->rx_bytes += rbytes; in virtnet_stats()
/linux/Documentation/admin-guide/
H A Dcgroup-v2.rst1857 rbytes Bytes read
1867 8:16 rbytes=1459200 wbytes=314773504 rios=192 wios=353 dbytes=0 dios=0
1868 8:0 rbytes=90430464 wbytes=299008000 rios=8950 wios=1252 dbytes=50331648 dios=3021