Searched defs:reth (Results 1 - 6 of 6) sorted by relevance

/drivers/infiniband/hw/ipath/
H A Dipath_uc.c128 ohdr->u.rc.reth.vaddr =
130 ohdr->u.rc.reth.rkey =
132 ohdr->u.rc.reth.length = cpu_to_be32(len);
250 struct ib_reth *reth; local
431 reth = &ohdr->u.rc.reth;
433 reth = (struct ib_reth *)data;
434 data += sizeof(*reth);
436 hdrsize += sizeof(*reth);
437 qp->r_len = be32_to_cpu(reth
[all...]
H A Dipath_rc.c352 ohdr->u.rc.reth.vaddr =
354 ohdr->u.rc.reth.rkey =
356 ohdr->u.rc.reth.length = cpu_to_be32(len);
403 ohdr->u.rc.reth.vaddr =
405 ohdr->u.rc.reth.rkey =
407 ohdr->u.rc.reth.length = cpu_to_be32(len);
409 hwords += sizeof(ohdr->u.rc.reth) / sizeof(u32);
569 ohdr->u.rc.reth.vaddr =
571 ohdr->u.rc.reth.rkey =
573 ohdr->u.rc.reth
1411 struct ib_reth *reth; local
1581 struct ib_reth *reth; local
[all...]
H A Dipath_verbs.h116 struct ib_reth reth; member in struct:ipath_other_headers::__anon1471::__anon1473
/drivers/infiniband/hw/qib/
H A Dqib_uc.c131 ohdr->u.rc.reth.vaddr =
133 ohdr->u.rc.reth.rkey =
135 ohdr->u.rc.reth.length = cpu_to_be32(len);
252 struct ib_reth *reth; local
430 reth = &ohdr->u.rc.reth;
431 hdrsize += sizeof(*reth);
432 qp->r_len = be32_to_cpu(reth->length);
436 u32 rkey = be32_to_cpu(reth->rkey);
437 u64 vaddr = be64_to_cpu(reth
[all...]
H A Dqib_rc.c376 ohdr->u.rc.reth.vaddr =
378 ohdr->u.rc.reth.rkey =
380 ohdr->u.rc.reth.length = cpu_to_be32(len);
427 ohdr->u.rc.reth.vaddr =
429 ohdr->u.rc.reth.rkey =
431 ohdr->u.rc.reth.length = cpu_to_be32(len);
433 hwords += sizeof(ohdr->u.rc.reth) / sizeof(u32);
599 ohdr->u.rc.reth.vaddr =
601 ohdr->u.rc.reth.rkey =
603 ohdr->u.rc.reth
1708 struct ib_reth *reth; local
1874 struct ib_reth *reth; local
[all...]
H A Dqib_verbs.h170 struct ib_reth reth; member in struct:qib_other_headers::__anon1659::__anon1661

Completed in 83 milliseconds