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