Home
last modified time | relevance | path

Searched refs:destination_qpn (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/ofed/include/rdma/
H A Dib_pack.h216 __be32 destination_qpn; member
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_ud_header.c253 { STRUCT_FIELD(bth, destination_qpn),
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_cm.c589 udh->bth.destination_qpn = OSAL_CPU_TO_BE32(ud_wr(swr)->remote_qpn); in qlnxr_gsi_build_header()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c2348 sqp->ud_header.bth.destination_qpn = cpu_to_be32(wr->remote_qpn); in build_sriov_qp0_header()
2350 sqp->ud_header.bth.destination_qpn = in build_sriov_qp0_header()
2626 sqp->ud_header.bth.destination_qpn = cpu_to_be32(wr->remote_qpn); in build_mlx_header()
/freebsd/sys/dev/mthca/
H A Dmthca_qp.c1533 sqp->ud_header.bth.destination_qpn = cpu_to_be32(wr->remote_qpn); in build_mlx_header()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c2987 qp->qp1_hdr.bth.destination_qpn = IB_QP1; in bnxt_re_build_qp1_send()