Home
last modified time | relevance | path

Searched refs:source_qpn (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/include/rdma/
Dib_pack.h227 __be32 source_qpn; member
Dib_verbs.h1156 u32 source_qpn; member
/Linux-v4.19/drivers/infiniband/core/
Dud_header.c277 { STRUCT_FIELD(deth, source_qpn),
Duverbs_cmd.c1505 attr.source_qpn = cmd->source_qpn; in create_qp()
/Linux-v4.19/include/uapi/rdma/
Dib_user_verbs.h609 __u32 source_qpn; member
/Linux-v4.19/drivers/infiniband/hw/qedr/
Dqedr_roce_cm.c453 udh->deth.source_qpn = htonl(QEDR_GSI_QPN); in qedr_gsi_build_header()
/Linux-v4.19/drivers/infiniband/hw/mlx4/
Dqp.c2861 sqp->ud_header.deth.source_qpn = cpu_to_be32(sqp->qp.mqp.qpn); in build_sriov_qp0_header()
3139 sqp->ud_header.deth.source_qpn = cpu_to_be32(sqp->qp.ibqp.qp_num); in build_mlx_header()
/Linux-v4.19/drivers/infiniband/hw/mthca/
Dmthca_qp.c1543 sqp->ud_header.deth.source_qpn = cpu_to_be32(sqp->qp.ibqp.qp_num); in build_mlx_header()
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/
Dib_verbs.c2001 qp->qp1_hdr.deth.source_qpn = IB_QP1; in bnxt_re_build_qp1_send_v2()
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dqp.c1726 qp->underlay_qpn = init_attr->source_qpn; in create_qp_common()