Home
last modified time | relevance | path

Searched refs:deth (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/drivers/infiniband/core/
Dud_header.c202 { STRUCT_FIELD(deth, qkey),
210 { STRUCT_FIELD(deth, source_qpn),
320 &header->deth, buf + len); in ib_ud_header_pack()
406 buf, &header->deth); in ib_ud_header_unpack()
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_ud.c380 ohdr->u.ud.deth[0] = cpu_to_be32((int)wqe->ud_wr.remote_qkey < 0 ? in ipath_make_ud_req()
382 ohdr->u.ud.deth[1] = cpu_to_be32(qp->ibqp.qp_num); in ipath_make_ud_req()
425 qkey = be32_to_cpu(ohdr->u.ud.deth[0]); in ipath_ud_rcv()
426 src_qp = be32_to_cpu(ohdr->u.ud.deth[1]); in ipath_ud_rcv()
442 qkey = be32_to_cpu(ohdr->u.ud.deth[0]); in ipath_ud_rcv()
443 src_qp = be32_to_cpu(ohdr->u.ud.deth[1]); in ipath_ud_rcv()
Dipath_verbs.h112 __be32 deth[2]; member
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dtrace.c153 be32_to_cpu(eh->ud.deth[0]), in parse_everbs_hdrs()
154 be32_to_cpu(eh->ud.deth[1]) & HFI1_QPN_MASK); in parse_everbs_hdrs()
Dud.c414 ohdr->u.ud.deth[0] = cpu_to_be32((int)wqe->ud_wr.remote_qkey < 0 ? in hfi1_make_ud_req()
416 ohdr->u.ud.deth[1] = cpu_to_be32(qp->ibqp.qp_num); in hfi1_make_ud_req()
665 qkey = be32_to_cpu(ohdr->u.ud.deth[0]); in hfi1_ud_rcv()
666 src_qp = be32_to_cpu(ohdr->u.ud.deth[1]) & HFI1_QPN_MASK; in hfi1_ud_rcv()
Dverbs.h158 __be32 deth[2]; member
Ddriver.c471 u32 src_qpn = be32_to_cpu(ohdr->u.ud.deth[1]) & HFI1_QPN_MASK; in process_ecn()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_ud.c380 ohdr->u.ud.deth[0] = cpu_to_be32((int)wqe->ud_wr.remote_qkey < 0 ? in qib_make_ud_req()
382 ohdr->u.ud.deth[1] = cpu_to_be32(qp->ibqp.qp_num); in qib_make_ud_req()
448 qkey = be32_to_cpu(ohdr->u.ud.deth[0]); in qib_ud_rcv()
449 src_qp = be32_to_cpu(ohdr->u.ud.deth[1]) & QIB_QPN_MASK; in qib_ud_rcv()
Dqib_verbs.h166 __be32 deth[2]; member
Dqib_iba7322.c1442 .u.oth.u.ud.deth[0] = cpu_to_be32(0), in flush_fifo()
1443 .u.oth.u.ud.deth[1] = cpu_to_be32(0), in flush_fifo()
/linux-4.4.14/include/rdma/
Dib_pack.h241 struct ib_unpacked_deth deth; member
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dqp.c2206 sqp->ud_header.deth.qkey = cpu_to_be32(qkey); in build_sriov_qp0_header()
2207 sqp->ud_header.deth.source_qpn = cpu_to_be32(sqp->qp.mqp.qpn); in build_sriov_qp0_header()
2426 sqp->ud_header.deth.qkey = cpu_to_be32(wr->remote_qkey & 0x80000000 ? in build_mlx_header()
2428 sqp->ud_header.deth.source_qpn = cpu_to_be32(sqp->qp.ibqp.qp_num); in build_mlx_header()
/linux-4.4.14/drivers/infiniband/hw/mthca/
Dmthca_qp.c1529 sqp->ud_header.deth.qkey = cpu_to_be32(wr->remote_qkey & 0x80000000 ? in build_mlx_header()
1531 sqp->ud_header.deth.source_qpn = cpu_to_be32(sqp->qp.ibqp.qp_num); in build_mlx_header()