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