Lines Matching refs:reth
535 struct rxe_reth *reth = arg;
537 return be64_to_cpu(reth->va);
542 struct rxe_reth *reth = arg;
544 reth->va = cpu_to_be64(va);
549 struct rxe_reth *reth = arg;
551 return be32_to_cpu(reth->rkey);
556 struct rxe_reth *reth = arg;
558 reth->rkey = cpu_to_be32(rkey);
563 struct rxe_reth *reth = arg;
565 return be32_to_cpu(reth->len);
570 struct rxe_reth *reth = arg;
572 reth->len = cpu_to_be32(len);