Lines Matching refs:reth
348 ohdr->u.rc.reth.vaddr =
350 ohdr->u.rc.reth.rkey =
352 ohdr->u.rc.reth.length = cpu_to_be32(len);
391 ohdr->u.rc.reth.vaddr =
393 ohdr->u.rc.reth.rkey =
395 ohdr->u.rc.reth.length = cpu_to_be32(len);
397 hwords += sizeof(ohdr->u.rc.reth) / sizeof(u32);
553 ohdr->u.rc.reth.vaddr =
555 ohdr->u.rc.reth.rkey =
557 ohdr->u.rc.reth.length = cpu_to_be32(wqe->length - len);
559 hwords += sizeof(ohdr->u.rc.reth) / sizeof(u32);
1579 struct ib_reth *reth;
1590 reth = &ohdr->u.rc.reth;
1600 len = be32_to_cpu(reth->length);
1608 u32 rkey = be32_to_cpu(reth->rkey);
1609 u64 vaddr = be64_to_cpu(reth->vaddr);
1726 struct ib_reth *reth;
1900 reth = &ohdr->u.rc.reth;
1901 hdrsize += sizeof(*reth);
1902 qp->r_len = be32_to_cpu(reth->length);
1906 u32 rkey = be32_to_cpu(reth->rkey);
1907 u64 vaddr = be64_to_cpu(reth->vaddr);
1961 reth = &ohdr->u.rc.reth;
1962 len = be32_to_cpu(reth->length);
1964 u32 rkey = be32_to_cpu(reth->rkey);
1965 u64 vaddr = be64_to_cpu(reth->vaddr);