Home
last modified time | relevance | path

Searched refs:rdma_bytes (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/migration/
H A Dmigration-stats.h99 Stat64 rdma_bytes; member
H A Dmigration-stats.c65 uint64_t rdma = stat64_get(&mig_stats.rdma_bytes); in migration_transferred_bytes()
H A Drdma.c2218 stat64_add(&mig_stats.rdma_bytes, sge.length); in qemu_rdma_write_one()
/openbmc/linux/net/rds/
H A Dsend.c1077 static int rds_rdma_bytes(struct msghdr *msg, size_t *rdma_bytes) in rds_rdma_bytes() argument
1094 *rdma_bytes += args->remote_vec.bytes; in rds_rdma_bytes()