Home
last modified time | relevance | path

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

/NextBSD/sys/ofed/drivers/infiniband/core/
HDud_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()
/NextBSD/sys/ofed/include/rdma/
HDib_pack.h238 struct ib_unpacked_deth deth; member
/NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/
HDqp.c2461 sqp->ud_header.deth.qkey = cpu_to_be32(qkey); in build_sriov_qp0_header()
2462 sqp->ud_header.deth.source_qpn = cpu_to_be32(sqp->qp.mqp.qpn); in build_sriov_qp0_header()
2664 sqp->ud_header.deth.qkey = cpu_to_be32(wr->wr.ud.remote_qkey & 0x80000000 ? in build_mlx_header()
2666 sqp->ud_header.deth.source_qpn = cpu_to_be32(sqp->qp.ibqp.qp_num); in build_mlx_header()
/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_qp.c1544 sqp->ud_header.deth.qkey = cpu_to_be32(wr->wr.ud.remote_qkey & 0x80000000 ? in build_mlx_header()
1546 sqp->ud_header.deth.source_qpn = cpu_to_be32(sqp->qp.ibqp.qp_num); in build_mlx_header()