Lines Matching defs:rkey
18 * includes memory information, such as rkey, address.
60 uint32_t rkey;
138 rd->rmt_us[i].rkey = ntohl(rd->recv_buf.rmt_us[i].rkey);
142 "fio: Received rkey %x addr %" PRIx64
143 " len %d from peer\n", rd->rmt_us[i].rkey,
611 r_io_u_d->sq_wr.wr.rdma.rkey = rd->rmt_us[index].rkey;
621 r_io_u_d->sq_wr.wr.rdma.rkey = rd->rmt_us[index].rkey;
1173 rd->send_buf.rmt_us[i].rkey = htonl(io_u->mr->rkey);
1177 log_info("fio: Send rkey %x addr %" PRIx64 " len %d to client\n", io_u->mr->rkey, io_u->buf, max_bs); */