Lines Matching refs:reth
130 ohdr->u.rc.reth.vaddr =
132 ohdr->u.rc.reth.rkey =
134 ohdr->u.rc.reth.length = cpu_to_be32(len);
247 struct ib_reth *reth;
414 reth = &ohdr->u.rc.reth;
415 hdrsize += sizeof(*reth);
416 qp->r_len = be32_to_cpu(reth->length);
420 u32 rkey = be32_to_cpu(reth->rkey);
421 u64 vaddr = be64_to_cpu(reth->vaddr);