Searched refs:rbytes (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/firmware/broadcom/ |
H A D | tee_bnxt_fw.c | 136 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 D | stm32-romem.c | 79 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 D | fsi-sbefifo.c | 744 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 D | nfp_net_repr.c | 131 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 D | blk-cgroup.c | 1147 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 D | gve_ethtool.c | 211 tmp_rx_bytes = rx->rbytes; in gve_get_ethtool_stats() 308 tmp_rx_bytes = rx->rbytes; in gve_get_ethtool_stats()
|
H A D | gve.h | 285 u64 rbytes; /* free-running bytes received */ member
|
H A D | gve_rx_dqo.c | 794 rx->rbytes += bytes; in gve_rx_poll_dqo()
|
H A D | gve_rx.c | 1044 rx->rbytes += cnts.ok_pkt_bytes; in gve_clean_rx_done()
|
H A D | gve_main.c | 122 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 D | quota.c | 72 ci->i_rbytes = le64_to_cpu(h->rbytes); in ceph_handle_quota()
|
H A D | inode.c | 1144 ci->i_rbytes = le64_to_cpu(info->rbytes); in ceph_fill_inode()
|
/linux/drivers/net/ |
H A D | virtio_net.c | 3531 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 D | cgroup-v2.rst | 1857 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
|