Lines Matching refs:reth
347 ohdr->u.rc.reth.vaddr =
349 ohdr->u.rc.reth.rkey =
351 ohdr->u.rc.reth.length = cpu_to_be32(len);
390 ohdr->u.rc.reth.vaddr =
392 ohdr->u.rc.reth.rkey =
394 ohdr->u.rc.reth.length = cpu_to_be32(len);
396 hwords += sizeof(ohdr->u.rc.reth) / sizeof(u32);
552 ohdr->u.rc.reth.vaddr =
554 ohdr->u.rc.reth.rkey =
556 ohdr->u.rc.reth.length = cpu_to_be32(wqe->length - len);
558 hwords += sizeof(ohdr->u.rc.reth) / sizeof(u32);
1576 struct ib_reth *reth;
1587 reth = &ohdr->u.rc.reth;
1597 len = be32_to_cpu(reth->length);
1605 u32 rkey = be32_to_cpu(reth->rkey);
1606 u64 vaddr = be64_to_cpu(reth->vaddr);
1723 struct ib_reth *reth;
1897 reth = &ohdr->u.rc.reth;
1898 hdrsize += sizeof(*reth);
1899 qp->r_len = be32_to_cpu(reth->length);
1903 u32 rkey = be32_to_cpu(reth->rkey);
1904 u64 vaddr = be64_to_cpu(reth->vaddr);
1958 reth = &ohdr->u.rc.reth;
1959 len = be32_to_cpu(reth->length);
1961 u32 rkey = be32_to_cpu(reth->rkey);
1962 u64 vaddr = be64_to_cpu(reth->vaddr);