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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
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
1576 struct ib_reth *reth; local
[all...]
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
430 reth = &ohdr->u.rc.reth;
432 reth = (struct ib_reth *)data;
433 data += sizeof(*reth);
435 hdrsize += sizeof(*reth);
436 qp->r_len = be32_to_cpu(reth
[all...]
H A Dipath_verbs.h116 struct ib_reth reth; member in struct:ipath_other_headers::__anon11597::__anon11599
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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);
253 struct ib_reth *reth; local
434 reth = &ohdr->u.rc.reth;
435 hdrsize += sizeof(*reth);
436 qp->r_len = be32_to_cpu(reth->length);
440 u32 rkey = be32_to_cpu(reth->rkey);
441 u64 vaddr = be64_to_cpu(reth
[all...]
H A Dqib_rc.c381 ohdr->u.rc.reth.vaddr =
383 ohdr->u.rc.reth.rkey =
385 ohdr->u.rc.reth.length = cpu_to_be32(len);
432 ohdr->u.rc.reth.vaddr =
434 ohdr->u.rc.reth.rkey =
436 ohdr->u.rc.reth.length = cpu_to_be32(len);
438 hwords += sizeof(ohdr->u.rc.reth) / sizeof(u32);
604 ohdr->u.rc.reth.vaddr =
606 ohdr->u.rc.reth.rkey =
608 ohdr->u.rc.reth
1688 struct ib_reth *reth; local
1849 struct ib_reth *reth; local
[all...]
H A Dqib_verbs.h167 struct ib_reth reth; member in struct:qib_other_headers::__anon11692::__anon11694

Completed in 101 milliseconds