Lines Matching refs:reth
534 struct rxe_reth *reth = arg;
536 return be64_to_cpu(reth->va);
541 struct rxe_reth *reth = arg;
543 reth->va = cpu_to_be64(va);
548 struct rxe_reth *reth = arg;
550 return be32_to_cpu(reth->rkey);
555 struct rxe_reth *reth = arg;
557 reth->rkey = cpu_to_be32(rkey);
562 struct rxe_reth *reth = arg;
564 return be32_to_cpu(reth->len);
569 struct rxe_reth *reth = arg;
571 reth->len = cpu_to_be32(len);