Lines Matching refs:reth
131 ohdr->u.rc.reth.vaddr =
133 ohdr->u.rc.reth.rkey =
135 ohdr->u.rc.reth.length = cpu_to_be32(len);
248 struct ib_reth *reth;
415 reth = &ohdr->u.rc.reth;
416 hdrsize += sizeof(*reth);
417 qp->r_len = be32_to_cpu(reth->length);
421 u32 rkey = be32_to_cpu(reth->rkey);
422 u64 vaddr = be64_to_cpu(reth->vaddr);