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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/core/
H A Dud_header.c168 { STRUCT_FIELD(deth, qkey),
176 { STRUCT_FIELD(deth, source_qpn),
273 &header->deth, buf + len);
359 buf, &header->deth);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_ud.c463 ohdr->u.ud.deth[0] = cpu_to_be32((int)wr->wr.ud.remote_qkey < 0 ?
465 ohdr->u.ud.deth[1] = cpu_to_be32(qp->ibqp.qp_num);
522 qkey = be32_to_cpu(ohdr->u.ud.deth[0]);
523 src_qp = be32_to_cpu(ohdr->u.ud.deth[1]);
539 qkey = be32_to_cpu(ohdr->u.ud.deth[0]);
540 src_qp = be32_to_cpu(ohdr->u.ud.deth[1]);
H A Dipath_verbs.h105 __be32 deth[2]; member in struct:ipath_other_headers::__anon4486::__anon4487
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/rdma/
H A Dib_pack.h220 struct ib_unpacked_deth deth; member in struct:ib_ud_header
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/mlx4/
H A Dqp.c1111 sqp->ud_header.deth.qkey = cpu_to_be32(wr->wr.ud.remote_qkey & 0x80000000 ?
1113 sqp->ud_header.deth.source_qpn = cpu_to_be32(sqp->qp.ibqp.qp_num);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c1547 sqp->ud_header.deth.qkey = cpu_to_be32(wr->wr.ud.remote_qkey & 0x80000000 ?
1549 sqp->ud_header.deth.source_qpn = cpu_to_be32(sqp->qp.ibqp.qp_num);

Completed in 111 milliseconds